All examples for TAPEDMP
#	Read SEG-2 tape containing many files
##########################################################################

	*call	pipe	seg2-in		# open an input pipe for SU
	...
	*call	rdseg2	10	5000	# read from the pipe
	files	seg2-in			# read a single file
	...

	*call	tapedmp	seg2-in	  		# copy the tape into the pipe
				/dev/tape	# tape device name

##########################################################################