Summary [ HP ALLBASE/4GL Developer Self-Paced Training Guide ] MPE/iX 5.0 Documentation
HP ALLBASE/4GL Developer Self-Paced Training Guide
Summary
In this lesson you defined the following storage items:
* An application title.
* application_name.
* Two variables.
* product_status,
* mode.
* One numeric constant.
* end_of_file (for the HP ALLBASE/SQL based application),
* record_not_found (for the KSAM and HP TurboIMAGE/iX based
applications).
* Five alphanumeric constants.
* record,
* no_record,
* add,
* delete,
* modify.
All storage items are defined using the storage items menu in the
dictionary.
Application Titles
Application titles are literal strings that can be used on screens and
reports. Any change to an application title is immediately reflected on
screens and reports that use the title.
Variables
All variables have a fixed length and type. The type of data a variable
can contain is determined by its edit code.
HP ALLBASE/4GL initializes numeric variables to zero, and alphanumeric
variables to spaces, when the application starts. They are not
initialized at any other time.
Constants
You can define numeric constants and alphanumeric constants. Numeric
constants can contain numeric values and the characters - and + .
Alphanumeric constants are literal strings, and can contain any printable
characters.
MPE/iX 5.0 Documentation