Copy Between a z/OS Node and a Remote HP NonStop Spooler on an EXPAND Network

This multi-step Process copies between a z/OS node and a remote HP NonStop spooler on an EXPAND network. The Process is submitted from the HP NonStop node. STEP01 copies a file from a DSN on the z/OS node to the HP NonStop spooler. STEP02 copies a file from the HP NonStop spooler to a z/OS node.

Note that \SYSEXT is an EXPAND node other than the one that the Connect:Direct® for HP NonStop server resides on. Because the HP NonStop files are spooler files, the SYSOPTS SET XLATE subparameter does not have to be specified for translation; spooler files and edit files (unstructured, code 101) are translated automatically. A record format of FBA is used to maintain ANSI control characters.

SPL     PROCESS      SNODE=CD.SMITH
STEP01  COPY  FROM  (DSN=JSMITH.CDACT SNODE              -
                     DISP=SHR)                           -
              TO    (FILE=’\SYSEXT.$S.#SPL1’ PNODE       -
                     DISP=RPL
STEP02  COPY  FROM  (FILE=’\SYSEXT.$S.#SPL2’ PNODE       -
                     DISP=SHR)                           -
              TO    (DSN=RJONES.ACCT SNODE               -
                     DCB=(RECFM=FBA,DSORG=PS,LRECL=132,  -
                     BLKSIZE=13200)                      -
                     SPACE=(13200,(10,2))                -
                     DISP=RPL)