Backbutton

Example 2

Example 2 - Combination of attributes precludes COPYWRITE
COPY&CATALOG *METALOGIC/COPYWRITE TO DISK, TO #MYTESTVOLUME(CD,HOSTNAME=REMOTE); OPTIONS=DEBUG;
 
Example2
 
  1. COPYWRITE examines the COPY statement, and since there were multiple destinations, which is not supported by COPYWRITE, it passed the statement to DSS.
  2. The DEBUG option makes COPYWRITE display the reason why the request was rejected.