IBM 7090/94 IBSYS

(Redirected from IBSYS)

IBSYS is the name of a discontinued tape-based operating system that IBM supplied with its IBM 709, IBM 7090 and IBM 7094 computers, and of a significantly different, though similar operating system provided with IBM 7040 and IBM 7044 computers. IBSYS was based on FORTRAN Monitor System (FMS) and (more likely) Bell Labs' "BESYS" rather than the SHARE Operating System. IBSYS directly supported several older computer language compilers and assemblers on the $EXECUTE card: 9PAC, FORTRAN and IBSFAP. Newer language processors ran under IBJOB.

IBSYS
DeveloperIBM
Working stateHistoric
Initial release1960; 64 years ago (1960)
PlatformsIBM 7090 and IBM 7094
LicenseProprietary
Preceded bySHARE Operating System

IBM later provided similar facilities for the 7040/7044 as IBM 7040/7044 Operating System (16K/32K) 7040-PR-150 and for the IBM 1410/IBM 7010 as IBM 1410/7010 Operating System 1410-PR-155.

IBSYS System Supervisor edit

IBSYS itself is a resident monitor program, that reads control card images placed between the decks of program and data cards of individual jobs. An IBSYS control card[a] begins with a "$" in column 1, immediately followed by a Control Name that selects the various IBSYS utility programs needed to set up and run the job. These card deck images are usually read from magnetic tapes prepared offline, not directly from the card reader.

IBJOB Processor edit

The IBJOB Processor is a subsystem that runs under the IBSYS System Supervisor. It reads control cards that request, e.g., compilation, execution. The languages supported include COBOL. Commercial Translator (COMTRAN), Fortran IV (IBFTC) and Macro Assembly Program (IBMAP).

See also edit

Further reading edit

Notes edit

  1. ^ The control cards included
    $*
    Comment
    $EXECUTE
    Call named subsystem, e.g., compiler, IBJOB, utility
    $IBSYS
    Reinitialize System Supervisor
    $IOCS
    $ID
    Call installation accounting routine
    $JOB
    Set up new job
    $STOP
    End a batch of jobs

External links edit