$EXECUTE Compiler Directive |
![]() ![]() ![]() |
The $EXECUTE directive executes a command during program compilation.
The format of a $EXECUTE directive is
$EXECUTE "command"
where command is the command to be executed. This must be enclosed in quotes..
This directive can be useful, for example, when program generated include records are used. |