#!/bin/sh


# get step files for esp-r from des

	# 0  quit
	# 1 initialise des
	# 2 open des kernel
	# 3 close des kernel
	# 4 create new dtf
	# 5 export step file to dtf
	# 6 import step file from dtf
	# 7 abandon dtf transaction
	# 8 rollback history

	# assumes that des has been initialised and that esp-r
	# sub-schema has been loaded

${IFE_HOME}sys/bin/desclnt <<..
combineb
2224
2
arch1:/home/arch1/ostore/combine/dek302.des
5
esp-r
esp-r_therml_evaluation
g:\esp-r.stp
0
..

rcp arch1:/home/arch1/ostore/combine/esp-r.stp /tmp/DES

exit 0
