Object access method: Difference between revisions

Content deleted Content added
what OAM is
 
m Added links to related articles
Line 1:
'''Object access method''' 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, compared to e.g. compared to [[Virtual storage access method|VSAM]]:
*OAM datasets do not have any record structure, they are binary streams
*OAM datasets are not directly catalogued. Rather, they are stored into OAM collections, with only the OAM collection being catalogued. The reason for this is to prevent the catalogue from being overloaded with large number of e.g. image files.
 
OAM is meant to be used in conjunction with [[IBM_DB2|DB2]]. An example use case for OAM would be storing medical images in a DB2 database running under z/OS.
 
{{Mainframe_I/O_access_methods}}