Determines whether to check for a missing OTHERWISE clause in SELECT statements.
Syntax
-laxother
-nolaxother
Behavior
- -laxother
- Check for a missing OTHERWISE clause in SELECT statements.
- -nolaxother
- Do not check for a missing OTHERWISE clause in SELECT statements.
Dependencies
The following compiler options imply
-nolaxother:
- -cics
- -sql
- -dli
- -mvs
- -ims
To override this for the above-referenced compiler options, set them in combination with
-laxother.