Backbutton

Example 8

Example 8 - Copying files for use on a WindowsNT system
COPY COPYWRITE/LIBRARY TO #MYTESTVOLUME(CD,HOSTNAME=LOCAL,SCRATCHPOOL=WINDOWSNT);
 
Example8
 
  1. The SCRATCHPOOL=WINDOWNT selects the WINDOWSNT intrinsic transform.
  2. The WINDOWSNT intrinsic transform selects source files only, and translates them to ASCII with variable length records, separated by CRLF.