System/32
   HOME

TheInfoList



OR:

The IBM System/32 (IBM 5320) introduced in January 1975 was a midrange computer with built-in display screen, disk drives, printer, and database report software. It was used primarily by small to midsize businesses for
accounting Accounting, also known as accountancy, is the measurement, processing, and communication of financial and non financial information about economic entities such as businesses and corporations. Accounting, which has been called the "languag ...
applications.
RPG II RPG II is a very early and popular version of the IBM RPG programming language. It was developed in the late 1960s and designed to work on the smallest IBM systems of the time such as the IBM 1130, IBM System/3, System/32, System/34, System/36. ...
was the primary
programming language A programming language is a system of notation for writing computer programs. Most programming languages are text-based formal languages, but they may also be graphical. They are a kind of computer language. The description of a programming ...
for the machine.


Overview

The
16-bit 16-bit microcomputers are microcomputers that use 16-bit microprocessors. A 16-bit register can store 216 different values. The range of integer values that can be stored in 16 bits depends on the integer representation used. With the two ...
single-user System/32, also known as the IBM 5320, was introduced in 1975, and it was the successor to the IBM System/3 model 6 in the IBM midrange computer line. IBM described it as "the first system to incorporate hardware and comprehensive application software." ''
The New York Times ''The New York Times'' (''the Times'', ''NYT'', or the Gray Lady) is a daily newspaper based in New York City with a worldwide readership reported in 2020 to comprise a declining 840,000 paid print subscribers, and a growing 6 million paid ...
'' described the ''32'' as "a compact computer for firstā€time users with little or no computer programming experience." Within 40 months, "the System/32 had surpassed the IBM System/3 as the most installed IBM computer." The computer looked lik
a large office desk
with a very small six-line by forty-character display and a keyboard similar to an IBM keypunch. Having the appearance of a computerized desk, the System/32 was nicknamed the "Bionic Desk" after ''
The Six Million Dollar Man ''The Six Million Dollar Man'' is an American science fiction and action television series, running from 1973 to 1978, about a former astronaut, USAF Colonel Steve Austin, portrayed by Lee Majors. After a NASA test flight accident, Austin ...
'' (bionic man), a popular U.S. TV program when the computer was introduced in 1975. The ''32'' had a built-in
line printer A line printer prints one entire line of text before advancing to another line. Most early line printers were impact printers. Line printers are mostly associated with unit record equipment and the early days of digital computing, but the ...
, that directly faced the operator when seated, and could print reports, memos, billing statements, address labels, etc. It had been introduced January 7, 1975 and was withdrawn from marketing on October 17, 1984. Migration to the
IBM System/34 The IBM System/34 was an IBM midrange computer introduced in 1977. It was withdrawn from marketing in February 1985. It was a multi-user, multi-tasking successor to the single-user System/32. It included two processors, one based on the System/ ...
was generally simple because source code was compatible and programs just needed recompilation.


Processor

The System/32 featured a
16-bit 16-bit microcomputers are microcomputers that use 16-bit microprocessors. A 16-bit register can store 216 different values. The range of integer values that can be stored in 16 bits depends on the integer representation used. With the two ...
processor with a 200ns cycle time known as the ''Control Storage Processor'' (CSP). Whereas the System/3 used a hardwired processor, the System/32 implemented the System/3 instruction set in microcode. The System/32 processor utilized a vertical microcode format, with each microinstruction occupying 16 bits of control storage. There were 19 different microinstruction opcodes, however certain microinstructions could carry out different operations depending on which bits were set in the rest of the microinstruction, with the result that there were about 70 distinct operations available. An optional set of ''Scientific Macroinstructions'' was also available, which were used to support a Fortran compiler by implementing support for
floating point In computing, floating-point arithmetic (FP) is arithmetic that represents real numbers approximately, using an integer with a fixed precision, called the significand, scaled by an integer exponent of a fixed base. For example, 12.345 can b ...
arithmetic in microcode. Some IBM engineers, including Glenn Henry and
Frank Soltis Frank Gerald Soltis (born 1940), is an American computer scientist. He joined IBM Rochester in 1969, and is most well known for his contributions to the System/38 and IBM AS/400 architectures, in particular - the design of the single-level store ...
, have retrospectively described the System/32's microcode as resembling a RISC instruction set. The performance of the System/3 emulation was poor, which led IBM to implement performance critical parts of the SCP operating system directly in microcode. The later System/34 and System/36 systems addressed this problem by using two different processors - the System/32 CSP architecture was used exclusively for operating system, I/O control and floating point code, whereas user code ran on the ''Main Storage Processor'' (MSP) which implemented the System/3 instruction set directly in hardware without microcode. The use of microcode to implement instruction set emulation as well as performance-critical operating system components had some influence on the design of the microcode layers in the later
System/38 The System/38 is a discontinued minicomputer and midrange computer manufactured and sold by IBM. The system was announced in 1978. The System/38 has 48-bit addressing, which was unique for the time, and a novel integrated database system. It w ...
.


