Tailoring existing ISPF menus

About this task

You can also add the CICS BAC ISPF administration interface to an existing ISPF menu. The following is an example of the steps needed to do this, where the administration interface is defined as option C.
  1. First, add a line similar to the following to the ")AREA" section of the menu panel source:
    C CICS BAC      CICS BAC ISPF administration interface
  2. Next, add the following line in the ")PROC" section of the menu panel source:
    C,'CMD(CBKRCUST) NOCHECK NEWAPPL(CBKA)'

Also ensure that the data set containing the REXX EXEC CBKRCUST is added to your TSO logon PROC SYSPROC concatenation. The REXX EXEC is the only CICS BAC data set you need to add to the logon PROC, because CICS BAC dynamically allocates all the other required data sets during the ISPF administration interface startup.


Task Task

Feedback


Timestamp icon Last updated: Monday, 2 December 2013


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic/com.ibm.cics.bac.doc/cbka1/cbka1t45.html