Specifying Startup utility JCL


The following figure shows generic JCL for executing the Startup utility.

//IRMUP   JOB job statement data .....
//STEP1   EXEC PGM=IRMUP
//STEPLIB DD DSN=product.LOAD,DISP=SHR
//SYSUDUMP DD SYSOUT=*
//SYSIN   DD *
*required keywords
IRM=irmname
FUNCTION=CHECK or FUNCTION=START
*keywords required if FUNCTION=START
FROM=CONSOLE or FROM=PDS
TIMEOUT=nnnn
*keywords required if FROM=PDS
PDS=pdsname
MEMBER=membername

Specify the following statements in the Startup utility JCL:

EXEC

(required) Specify program name IRMUP.

STEPLIB DD

(required) Identify the BMC load library that contains the RMGR load modules. This library must be APF authorized.

SYSUDUMP DD

(recommended) Include a data set to contain a system dump for problem determination.

SYSIN DD

(required) Specify control statements for the Startup utility. You can specify SYSIN DD * to include the control statements in-stream.


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Database Advisor for IMS 3.1