Create a Code 101 File (z/OS to HP NonStop)

This Process, submitted from the z/OS node, copies a file from z/OS and creates a type 101 EDIT file. Space attributes are allowed to default. Checkpointing is disabled.

TEST  PROCESS     SNODE=CD.HPNONSTOP
STEP1 COPY FROM  (PNODE DISP=SHR                -
                  DSN=DATA1.VSAME001.DATA)      -
           TO    (SNODE DISP=NEW                -
                  DSN=$WORK02.HPDATA.UNST1      -
                  SYSOPTS=\"'SET TYPE U'   \||  -
                          \'SET CODE 101'  \||  -
                          \'SET XLATE ON'" \)   -
                  CKPT=0K