With the %OPTION statement, you can change the setting of selected compiler options. The change remains in effect until the next %POP; statement is read.
Currently, you may use the %OPTION statement only to switch the LANGLVL option from SAA2 to SAA (or vice versa). So its syntax is:
>>-%OPTION--LANGLVL--(--+-SAA--+--)---------------------------->< '-SAA2-'
For example, if you had some code that was using a LANGLVL(SAA2) feature in a compilation for which you have specified the LANGLVL(SAA) option, you could enclose make the compiler accept that code by taking the following steps: