Use Symbolics In a Microsoft Windows Copy

This Process (named copyseq) copies a file from Microsoft Windows to z/OS. It uses symbolics to specify the file names to be copied. It also specified accounting data for the pnode and snode.

copyseq     process     snode=OS390.dallas
                        localacct="dept-59"
                        remoteacct="dept-62"
step01      copy  from  (file="&homefile")
                  to    (file="dalfile"
                        snode)

This submit command submits the copyseq Process and specifies the file names to use in the copy.

submit     file=copyseq
           &homefile="c:\mydir\myfile.txt"
           &dalfile="user01.newfile"