Module control directives
In this section:
Syntax
END
RTMODEL key , value
Parameters
| A text string specifying the key. |
| A text string specifying the value. |
Description
Module control directives are used for marking the end of source program modules, and for . For information about the restrictions that apply when using a directive in an expression, see Expression restrictions.
Directive | Description | Expression restrictions |
|---|---|---|
Ends the assembly of the module in a file. | Only locally defined labels or integer constants | |
Declares runtime model attributes. | Not applicable |
Table 123. Module control directives