Static setup

To install the CICS PA libraries statically within your ISPF library setup, do the following:
  1. Include the library qual.SCPAEXEC in your SYSEXEC or SYSPROC concatenation. This library contains the required EXECs. It is allocated with fixed-block 80 record format during installation.

    You should put these libraries in the SYSEXEC concatenation. However, if you want to put them in SYSPROC, it must have a record length of 80 bytes.

    Ensure that all libraries contained in your concatenations are either in the same format (F, FB, V, VB) and have the same block size, or are in order of decreasing block sizes. Otherwise, you might experience problems using the CICS PA panels.

  2. Add the remaining libraries to your ISPF library setup:
    • Include the link/load module library qual.SCPALINK in the ISPLLIB concatenation.
    • Include the message library qual.SCPAMxxx in the ISPMLIB concatenation.
    • Include the panel library qual.SCPAPxxx in the ISPPLIB concatenation.
    • Include the skeleton library qual.SCPASxxx in the ISPSLIB concatenation.
    • Include the table library qual.SCPATxxx in the ISPTLIB concatenation.
  3. On the TSO command processor panel, enter:
    %CPAOREXX 'NODYNAM lang'
  4. To add CICS PA to an ISPF menu, set &ZSEL to:
    CMD(%CPAOREXX ''NODYNAM lang'') NOCHECK

Information Information

Feedback


Timestamp icon Last updated: Thursday, 7 November 2013


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic//users-guide/statset.htm