Syntax: CODE [attribute...]
This statement defines the default attributes for code segments within the application or library. One or more attributes can appear following the CODE statement:
PRELOAD or LOADONCALL
Note: OS/2 2.x ignores the preload attribute.
Attribute Rules:
Example
The following example sets defaults for module code segments so they have I/O hardware privilege and are not loaded until accessed.
CODE LOADONCALL IOPL