Previous Topic: /OUTPUT=file_name /NOOUTPUT (D)

Next Topic: /RESCHEDULE /NORESCHEDULE (D)

/PARAMETERS=parameter_string /NOPARAMETERS (D)

Specifies a set of parameters to append to the OpenVMS command for this job run. The parameter string can have up to 132 characters.

For example:

$ SCHEDULE RUN "@RENAME.COM"/PARAMETERS="FILE-1 FILE-2 FILE-3"

Note: You must use quotation marks in this qualifier value. You cannot use commas or parentheses.

To pass a null parameter, use five sets of quotes, for example:

$ SCHEDULE RUN "@RENAME.COM"/PARAMETERS="FILE-1 """""""""" FILE-3"

When the job completes, the manager deletes these parameters from the OpenVMS command.