| Syntax: | Default: |
| /DATA:attributes | /DATA:RW |
Use /DATA to specify the default attributes for all data sections. Letters can be specified in any order.
| Letter | Attribute |
| E or X | EXECUTE 1 |
| R | READ |
| S | SHARED |
| W | WRITE |
| 16:16 ALIAS attribute | |
| CONFORMING attribute 1 | |
| DISCARDABLE attribute | |
| I/O PRIVILEGE attribute | |
| RESIDENT and CONTIGUOUS | |
| RESIDENT and LONG-LOCKABLE | |
| RESIDENT |
1. This attribute is not recommended for data segments.
The default is /DATA:RW.