Previous Topic: Define an ISET to CA-GSS

Next Topic: Compile an IMOD

Write an IMOD

Important! Before you write an IMOD, you should become familiar with the REXX language (see IBM's guides) and the CA extensions of REXX.

To write an IMOD

  1. Ensure that the required ISET is defined.
  2. Access the IMOD editor using one of the following methods:

    The list of defined ISETs appears.

  3. Enter S beside the required ISET.

    The list of IMODs in the ISET appears.

  4. Enter the following command at the COMMAND ==>.prompt:
    E imodname
    
    imodname

    Defines the name of the IMOD you want to write or edit.

    The EDIT panel appears.

  5. Write your IMOD using compiler directive statements and REXX. Consider the following:
  6. Press PF3.

    The IMOD is saved in the selected ISET and is ready to be compiled.

Note: For more information about the IMOD editor panels, see the online help.