Previous Topic: External Subroutines

Next Topic: User-defined Functions and ADDRESS Environments

Compiler Directives

Your IMOD can contain one or more of the following compiler directives. These directives control aspects of IMOD use and execution. They must begin with the pound sign (#) in Column 1 and the first letter of the directive in Column 2.

#DESC

Describes the IMOD.

#CALLABLE

Specifies that this IMOD can be called from another IMOD as an external subroutine.

#SOURCE

Loads the source statements and object code into memory.

#REFORMAT

Reformats the source IMOD.

Note: For more information about compiler directives, see the Reference Guide.