Example 62
Example 62 - Copy files from a TAPE to NULL
COPY *= FROM #MYTESTTAPE TO NULL(CD,HOSTNAME=LOCAL)[T];
This reads every file on the Tape, and discards the data.
No files are copied.