Difference between revisions of "Template:Mainframe I/O access methods"
imported>Oashi m (See also) |
imported>Pnm m (Sort) |
||
| Line 53: | Line 53: | ||
| − | [[Category: | + | [[Category:Computer hardware templates|{{PAGENAME}}]] |
</noinclude> | </noinclude> | ||
Revision as of 15:30, 8 December 2010
Contents
Usage
This template is to be used at the top of an article source code: To appear on the right top.
All the previous article like texts
You must add a |reason= parameter to this Cleanup template – replace it with {{Cleanup|Template|reason=<Fill reason here>}}, or remove the Cleanup template.
The OS/360 I/O access methods are programming APIs on the OS/360 mainframe computer operating system, used by programmers to implement input/output operations on data sets (files). They are by convention referenced to with ...AM acronyms, standing for ... Access Method. They are now mainly used in OS/360's successor z/OS.
Including EXCP
While the Execute Channel Program (EXCP) macro, is included in this list, EXCP works with OPEN to allow callers to issue hardware specific channel commands to datasets on DASD/TAPE, technically it is a dataset abstraction interface for higher level access methods.
See also
External references
See also