Limited support

 

BMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.

BMC recommends upgrading to the latest version of the product. To see documentation for that version, see BMC AMI Ops Infrastructure 7.1 Open link .

Creating the CAS startup procedure

Use the following procedure to set up your CAS started task 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

  1. Copy BBILIB member @@YZZ022 to SYS1.PROCLIB or another system procedure library and give it an appropriate name for a started task procedure.

    Note

    • By default, the installation configuration process creates a member called BBMCAS.

    • BMC recommends changing the started task name to MVCAS to be consistent with other MainView started task names.

  2. 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.

    Note

    If you use a Katakana terminal, specify CAPS=Y in the PARM statement of the CAS started task procedure, as shown in the following example:

    //CAS EXEC PGM=BBM9ZA00,
    // PARM=('SSID=&SSID,XDM=&XDM,COLD=&COLD,DUMP=&DUMP',
    // 'EMM=&EMM,IVP=&IVP,CAPS=Y'),
    // TIME=1439,
    // REGION=4096K

    For detailed information, see Implementing Katakana terminal support.

  3. Define the CAS started task procedure to your IPL procedure so that the CAS starts at system initialization.

    Note

    The CAS must run as a started task.

  4. 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.

    Note

    If you plan to use TCP/IP for CAS-to-CAS communication, do not specify SUB=MSTR on the CAS START command. SUB=MSTR allows the CAS to start before OMVS, which can result in the CAS being unable to communicate via TCP/IP (even after OMVS and TCP/IP start).

Where to go from here

To support the MainView Infrastructure common registry, the CAS started task procedure must have:

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.


Related topic

Was this page helpful? Yes No Submitting... Thank you

Comments