%OPTION

Purpose

Lets you change the setting of a specified compiler option.

Syntax

%OPTION compiler-option ...;

Parameters

compiler-option
Specifies the compiler option you want to take effect.

Description

The %OPTION compiler option specifies one of a selected subset of compiler options to use for a segment of source code. When you specify an option using the %OPTION compiler option, it remains in effect until:
  • The %OPTION is used again to specify use of another compiler option, thereby overriding the current option specified by %OPTION
  • A compiler option that has been saved using the %PUSH compiler option is restored using the %POP compiler option.

Restrictions

None.