Copy a VSAM File from VM to an Entry-Sequenced HP NonStop File

The following Process copies a VM VSAM file to an entry-sequenced HP NonStop file. The entry-sequenced file with extents of 100 pages each is created as indicated by the SYSOPTS parameter. Note that the VM file name is not enclosed in single quotation marks. If the VM file name is not placed between quotation marks, the Sterling Connect:Direct® system assumes the file is a VSAM file.

HPNONSTP  PROCESS      PNODE=CD.VM.DALLAS HOLD=YES       -
                       SNODE=BOSTON.01 NOTIFY=%USER      -
                       SNODEID=(127.200,JONES)
SEND01    COPY  FROM  (DSN=ABC.RPTFILE                   -
                       LINK=(IVVB6,RIVVB6,RR,200))       -
                TO    (DSN=$C.JONES.VSAME SNODE          -
                       SYSOPTS=\"’SET EXT(100 100)’\ ||  -
                               \ ’SET TYPE E’"\          -
                       DISP=(RPL))