Content deleted Content added
Peter Flass (talk | contribs) |
Peter Flass (talk | contribs) correct redbook title |
||
Line 4:
== Reasons for introducing access methods ==
Without access methods, a programmer must write a special program for an [[Channel I/O|I/O channel]], a processor dedicated to control peripheral storage device access and data transfer to and from main memory. These ''channel programs'' are composed of special instructions, called ''channel command words'' (CCWs). Programming those is a complex task requiring detailed knowledge of the hardware characteristics. Channel programs are initiated by a '''STARTIO''' macro issued by the operating system. This is usually front ended by the '''Execute Channel Program''' ([[EXCP]]) macro for application programmer convenience. This macro issues an SVC ([[supervisor call instruction]]) that directs the operating system to issue the STARTIO on the application's behalf.<ref>[http://www.redbooks.ibm.com/redbooks/pdfs/sg246983.pdf]
Access methods provide:
Line 31:
* [[BTAM]] - [[Basic telecommunications access method]]
* [[QTAM]] - [[Queued teleprocessing access method]]
* [[Telecommunications Access Method|TCAM]] <!-- the acronym links to other topic --> - [[Telecommunications access method]]
* [[VTAM]] - [[Virtual telecommunications access method]]
|