Reasons For Introducing Access Methods
Without access methods, a programmer must write a special program for an 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.
Access methods provide:
- Ease of programming - programmer would no longer deal with a specific device procedures, including error detection and recovery tactics in each and every program. A program designed to process a sequence of 80-character records would work no matter where the data are stored.
- Ease of hardware replacement - programmer would no longer alter a program when data should be migrated to newer model of storage device, provided it supports the same access methods.
- Ease shared data set access - an access method is a trusted program, that allows multiple programs to access the same file, while ensuring the basic data integrity and system security.
Read more about this topic: Access Method
Famous quotes containing the words reasons for, reasons, introducing, access and/or methods:
“One of the reasons for the failure of feminism to dislodge deeply held perceptions of male and female behaviour was its insistence that women were victims, and men powerful patriarchs, which made a travesty of ordinary peoples experience of the mutual interdependence of men and women.”
—Rosalind Coward (b. 1953)
“Its an old trick now, God knows, but it works every time. At the very moment women start to expand their place in the world, scientific studies deliver compelling reasons for them to stay home.”
—Mary Kay Blakely (20th century)
“The natural historian is not a fisherman who prays for cloudy days and good luck merely; but as fishing has been styled a contemplative mans recreation, introducing him profitably to woods and water, so the fruit of the naturalists observations is not in new genera or species, but in new contemplations still, and science is only a more contemplative mans recreation.”
—Henry David Thoreau (18171862)
“Knowledge in the form of an informational commodity indispensable to productive power is already, and will continue to be, a majorperhaps the majorstake in the worldwide competition for power. It is conceivable that the nation-states will one day fight for control of information, just as they battled in the past for control over territory, and afterwards for control over access to and exploitation of raw materials and cheap labor.”
—Jean François Lyotard (b. 1924)
“There are souls that are incurable and lost to the rest of society. Deprive them of one means of folly, they will invent ten thousand others. They will create subtler, wilder methods, methods that are absolutely DESPERATE. Nature herself is fundamentally antisocial, it is only by a usurpation of powers that the organized body of society opposes the natural inclination of humanity.”
—Antonin Artaud (18961948)