Creating the CAS startup procedure
Use the following procedure to set up your CAS started task procedure.
Before you begin
When you create the CAS started task procedure, use the SSID parameter on the PROC statement to specify a subsystem ID for the CAS.
The CAS subsystem ID is used:
- To identify the CAS to the operating system
- In the startup procedure of each PAS that connects to the CAS
- In the Session Control Parameters dialog when a terminal session starts
To create the CAS started task procedure
Copy BBILIB member @@YZZ022 to SYS1.PROCLIB or another system procedure library and give it an appropriate name for a started task procedure.
Follow the instructions at the top of the member to modify the procedure to your site requirements.
For more information about the CAS library member, see CAS-library-member.Define the CAS started task procedure to your IPL procedure so that the CAS starts at system initialization.
Modify the COMMNDxx member in SYS1.PARMLIB to add a START command for the CAS procedure:COM='Sprocname,SUB=MSTR'
The variable procname is the name of the CAS started task procedure.
Where to go from here
To support the BMC AMI Ops Infrastructure common registry, the CAS started task procedure must have:
- A UNIX System Services security context, called an OMVS segment, defined for it
- Read and write access to the UNIX System Services file system that you allocate in Allocating-the-BMC-AMI-Ops-Infrastructure-common-registry
Related topic