High-Level Screen Management Intrinsic Library Reference Manual (32424-90002)

C- 4
Termpak.termfile = HPTERM
.bypassfeature = 0
Devconfig.allolen = 0
<<<< Leaving HPDDISABLETERM
Returnpak.returnstatus = 0
.sublayerstatus = 0
Version Utility
Hi-Li provides a utility program that you can run if you need to
determine what version of the Hi-Li software you are running. To see
what version of Hi-Li is installed on your MPE/V system, type the
following command following the MPE prompt and press [Return]:
:RUN HP32424A
The following information is displayed:
HP32424 INTRINSICS VERSION: HP32424A.00.04
------------------------
SEGMENT VERSION
------------------------
01 A.00.04.S01.00
02 A.00.04.S02.00
03 A.00.04.S03.00
04 A.00.04.S04.00
-------------------------
END OF PROGRAM
:
Sample Programs
The following is a sample application program that illustrates how the
various Hi-Li intrinsics are used to develop an interactive application.
The same program is developed for three of the languages supported by
Hi-Li: COBOL, FORTRAN, and Pascal.
This sample application collects transactions concerning deductions
from
an employee payroll and places the edited transactions into a file. Each
transaction entered by the operator is subject to the data edits embed-
ded within the input form. The application continues to collect trans-
actions until the operator exits the program or a system error is
detected. Keys are defined as follows:
Enter key = edit and file transaction
F1 = exit application
All other f keys = redo transaction
The application has the following structure: