Creating the CAS startup procedure
Tip
This task is required for all MainView products except MainView FOCAL POINT, to which it does not apply.
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
Note
The CAS and PAS started task procedures and the Session Control parameters dialog must all specify the same subsystem ID.
To create the CAS started task procedure
Where to go from here
To support the MainView 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 MainView Infrastructure common registry
Tip
BMC recommends that you:
Initiate the CAS as a started task (STC) through a system IPL procedure
Execute only one CAS per system image
Execute the CAS with a dispatching priority of 255
Execute the CAS as an STC for security reasons
Because the CAS contains functions that are accessed through cross-memory services, you should not run the CAS as a batch job.
Comments
Log in or register to comment.