Previous Topic: CA IDMS/DC InstallationNext Topic: TSO Installation


TSO/ISPF Installation

To install the menu system under TSO/ISPF

  1. Copy the EHCPAN11 panel from the CA Spool CBQ4PNL0 library to a library within the ISPPLIB concatenation in your TSO logon procedure.
  2. Copy the EHCBROW CLIST from the CA Spool CBQ4CLS0 library to a library within the SYSPROC concatenation in your TSO logon procedure.

    Note: CLIST EHCBROW contains a UNIT=VIO reference for the allocation of a temporary dataset to be used for browsing. Clients must verify that UNIT=VIO is a valid DASD allocation UNIT at their site, and if not, must change UNIT=VIO to a valid DASD type.

  3. Copy the ESFMENU CLIST from the CA Spool CBQ4CLS0 library to a library within the SYSPROC concatenation in your TSO logon procedure.

You can start the TSO/ISPF menu system by invoking CLIST ESFMENU with the CA Spool subsystem name as parameter:

%ESFMENU ESF

where the operand ESF is the name of the subsystem you want to activate. You can also hard code a subsystem name in the CLIST.

Note: The ISPF menu interface supports dynamic screen sizes. The screen width limit is 132. The number of rows can be any number as long as the total screen area, row * columns, is less than 11880.