Copy a File from Microsoft Windows to z/OS

This Process copies a file from a Microsoft Windows node to a z/OS node, specifying that the data type is text and blanks are to be left in the file. The comments document the node. The file name on the from side uses the UNC format.

copyseq     process     snode=OS390.v4200 /*$OS390$*/
                        hold=no
                        class=1
                        prty=10
                        execprty=10
                        retain=no
                        pnodeid=(user01,pw01)
                        snodeid=(user01,pw01)
step01      copy  from  (
                        file=\srv-one\c_drive	emp\ntfile.txt
                        pnode/*$WindowsNT$*/
                        sysopts="datatype(text) strip.blanks(no)
                        xlate(yes)")
                        ckpt=1k
                        compress extended
                  to    (
                        snode /*$OS390$*/
                        file=user01.newfile2
                        disp=(rpl,catlg))