Memory/storage

It had 16, 24, or 32 kilobytes of main memory, and 4 or 8 kilobytes of control storage. The larger control store was an optional extra, and was needed to support the scientific instruction set. A single
hard drive A hard disk drive (HDD), hard disk, hard drive, or fixed disk is an electro-mechanical data storage device that stores and retrieves digital data using magnetic storage with one or more rigid rapidly rotating platters coated with magne ...
was available in one of three sizes: * 5 MB * 9 MB * 13 MB The system included an eight-inch
floppy drive A floppy disk or floppy diskette (casually referred to as a floppy, or a diskette) is an obsolescent type of disk storage composed of a thin and flexible disk of a magnetic storage medium in a square or nearly square plastic enclosure lined w ...
that could also read floppies from the IBM 3740 family. Only one side of the 77-track floppy diskette was used. Each track held 26 128-byte sectors. An extended format was offered by IBM, and it permitted 512 bytes per sector. Even so, that came to an 8-inch floppy holding less than one third of a megabyte.


System/32 operator

When keying input data, the operator would be viewing the character display, which was also common to the then current IBM 3740 family of data entry to floppy disk media. A computer specialist was not required for the operation of System/32.


System software

Some terms associated with the System/32's software include: * SCP (System Control Program) the
operating system An operating system (OS) is system software that manages computer hardware, software resources, and provides common services for computer programs. Time-sharing operating systems schedule tasks for efficient use of the system and may also i ...
of the System/32. * SEU (Source Entry Utility, the programming editor), * DFU (Data File Utility, a query and report generator), * OCL (Operations Control Language, the command-line language), and * #LIBRARY (the directory or
disk partition Disk partitioning or disk slicing is the creation of one or more regions on secondary storage, so that each region can be managed separately. These regions are called partitions. It is typically the first step of preparing a newly installed disk ...
in which executable code was stored).


See also

* IBM System/3 *
IBM System/34 The IBM System/34 was an IBM midrange computer introduced in 1977. It was withdrawn from marketing in February 1985. It was a multi-user, multi-tasking successor to the single-user System/32. It included two processors, one based on the System/ ...
*
IBM System/36 The IBM System/36 (often abbreviated as S/36) was a midrange computer marketed by IBM from 1983 to 2000 - a multi-user, multi-tasking successor to the System/34. Like the System/34 and the older System/32, the System/36 was primarily progr ...
*
IBM System/38 The System/38 is a discontinued minicomputer and midrange computer manufactured and sold by IBM. The system was announced in 1978. The System/38 has 48-bit addressing, which was unique for the time, and a novel integrated database system. It w ...


References


External links


A System/32 restoration project

Video of Corestore Museum System/32 performing IMPL/IPL from disk

Insightful newsgroup post about System/32 and System/34 architecture


Photographs


System/32

S/32 front view with one panel open

S/32 rear view with both panels open

Large Image of IBM 5320
{{DEFAULTSORT:IBM System 32 System 32 Computer-related introductions in 1975 16-bit computers