PGMINFO(a b c)

Specifies options controlling whether program interface information should be generated, and where it should be generated.

The possible values for a are:

  • NOPGMINFO

    This option specifies the default which does not generate program interface information.

  • PCML

    Specifies that PCML (Program Call Markup Language) should be generated.

The possible value for b is:
  • MODULE

    Specifies that the program information should be stored in the COBOL module.

The possible values for c are:

  • MONOCASE

    Specifies that the program information should be generated with upper-case names.

  • NOMONOCASE

    Specifies that the program information should be generated with mixed-case names.

Note: MONOCASE or NOMONOCASE can be specified after the PCML value, with or without the MODULE value.