Syntax: DATA [attribute...]
This statement defines the default attributes for data segments within the application or library. One or more attributes can appear following the DATA statement:
PRELOAD or LOADONCALL
Note: OS/2 2.x ignores the preload attribute.
Attribute Rules
Example
The following example defines the application data segment so that it is loaded only when it is accessed and cannot be shared by more than one copy of the program. By default, the data segment can be read and written, the automatic data segment is copied for each instance of the module, and the data segment has no I/O privilege.
DATA LOADONCALL NONSHARED