CL Command Reference - CHGSCDBRM
CL Command List > CHGSCDBRM Reference
Description:
BRMS uses the i5/OS job scheduler as the default job scheduler. You can also choose to use the IBM Job Scheduler for iSeries job scheduler as your default scheduler or select any other i5/OS job scheduler as your default.
The Change Job Scheduler for BRM (CHGSCDBRM) command changes the job scheduler interface used by BRMS. You can use the i5/OS job scheduler, which is the default, IBM Job Scheduler for iSeries or another job scheduler that you choose. You can change the commands that BRMS uses to add, list and select job schedule entries. You can also specify whether you want to be prompted when BRMS uses these commands.
The following substitution variables can be used in these commands to pass values from BRMS to the scheduler:
. &JOBNAME - QBRMBKUP or QBRMARC
. &REQUEST - will be either STRARCBRM or STRBKUBRM
. &APPL - BRMS
. &GROUP - control group name
You can change these to your operating requirements or choose to use the defaults.
To use this command, you must have the Backup Recovery and Media Services for iSeries, 5722-BR1, licensed program installed.
Examples:
CHGSCDBRM TYPE(*USRDFN) ADDCMD(¡¯ADDJOBJS JOB(&JOBNAME)
APP(&APPL) SCDCDE(*DAILY) TIME (2300)
CMD(&REQUEST)¡¯) ADDPMT(*YES)
This command changes the CL command used by BRMS to add a job schedule entry. In this example, an alternative scheduler is being used. When adding a back up job to the schedule BRMS will use the ADDJOBJS command and the substitution variables specified here.