Copy a File Submitted from z/OS to HP NonStop

The following Process, submitted on a Connect:Direct® for z/OS® node, copies a data set from z/OS to a remote node on an HP NonStop EXPAND network. The SNODEID field passes the userid 147.200 to the HP NonStop, along with the password MONEY.

The userid and password are validated before the Connect:Direct for z/OS system copies the JSMITH.DATA file into the TESTOUT file in the $B.JOHN volume on the \TSCIEXT system.

The following Process illustrates copying a file submitted from z/OS to HP NonStop.

GENSEND1 PROCESS      SNODE=ACCT.JOHN                  -
                      SNODEID=(147.200,MONEY)
STEP01   COPY  FROM  (PNODE                            -
                      DSN=JSMITH.DATAFILE              -
                      DISP=SHR)                        -
         TO          (SNODE                            -
                      DSN=’\TSCIEXT.$B.JOHN.TESTOUT’   -
                      DISP=NEW                         -
                      SYSOPTS=\"’SET TYPE E’    \||    -
                              \xd5 SET XLATE ON’"  \)

Enclose the data set name in single quotation marks.