Syntax rules for IEAFIXxx

The following rules apply to the creation of IEAFIXxx:
  • Each statement must begin with the INCLUDE keyword.
  • The library name follows the LIBRARY keyword and is enclosed in parentheses.
  • The list of modules follows the MODULES keyword and is enclosed in parentheses. Any number of module names can be specified.

    Use major names or alias names, or both. Any alias names by which a module is to be accessed must be included. If an alias name is included and the associated major name is omitted, the system will locate the major name.

  • The statement is assumed to be all information from one INCLUDE keyword to the next INCLUDE keyword or until end-of-file.
  • Use all columns except 72 through 80.
  • Blanks or commas can be used as delimiters. Multiple occurrences of a delimiter are interpreted as a single delimiter.
  • Comments may appear in columns 1-71 and must begin with "/*" and end with "*/". They are allowed anywhere a delimiter is allowed.