CA CSM includes the MSMCAUX sample member. The auxiliary address space uses the JCL procedure MSMCAUX. Copy this procedure to a System PROCLIB that z/OS START commands use, and modify it to suit your installation environment.
You can add or change any DD statements as required. The MSMCAUX sample member describes the changes.
Do not start the MSMCAUX procedure manually. The MSMCAUX procedure is started by the SCS address space (MSMCPROC).
The auxiliary address space is always started as a started task. Use your security system to associate a user ID with the auxiliary address space started task.
Note: MSMCAUX is the common name of the auxiliary address space JCL procedure. You can change the name to suit your installation environment. If you do change the name, update the AUX procname in the SCS address space parameters.
Special program properties are a requirement. They must be assigned to the system for the program MSMCAUX named on the EXEC PGM= JCL card in the MSMCAUX PROC.
MSMCAUX must be defined in the SCHEDxx member of SYS1.PARMLIB to execute in storage protect key 4.
To define MSMCAUX to execute in storage protect key 4, use the following statement:
PPT PGMNAME(MSMCAUX) KEY(4) SYST PRIV
Note: Special program properties are only assigned to programs that are retrieved from an APF-authorized library concatenation. All MSMCAUX PROC STEPLIB data sets must be properly defined in the APF library list.
For more information about the definition of special program properties, see the IBM Initialization and Tuning Reference.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|