Previous Topic: Copy CA-GSS Procedures to System PROCLIB

Next Topic: IMOD Editor Problems

Install the IMOD Editor

The IMOD editor is an ISPF-based facility that lets you write, edit, compile, and test IMODs. Installation of the editor requires the following:

To install the IMOD editor

  1. Review enqueue requirements.
  2. Construct the parameter list and update the CA-GSS RUNPARMS.

    The entry panel of the IMOD editor lists all ISETs (IMOD data sets) that are available for use. Each entry in this list includes the ISET name, a description, and the subsystem ID of the ISERVE address space, if any, which is linked with the ISET.

    Consider the following:

  3. Modify the ISPF menu panel.

    You can invoke the IMOD editor by issuing the GSSEDIT command, or you can invoke the IMOD editor from an ISPF menu panel. The GSSEDIT command is a REXX EXEC that is contained in the distribution CLIST data set.

    To invoke the IMOD editor from ISPF, locate the appropriate ISPF menu panel and add the following menu items to the panel and in the PROC section:

    ISRV,'PGM(SRVEDIT) NEWAPPL(nnnn) NOCHECK'
    

    where nnnn is an arbitrary four-character ISPF application ID (such as ISRV).

Important! Use caution when modifying the ISPF primary menu panel. An error can prevent you from using ISPF. Always keep a backup member and a tested procedure that is independent of ISPF.