Backbutton

Example 6

Example 6 - Transferring a CD Image using a custom AUTOUNLOAD WFL
T(FILE AUTOUNLOAD(TITLE=COPYWRITE/EXAMPLES/AUTOUNLOAD,NOTE="This is a Note"));
T(OPTIONS=(*,AUTORM));
COPY COPYWRITE/LIBRARY TO #MYTESTVOLUME(CD,SCRATCHPOOL=WINDOWSNT, HOSTNAME=CPNTA,USERCODE='anonymous',AUTOUNLOAD=ON)[T];
 
Example6
 
  1. As the file AUTOUNLOAD was label equated, and AUTOUNLOAD was ON, after the CD Image was created, the WFL job specified by the TITLE attribute was started. See COPYWRITE/EXAMPLES/AUTOUNLOAD.