Copy Files and Using sysopts (UNIX to UNIX)

This Process copies a file between two UNIX nodes. The sysopts parameter specifies to remove trailing blank characters from a line of text before writing it to a text file. The sysopts subparameters are a series of field names and values, each of which is delimited by a colon and enclosed in double quotation marks.

strip  process    snode=unix.node
step01 copy from (file=blank.dat
                  sysopts=":datatype=text:"
                  snode)
            to   (file=blank_no
                  sysopts=":datatype=text:strip.blanks=yes:"
                  pnode)
 pend