Jump to content

IBM MTCS

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Kdakin (talk | contribs) at 10:57, 6 October 2008 (→‎See also). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

MTCS (Minimum Teleprocessing Control System) was a transaction server that ran on IBM mainframe systems under OS/VS1.

MTCS was available from IBM and designed for rapid, low to medium volume online processing. This process was entirely interactive (screen-oriented using 3270 display terminals).

The 'official' version of MTCS was single thread only and was a forerunner of CICS before it was released. An unofficial and multi-threaded version of MTCS was developed by Littlewoods Pools, UK at the same time as a multi-threaded "MTCS bridge" (middleware MTCS simulator) became available for running MTCS transactions directly under CICS. This version was also used by other customers under a license agreement.

Transactions

An MTCS transaction is a set of operations which together perform a task. Usually, the majority of transactions are relatively simple tasks such as updating the balance of an account.

MTCS applications comprise transactions which were written in IBM Basic Assembly Language and interfaced with 3270 terminals.

Each MTCS program was initiated using a transaction identifier. MTCS screens were sent as native 3270 datastreams to the terminal.

History

The first release of MTCS was made available prior to the first release of CICS in the late 1960s. A forerunner of MTCS was known as "FASTER" and was a higher level BTAM based product that controlled IBM 2260 display terminals

See also

References

External links