The copy command is the simplest way to create a job, but also the most limited, in that there must already be a similar job available to copy. You use SCHEDULE COPY to copy the existing job to another name called the target job. SCHEDULE copy copies everything about the source job to the target job: parameters, a prerequisite list, an initiate list, and commands. Then you can make whatever modifications you want to the copy, using the commands modify, insert, or edit.
The format for copy is:
C:\> schedule copy/job source_job target_job /qualifiers
The only applicable qualifiers are the general SCHEDULE qualifiers, /confirm and /log.