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

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

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 ODDUNSTR'  \||  -
                           \'SET XLATE OFF'" \)  -
                   CKPT=0K