IGZEOPT

IGZEOPT is a COBOL run-time options module in which you can specify certain options for your main program. Use IGZEOPT when you do not want to use default options supplied by IGZEOPD, and you cannot use the parm string in the JCL EXEC statement.

Please note that the options you specify through IGZEOPT take precedence over options passed via parms in the JCL EXEC statements and default options.

Hints

Significant CPU can occur in the library routines that the run-time options invoke. After you check which COBOL library routines are CPU intensive, and ascertain whether you need these routines, you might need to modify certain IGZEOPT options.

Refer to IGZEOPD for more information.

Reference Sources

VS COBOL II Applications Programming Guide for MVS and CMS, Release 3.0, 3.1, 3.2.