Program R7102P: HES Edit A

Program R7102P is a program that reads a deck of cards punched from the HES update forms and outputs unsorted records to a disk (as a data set).

System Logic Chart

The primary function of R7102P seems to be reading the punched cards and basic data validation:

Program R7102P reads a transaction card and prints it. Then the transaction type is checked against a table of valid transaction types. The USID is checked to see if it is numeric, wihthin the range ov valid USID's and is the same level as the transaction type. For example, a type 2 transaction must have a hamlet USID, and a type 5 transaction must have a village USID. ...

--- Program R7102P, HES Edit A Manual

Input Card Types

See Appendix E "Input Record Layout" of the program manual.

Output Record Layouts

See Appendix F "Output Recod Layout".