HOME
*





FASTER (software)
FASTER (First Automated Teleprocessing Environment Reponder) was a transaction processor that ran on IBM mainframe systems under OS/MFT. FASTER was available from IBM and designed for rapid, low to medium volume online processing. This process was entirely interactive (screen-oriented using 2260 display terminals). The 'official' version of FASTER was single thread only and was a forerunner of MTCS before it was released. Transactions A FASTER 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. FASTER applications comprise transactions which were written in IBM Basic Assembly Language and interfaced with 2260 terminals. Each FASTER program was initiated using a transaction identifier. FASTER screens were sent as native 2260 datastreams to the terminal. History The first release of FASTER was made available prior to the first release of MTCS in t ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Transaction Processing
Transaction processing is information processing in computer science that is divided into individual, indivisible operations called ''transactions''. Each transaction must succeed or fail as a complete unit; it can never be only partially complete. For example, when you purchase a book from an online bookstore, you exchange money (in the form of credit) for a book. If your credit is good, a series of related operations ensures that you get the book and the bookstore gets your money. However, if a single operation in the series fails during the exchange, the entire exchange fails. You do not get the book and the bookstore does not get your money. The technology responsible for making the exchange balanced and predictable is called transaction processing. Transactions ensure that data-oriented resources are not permanently updated unless all operations within the transactional unit complete successfully. By combining a set of related operations into a unit that either completely su ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

IBM Mainframe
IBM mainframes are large computer systems produced by IBM since 1952. During the 1960s and 1970s, IBM dominated the large computer market. Current mainframe computers in IBM's line of business computers are developments of the basic design of the IBM System/360. First and second generation From 1952 into the late 1960s, IBM manufactured and marketed several large computer models, known as the IBM 700/7000 series. The first-generation 700s were based on vacuum tubes, while the later, second-generation 7000s used transistors. These machines established IBM's dominance in electronic data processing ("EDP"). IBM had two model categories: one (701, 704, 709, 7030, 7090, 7094, 7040, 7044) for engineering and scientific use, and one (702, 705, 705-II, 705-III, 7080, 7070, 7072, 7074, 7010) for commercial or data processing use. The two categories, scientific and commercial, generally used common peripherals but had completely different instruction sets, and there were incompatibiliti ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


OS/360 And Successors
OS/360, officially known as IBM System/360 Operating System, is a discontinued batch processing operating system developed by IBM for their then-new System/360 mainframe computer, announced in 1964; it was influenced by the earlier IBSYS/IBJOB and Input/Output Control System (IOCS) packages for the IBM 7090/7094 and even more so by the PR155 Operating System for the IBM 1410/ 7010 processors. It was one of the earliestJust a few years after Atlas Supervisor, Burroughs MCP and GECOS operating systems to require the computer hardware to include at least one direct access storage device. Although OS/360 itself was discontinued, successor operating systems, including the virtual storage MVS and the 64-bit z/OS, are still run and maintain application-level compatibility with OS/360. Overview IBM announced three different levels of OS/360, generated from the same tapes and sharing most of their code. IBM eventually renamed these options and made some significant design changes: ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


2260
In contemporary history, the third millennium of the anno Domini or Common Era in the Gregorian calendar is the current millennium spanning the years 2001 to 3000 ( 21st to 30th centuries). Ongoing futures studies seek to understand what is likely to continue and what could plausibly change in the course of this period and beyond. Predictions and forecasts not included on this timeline * List of future astronomical events ** List of lunar eclipses in the 21st century ** List of solar eclipses in the 21st century * Projections of population growth * Climate change ** Representative Concentration Pathway ** Shared Socioeconomic Pathways * Extinction * List of dates predicted for apocalyptic events * Predictions and claims for the Second Coming * Near future in fiction * Works falling into the public domain in the United States 21st century 2000s * See: 2001 * 2002 * 2003 * 2004 * 2005 * 2006 * 2007 * 2008 * 2009 2010s * See: 2010 * 2011 * 2012 * 2013 * 2014 * 2015 ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Thread (computer Science)
In computer science, a thread of execution is the smallest sequence of programmed instructions that can be managed independently by a scheduler, which is typically a part of the operating system. The implementation of threads and processes differs between operating systems. In Modern Operating Systems, Tanenbaum shows that many distinct models of process organization are possible.TANENBAUM, Andrew S. Modern Operating Systems. 1992. Prentice-Hall International Editions, ISBN 0-13-595752-4. In many cases, a thread is a component of a process. The multiple threads of a given process may be executed concurrently (via multithreading capabilities), sharing resources such as memory, while different processes do not share these resources. In particular, the threads of a process share its executable code and the values of its dynamically allocated variables and non- thread-local global variables at any given time. History Threads made an early appearance under the name of "tasks ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




IBM MTCS
MTCS (Minimum Teleprocessing Communications System) was a transaction processor that ran on IBM mainframe systems under OS/VS1 and DOS/VS. 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 including Granada Productions 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 ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Basic Assembly Language
Basic Assembly Language (BAL) is the commonly used term for a low-level programming language used on IBM System/360 and successor mainframes. Originally, "Basic Assembly Language" applied only to an extremely restricted dialect designed to run under control of IBM Basic Programming Support (BPS/360) on systems with only 8 KB of main memory, and only a card reader, a card punch, and a printer for input/output — thus the word "Basic". However, the full name and the initialism "BAL" almost immediately attached themselves in popular use to all assembly-language dialects on the System/360 and its descendants. BAL for BPS/360 was introduced with the System/360 in 1964. Assemblers on other System/360 operating systems through System/370, System/390, and System z, as well as the UNIVAC Series 90 mainframes made by Sperry Corporation, and the BS2000 Mainframes currently made by Fujitsu, inherited and extended its syntax. The latest derived language is known as the IBM High-Level Asse ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


MTCS
MTCS (Minimum Teleprocessing Communications System) was a transaction processor that ran on IBM mainframe systems under OS/VS1 and DOS/VS. 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 including Granada Productions 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 compris ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

IBM 2260
The text-only monochrome IBM 2260 cathode-ray tube (CRT) video display terminal (Display Station) plus keyboard was a 1964 predecessor to the more-powerful IBM 3270 terminal line which eventually was extended to support color text and graphics. There were three models of 2260. Model 1 displayed 240 characters, formatted as six rows of forty characters. Model 2 displayed 480 characters, formatted as twelve rows of forty characters. Model 3 displayed 960 characters, formatted as twelve rows of eighty characters. A model without a keyboard was available for display-only applications. The eighty character width corresponded to IBM punch card format. The IBM 2260 and successor devices were transitional punch-card-to-CRT computer hardware that inspired many office of the future authors to write about the potential of the paperless office. The 2260 was a raster display with the unusual property that the scan lines were vertical they went from top to bottom rather than the more commo ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




OS/MFT
OS/360, officially known as IBM System/360 Operating System, is a discontinued batch processing operating system developed by IBM for their then-new System/360 mainframe computer, announced in 1964; it was influenced by the earlier IBSYS/IBJOB and Input/Output Control System (IOCS) packages for the IBM 7090/7094 and even more so by the PR155 Operating System for the IBM 1410/ 7010 processors. It was one of the earliestJust a few years after Atlas Supervisor, Burroughs MCP and GECOS operating systems to require the computer hardware to include at least one direct access storage device. Although OS/360 itself was discontinued, successor operating systems, including the virtual storage MVS and the 64-bit z/OS, are still run and maintain application-level compatibility with OS/360. Overview IBM announced three different levels of OS/360, generated from the same tapes and sharing most of their code. IBM eventually renamed these options and made some significant design changes: ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]