Copy Files from UNIX to a Member on i5/OS

This Process copies an ASCII file from UNIX to a member on the i5/OS.

* COPY TO MEMBER *
copy01  process      snode=os400
                     snodeid=(userid,passwrd)
step01  copy  from  (file=/cd/file1
                     pnode
                     sysopts=":datatype=text:xlate=yes:")
              to    (file="LIB/FILENAME(MBR_NAME)"
                     sysopts="TYPE( MBR )"
                     disp=rpl)
		pend