Previous Topic: 3.3.6.2 Sample CA MICS Online Facilities Implementation

Next Topic: 3.3.6.4 ISPF Preprocessed Panels

3.3.6.3 Alternative Online Facilities Implementation


Alternative 1 - Initial Testing

This alternative is intended for use during the initial
phases of CA MICS and MWF implementation.  This method allows
access to MWF without changes to ISPF panels or to TSO CLIST
libraries or any other facility that may require TSO system
administrator intervention or authorization.

This alternative assumes that the MWF setup detailed in
section 3.3.6.2 has been performed, and that the MWF option
has not been added to the ISP@MSTR panel.

This option uses the ISPF TSO command panel.  To use this
option enter the following command in the ISPF primary
command field:

If the MWF CLIST is in the SYSPROC concatenation:

    =6;%MWF

If the MWF CLIST is in a private library:

    =6;exec your.clist(MWF)


Alternative 2 - ISPF Command Table

This alternative allows MWF to be called as an ISPF command.
Add the following command to the ISPCMDS commands table (ISPF
option 3.9):

If the MWF CLIST is in the SYSPROC concatenation:

    MWF 3 SELECT CMD(%MWF)

If the MWF CLIST is in a private library:

    MWF 3 SELECT CMD(EXEC 'private.clist(MWF)')

NOTE:  This alternative can be used in conjunction with the
       examples in section 3.3.6.2, or with the first
       alternative.