Change a job schedule entry

This command changes the entry in the job schedule, but it does not affect any jobs already submitted using this entry. To change a job entry, use the character-based interface.

To change a job schedule entry, you must have the same authorities that are required to add an entry. However, the authorities to the individual objects are checked only if you are changing that parameter for the entry. In addition, if you do not have *JOBCTL special authority, you can change only the entries that your user profile added to the job schedule object.
Command: Change Job Schedule Entry (CHGJOBSCDE)
Example: This command changes job schedule entry BACKUP number 001584 so that its jobs are submitted to job queue QBATCH in library QGPL.
CHGJOBSCDE   JOB(BACKUP)  ENTRYNBR(001584)  JOBQ(QGPL/QBATCH)
Example: This command changes the schedule of a batch job to run program A at 11 a.m. on 12/15/03 and every week on that same day.
CHGJOBSCDE   JOB(EXAMPLE)  ENTRYNBR(*ONLY)  CMD(CALL PGM(A))
             FRQ(*WEEKLY) SCDDATE(121503)  SCDTIME(110000)
Related tasks
Add a job schedule entry
Hold a job schedule entry
Print a list of job scheduled entries
Release a job schedule entry
Remove a job schedule entry