DECISION Command [ HP ALLBASE/4GL Developer Reference Manual Vol. 2 ] MPE/iX 5.0 Documentation
HP ALLBASE/4GL Developer Reference Manual Vol. 2
DECISION Command
The DECISION command executes an HP ALLBASE/4GL decision table.
Formats
DECISION {decision_table_name}
{data_ref }
Parameters
decision_table_name
The name of a decision table.
data_ref
Can be one of the following containing the name of the decision table to
be executed:
* Constant.
* Variable or calculated item.
* Screen field name.
* Scratch-pad field name.
Example
DECISION V-dec_table
This command executes the decision table whose name is contained in the
variable dec_table.
MPE/iX 5.0 Documentation