This Process is initiated from the
Connect:Direct® for VM/ESA
to copy a file from an i5/OS node to a VM node. The contents of the
SYSOPTS parameter specifies that the object being copied is to be
transferred in save object format.
TEST2 PROCESS SNODE=OS400 -
SNODEID=(USER1,PASSWD1)
*******************************************************************
* COPY PROCESS FROM OS400 TO VM (VM INITIATED)
******************************************************************
STEP4000 COPY FROM (SNODE -
DSN=’ TEST2 / SAVEFILE1 . FILE ’ -
SYSOPTS=\"\ -
\ TYPE ( OBJ ) \ -
\"\) -
TO (DSN=’IAOB001 REGRESS1’ -
LINK=(QACD,WQACD,W,192) -
DCB=(RECFM=FB,LRECL=528,BLKSIZE=5280,DSORG=PS) -
DISP=NEW -
PNODE)
|