Object access method: Difference between revisions

Content deleted Content added
add history, ref, and external link
Yobot (talk | contribs)
m Tagging using AWB (10458)
Line 1:
{{Unreferenced stub|auto=yesRefimprove|date=DecemberSeptember 20102014}}
'''Object access method (OAM)''' is an [[access method]] under [[z/OS]] which is designed for the storage of large numbers of large files, such as images. It has a number of distinguishing features, e.g. compared to [[Virtual storage access method|VSAM]]:
*OAM datasets do not have an internal record structure; they are accessed as binary data streams.
*OAM datasets are not directly cataloged. Rather, they are stored into OAM collections, with only the OAM collection being cataloged. The reason for this is to prevent the catalog from being overloaded with large numbers of (e.g. image) files.
 
OAM is used in conjunction with [[IBM_DB2IBM DB2|DB2]]. An example use case for OAM would be storing medical images in a DB2 database running under z/OS.
 
==History==
Line 14:
==External links==
* [https://share.confex.com/share/116/webprogram/Handout/Session9008/SHARE_Anaheim11_9008_OAM.pdf DFSMS Object Support:Data Archiving with OAM]
 
{{compu-storage-stub}}
{{mainframe-compu-stub}}
{{Mainframe_I/O_access_methods}}
 
[[Category:IBM mainframe operating systems]]
 
 
{{compu-storage-stub}}
{{mainframe-compu-stub}}