IGNOREODOLIMIT

This command tells z/OS® Debugger to display COBOL table data items even when an ODO value is out of range, and to suppress the following messages:
MFI and batch:
EQA1471E Incorrect value for ODO variable data item
Remote:
EQA2377E Invalid data.

The following diagram describes the syntax of the IGNOREODOLIMIT command:

Read syntax diagramSkip visual syntax diagramEQAXOPTIGNOREODOLIMIT, YESNO
YES
Indicates that z/OS Debugger should display the requested table data item even when an ODO value is out of range, and to suppress issuing EQA1471E or EQA2377E.
NO
Indicates that z/OS Debugger should not display the requested table data item when an ODO value is out of range, and to issue EQA1471E or EQA2377E.
Examples
EQAXOPT IGNOREODOLIMIT,YES
EQAXOPT IGNOREODOLIMIT,NO
Notes:
  • The default setting is NO.
  • IGNOREODOLIMIT only affects the behaviour of z/OS Debugger if the compilation unit was compiled with one of the following compilers:
    • COBOL for OS/390® & VM Version 2 (5648-A25)
    • Enterprise COBOL for z/OS and OS/390 Version 3 (5655-G53)
    • Enterprise COBOL for z/OS Version 4 (5655-S71)
  • IGNOREODOLIMIT is ignored for LangX COBOL.