Start of change

Disabling COBOL runtime options report option DISABLEUOPTREPORT

A COBOL runtime options report is generated if the LE runtime option RPTOPTS(ON) is specified. If you need to suppress the COBOL runtime options report, you can create the IGZUOPT (for AMODE 31) or IGZQOPT (for AMODE 64) COBOL runtime option module that will use DISABLEUOPTREPORT=ON.

When the IGZUOPT or IGZQOPT module is built, specify the DISABLEUOPTREPORT option with the following syntax:
IGZXOPT DISABLEUOPTREPORT=ON | OFF

If DISABLEUOPTREPORT is not specified, the default is DISABLEUOPTREPORT=OFF.

See the sample JCL IGZ6OPT in the Language Environment® sample data set .SCEESAMP to learn how to submit a JCL job that alters this option.

End of change