# 
# $Copyright
# Copyright 1993, 1994 , 1995 Intel Corporation
# INTEL CONFIDENTIAL
# The technical data and computer software contained herein are subject
# to the copyright notices; trademarks; and use and disclosure
# restrictions identified in the file located in /etc/copyright on
# this system.
# Copyright$
# 
 
"test8" README
==============

Source: node.c 

Desc:	test to write with datasets using multiple devices

Invoke:	load [0] node.rx [/cfs/ctape0 [/cfs/ctape1 
		[TEST01 [TEST02 [TEST03 [TEST04 
		[TEST11 [TEST12 [TEST13 [TEST14]]]]]]]]]]

Note:	* use 8 scratch tapes, 4 in each of 2 drives
	* log is on "test8.SLr0"
	* result is on "test8.SRr0"

Algo:	* tapealloc on "/cfs/ctape0" and "/cfs/ctape1"
	* tdsopen, twrite on first tape of each drive
        * tdsclose "/cfs/ctape0" dataset, twrite more to "/cfs/ctape1" dataset
	* tdsclose "/cfs/ctape1" dataset
	* tdsopen, twrite on 2nd tape of "/cfs/ctape0", tdsclose
	* tapedealloc on both drives
	* UEXITRET0=1
	  UEXITRET1=0
