The copy/job or cpjob command is used to create a target job using the attributes of a source job. The qualifiers confirm, log and check may be used.
Windows/OpenVMS:
Schedule> copy monday_run friday_run /confirm /log
UNIX/Linux:
Schedule> cpjob monday_run friday_run -confirm -log
What it does: Copies the job monday_run to the new job friday_run.
See Create a job (create/job or mkjob) for a detailed description of this command.