-laxdefined -nolaxdefined
-laxdefined
The following compiler options imply -nolaxdefined:
To override this for the above-referenced compiler options, set them in combination with -laxdefined.
When -nolaxdefined is set:
DCL S1 CHAR(10); DECLARE S2 CHAR(20) DEFINED (S1);
Results in an appropriate diagnostic.