COMPILE-OPTIONS [ HP System Dictionary XL Gen. Ref. Vol. 2-Part 4 SDUTIL ] MPE/iX 5.0 Documentation
HP System Dictionary XL Gen. Ref. Vol. 2-Part 4 SDUTIL
COMPILE-OPTIONS
Specifies various options for the compile process.
Syntax
COMPILE-OPTIONS [;LINK=common-link-option]
[;INCLUDE-VAR-ATTR=var-attribute-list]
{.}
Parameters
common- link- This parameter specifies whether or not to include the
option linking structure in the compiled dictionary. This
option is only valid if you are not in the common
domain. Valid values are:
TRUE
FALSE
If this parameter is set to TRUE, the common version
will also be automatically compiled if it has not been
already. The default for this option is TRUE.
var- attribute- This parameter specifies the list of variable length
list attributes whose values to include in the compiled
dictionary. To have all of the variable length
attributes included, specify INCLUDE-VAR-ATTR=!. If
none are to be compiled, specify INCLUDE-VAR-ATTR=.
Otherwise, enter them one at a time separated by commas.
The default is to include them all.
Discussion
Once a parameter in the COMPILE-OPTIONS is specified, its value will be
retained until a new value is specified.
Example
>COMPILE-OPTIONS link=true;
>>INCLUDE-VAR-ATTR=edit-mask.
>
MPE/iX 5.0 Documentation