Copy a Data Set from a Spooler File on Sterling Connect:Direct HP NonStop to Sterling Connect:Direct z/OS

This example statement copies a data set from a spooler file on a Sterling Connect:Direct® for HP NonStop node to a Sterling Connect:Direct z/OS node. In this example, the specified spooler supervisor name overrides the default of $SPLS. Job=253 specifies the spooler file uniquely.

STEP1     COPY  FROM    (DSN=$S.#FILE2
                         DISP=SHR PNODE
                         SYSOPTS=(“SET SPOOLER=$SPLA”
                                  “SET SPOOLNUM=253"))
                TO      (DSN=MVSSITE.DESTFILE
                         DISP=NEW SNODE)