Backbutton

Example 62

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