Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Migration Guide

RULES(NOLAXINOUT NOLAXSEMI)

These suboptions of the RULES option have no effect on object compatibility since they do not change the code that is generated. But if you specify them, the new compiler will act more like the old because it will then issue two messages that the old compiler would issue; in particular, the compiler will issue a W-level message under:

RULES(NOLAXINOUT)
if it finds a possibly uninitialized scalar passed as an ASSIGNABLE BYADDR parameter
RULES(NOLAXSEMI)
if it finds a semicolon inside a comment

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)