IBM System/38

From Wikipedia, the free encyclopedia

IBM System 38
IBM System 38

The System/38 was a minicomputer, manufactured and sold by the IBM Corporation. Originally released in 1979, it was a precursor to the AS/400. The system offered a number of innovative features, and was the brainchild of IBM engineer Dr. Frank Soltis.

Contents

[edit] History

Introduced in 1978 and commercially available in August 1979, the System/38 followed the System/34 but was prior to the System/36. Code-named "Pacific," the S/38 was a descendant of the abandoned IBM Future Systems project, which had been designed as the replacement for the System/360 and System/370 mainframe architectures.

[edit] Features

The System/38 had 48-bit addressing, which was unique for the time, and a novel database-like storage schema. The operating system of the System/38 was called CPF, for "Control Program Facility." (CPF is not related to SSP, the operating system of the IBM System/34 and System/36.)

Languages supported on the System/38 included RPG III, COBOL, BASIC, and PL/I. The operational control language of the System/38 was called CL, for "Control Language." CL programs, similar in concept to shell scripts, could be compiled and executed natively.

[edit] Data Storage

In most computers prior to the System/38, and most modern ones, data stored on disk was stored in separate logical files. When data was added to a file it was written in the sector dedicated to this, or if the sector was full, on a new sector somewhere else. In the case of the S/38, every piece of data was stored separately and could be put anywhere on the system. There was no such thing as a physically continuous file on disk, and the operating system managed the storage and recall of all data elements.

[edit] Hardware

The System/38's architecture was arguably too demanding of the hardware of the era. When first launched, it struggled under the overhead of the software and operating system, which consumed almost 60 MB on disk, a vast sum at the time[1], leading some wags to suggest that the pre-announce code name for the series, PACIFIC, was actually an acronym meaning "performance ain't critical if function is complete". Decades later, the same software, originally dismissed by some critics as a momentary aberration, runs better than ever on many thousands of modern systems within commercial and government enterprises of all types and sizes.

[edit] Distinctions

System/38 and its descendants are unique in being the only existing commercial[citation needed] computers with capability-based addressing. (The earlier Plessey 250 was one of the few other computers with capability architecture ever sold commercially). Capability-based addressing was removed in the follow-on AS/400 and iSeries models.[2]

Additionally, the System/38 and its descendants are the only commercial computers ever to use a machine interface architecture to isolate the application software and most of the operating system from hardware dependencies, including such details as address size and register size. Compilers for System/38 and its successors generate code in a high-level instruction set (originally called MI for "Machine Interface", and renamed TIMI for "Technology Independent Machine Interface" for AS/400). MI/TIMI is a virtual instruction set; it is not the instruction set of the underlying CPU. Unlike some other virtual-machine architectures in which the virtual instructions are interpreted at runtime, MI/TIMI instructions are never interpreted. They constitute an intermediate compile time step and are translated into the processor's instruction set as the final compilation step. The MI/TIMI instructions are stored within the final program object, in addition to the executable machine instructions. If a program is moved from a processor with one native instruction set to a processor with another native instruction set, the MI/TIMI instructions will be re-translated into the native instruction set of the new machine before the program is executed for the first time on the new machine.

The System/38 also has the distinction of being the first commercially available IBM server to have a RDBMS integrated into the operating system.

[edit] Series

The System/38 was nearly called the System/380, and the AS/400 was nearly called the System/40.

[edit] Sales

IBM sold an estimated 20,000 S/38s within the first five years of availability, according to articles published in industry magazines NEWS 34/38 and Midrange Computing. Although billed as a minicomputer, the S/38 was much more expensive than IBM's established best-selling System/34, and its replacement, the System/36. Of equal importance was the difficulty of upgrading from - say - a System/34 to a S/38. Although the machines had some similarities, such as twinax peripherals and RPG programming languages, in reality they were very different. IBM tacitly acknowledged this by bringing out the System/36 - an upgraded System/34 - after the launch of the S/38.

In the marketplace, IBM thus found itself with three overlapping, but incompatible, ranges. The System/34/36, the System/38 and the mainframe /360 architecture (that the System/38 was originally designed to replace). DEC, at that time one of IBM's main competitors, was able to exploit this by offering a wide range of products based on a single architecture. IBM's counter to this, the 9370 or 'baby mainframe', was a commercial failure.

The S/38's advanced operating system lives on with IBM's AS/400. Realising the importance of the thousands of lines of 'legacy code' (programs) written, 'AS' stands for 'Application System'. Great efforts were made by IBM to enable programs originally written for the System/34 and /36 to be moved to the AS/400.

The AS/400 series was renamed to the iSeries, and then to System i; System i computers are still being sold.

[edit] External links

[edit] References

  1. ^ "Future Observatory Essay"
  2. ^ Frank G. Soltis Fortress Rochester: The Inside Story of the IBM ISeries p.119
  • R. L. Hoffman and F. G. Soltis. Hardware organization of the System/38, IBM System/38 Technical Developments (G58060237), 1980, 19-21.
  • M. E. Houdek and G. R. Mitchell. Translating a large virtual address, IBM System/38 Technical Developments (G58060237), 1980, 22-24.
  • W. David Sincoskie, David J. Farber: SODS/OS: Distributed Operating System for the IBM Series/1. Operating Systems Review 14(3): 46-54 (July 1980)