Copy a File from HP NonStop on an EXPAND Network to z/OS

This Process is submitted on the z/OS node to copy a file from an HP NonStop node on an EXPAND network to a z/OS node. The Connect:Direct® for HP NonStop data transformation facility (DTF) (or server) is on system \SYSTEM, but the file is being copied from system \SYSEXT.

Enclose the data set name in single quotation marks, because the Process is submitted from a Connect:Direct for z/OS® node.

GENSEND2  PROCESS      SNODE=CD.SMITH                      -
                       SNODEID=(149.205,WILLIE)
STEP01    COPY  FROM  (DSN=’\SYSEXT.$A.ABC.TESTOUT’ SNODE  -
                       DISP=SHR)                           -
                TO    (DSN=JSMITH.TESTDATA PNODE           -
                       DISP=RPL)