Program Verifiers - ILE COBOL - Flagging and Messages

Option Description Default
FIPS flagging Select the level of FIPS (Federal Information Processing Standards) flagging to perform:
  • *NOFIPS: The source program is not flagged.
  • *MINIMUM: FIPS flagging is performed for the minimum subset and higher.
  • *INTERMEDIATE: FIPS flagging is performed for the intermediate subset and higher.
  • *HIGH: FIPS flagging is performed for the high subset.
Off
Obsolete language elements Flags obsolete language elements. Off
Messages Limit number of messages: Specifies the maximum number of error messages. A value of *NOMAX means that compilation continues until normal completion, regardless of the number of errors encountered. Off
Limit Severity: Specify the maximum severity level. 30
Flagging severity: Specifies the minimum severity level of messages that are printed. Messages with a severity level of the specified value or higher are listed. By default, 0 is the severity level and all messages are printed. The values for this field are equivalent to the FLAG parameter values of the CRTCBLPGM, CRTCBLMOD, and CRTBNDCBL commands. 0

Feedback