Copy a Disk File from HP NonStop to a Tape Device at z/OS

This Process is submitted on the HP NonStop node to copy a disk file on HP NonStop to a tape device at the z/OS node. Because NL (no labels) is specified, DCB attributes must be specified to identify the file on the volume.

PROCESS1  PROCESS      PNODE=CD.HPNONSTOP                             -
                       SNODEID=(RJONES,ROGER)                         -
                       SNODE=CD.OS390 	
STEP01    COPY  FROM  (DSN=$C.BILLPROC.ACCTDATA                       -
                       DISP=SHR)                                      -
                TO    (DSN=RJONES.ACCTTAPE                            -
                       DISP=RPL                                       -
                       DCB=(DSORG=PS,RECFM=FB,LRECL=80,BLKSIZE=4096)  -
                       VOL=(,,,1)                                     -
                       LABEL=(,NL,,EXPDT=91044)                       -
                       UNIT=REEL)