Use IBM Connect:Direct to Allocate a Partitioned File on a Single System (z/OS to HP NonStop)

In this Process, the IBM® Connect:Direct® system is used to allocate an HP NonStop partitioned file. All partitions reside on the same system. The Process is submitted on z/OS.

PART0001  PROCESS      SNODE=HPNONSTOP.CD
STEP1     COPY  FROM  (PNODE                                 -
                       DSN=DATA1.TESTFILE.SEQ.FB80L          -
                       DISP=SHR                              -
                      )                                      -
                TO    (SNODE                                 -
                       DSN=$A.TESTFILE.PCODE0                -
                       DISP=NEW                              -
                       SYSOPTS=\"’SET CODE 0’           \||  -
                               \ ’SET TYPE U’           \||  -
                               \ ’SET PART (1,$B,10,5)’ \||  -
                               \ ’SET PART (2,$C,10,5)’ \||  -
                               \ ’SET MAXEXTENTS 16’    \||  -
                               \ ’SET XLATE ON’"        \    -
                      )