Jump to content

Object access method

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 24.136.10.134 (talk) at 23:43, 27 July 2014 (changed spelling of "catalogue" to IBM US English "catalog" and made other minor punctuational and elisory corrections). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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, e.g. compared to 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 DB2. An example use case for OAM would be storing medical images in a DB2 database running under z/OS.