【Hitachi】Hitachi’s First-generation Operating Systems for Office Computers


Software for the HITAC 1, 5, and 55
Billing machines, today known as office computers, were initially tabulating machines that used registers for memory. From this beginning, later machines were able to run more sophisticated software by connecting to cassette tape or floppy disk units. In 1970 Hitachi announced software for the HITAC1, a full-featured billing machine and predecessor to the office computer. In 1973 Hitachi announced software for the HITAC 5, a billing machine based on magnetic cards, and for the HITAC 55 office computer. The HITAC 55 had both the functions of a billing machine and the functions of an online terminal. The terminal functions permitted the distributed entry of clean data at the locations where the data was generated, instead of batch processing the data as was required previously.
L-320/PS
L-320/PS was the operating system for the HITAC L-320, a general-purpose intelligent system with such functions as data entry, billing, and remote job entry. L-320/PS was developed because of the following needs.
  • Improve the efficiency of user programming and system operations
  • Provide better usability so that even inexperienced operators could quickly learn the system
  • Enable the computer to be used both as a standalone offline office computer and as a general-purpose intelligent terminal when connected to a telecommunications line
L-320/PS was furnished with the following features to address these needs.
(1) Supported Record Format Descriptor (RFD), a simple programming language for creating data entry and billing programs
(2) Supported Report Program Generator (RPG), an extended programming language for creating remote batch processing programs
(3) Supported utility programs such as search-and-update for data entry and sort/merge for remote batch processing
(4) Supported a dual job function that ran two application programs, such as data entry and file transfer, in parallel

Figure 1 provides an example of creating a billing program with RFD.

Figure 1: Example of a billing program structure using RFD

Figure 1: Example of a billing program structure using RFD

This example shows the structure of an RFD program for issuing a multi-item bill. It can be easily programmed using the RFD’s standard error recovery function (Control Keys I and II) and the control key function (Control Keys IV and V). The program could have multiple branches. For example, after the operator entered data in the body section (consisting of entry lines for each product) of the invoice above, pressing Control Key IV in the next line would process the grand total.
In this way, RFD was a simple programming language that made it possible to quickly program checks of operator-entered data in data entry or billing processes and program corrections for erroneous data. RFD had the following features.
(1) Programs were notated in a parameter format, which made it easy to program while viewing the form’s layout.
(2) Operator instructions could be easily embedded in the program.
(3) RFD offered a rich selection of check functions of entered data.
(4) RFD had standard error-recovery routines that used the control keys to fix data entry errors.

  
Cover of the Hitachi L320/60 operating system’s manual