Specifies the OpenVMS command to perform when the manager runs the job. You can specify a single command (such as SHOW TIME) or a command file (such as @RENAME.COM). The maximum command length is 1024 characters.
If you do not specify the OpenVMS command with the SCHEDULE COPY command, you must specify it as a qualifier when the manager prompts you for it.
In the case of remote mode jobs, this is the command to be executed on the remote node and operating system, and must follow the correct syntax for the operating system used. Use quotes to enclose a case-sensitive command.
If a command string contains spaces or begins with the at sign (@), you must enclose the string in quotation marks. For example:
$ SCHEDULE COPY JOBX/VMS_COMMAND="@RENAME.COM"
$ SCHEDULE COPY JOBX/VMS_COMMAND="COPY FILENAME.EXT A.A"
To include quotation marks within the command, specify two consecutive quotation marks. For example:
SCHEDULE> COPY JOBX/VMS_COMMAND="WRITE SYS$OUTPUT ""Hello"""
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |