Editing the JCL file for local customization
You can edit the JCL file for local customization in RIT.PROC.
Before you begin
About this task
Edit the RITRUN member in the
userid.RIT.PROC dataset. If your queue manager is part of a
queue sharing group, and if you want to use HCL DevOps Test Integrations and APIs (Test Integrations and APIs) with shared queues, create a
separate copy of the RITRUN JCL for each queue manager in the group.
Procedure
- Change
++QMGR++to the queue manager name. - Change
++INSTLIB++the library name that contains theRIT.AUTHcode. - Change
++HLQ++to the HLQ names forSCSQAUTH, andSCSQANLEMQ libraries - Specify the QM and TRACE parameter values for the
RITSTARTprogram .QM(value)Where the value is a 1 to 4 character queue manager name. This parameter is required.
TRACE(n)Where n is between 0 and 9. The value of 0 means that no trace is displayed, for example
PARM='QM(&QM.) TRACE(0)'.
- Change
++SYSMDUMP++to the name of a data set, for example,userid.SYSMDUMP. If you are running Test Integrations and APIs with queue managers in a queue sharing group, you will need a unique SYSMDUMP dataset for each queue manager.