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