Use Symbolics in an OpenVMS COPY Statement

This example shows the basic use of symbolics in a Process. Both the FROM and TO files, as well as the file disposition, are resolved at Process submission.

SYMBOL1  PROCESS      SNODE=REMOTE_NODE
STEP01   COPY  FROM  (FILE=&FROM PNODE)    -
               TO    (FILE=&TO DISP=&DISP)

The Process, SYMBOL1, can be submitted with the following command issued in DCL command format:

$ NDMUI SUBMIT SYMBOL1                -
/SYMBOLICS=("FROM=VMS_FILENAME.TYPE", -
            "TO=OS390.DATASET.NAME",  -
	          "DISP=RPL")