Virtual Storage Access Method: Difference between revisions

Content deleted Content added
m Cuchullain moved page Virtual storage access method to Virtual Storage Access Method: Per move discussion
mNo edit summary
Line 1:
</noinclude>'''Virtual storageStorage accessAccess methodMethod''' ('''VSAM''') is an [[IBM]] [[Direct access storage device|DASD]] file storage [[access method]], first used in the [[OS/VS1]], OS/VS2 [[OS/VS2 (SVS)|Release 1]] (SVS) and [[MVS|Release 2]] (MVS) operating systems, later used throughout the [[Multiple Virtual Storage]] (MVS) architecture and now in [[z/OS]]. Originally a [[record-oriented filesystem]].{{#tag:ref|With the exception of catalogs, page spaces and swap<ref group=NB>No longer used.</ref> spaces, which unauthorized applications could access only via specialized OS services. Not to mention the fact that it's been in VSE for ever too and is used in z/VSE|group="NB"|name=notfile}}, VSAM comprises four<ref group=NB name=notfile/> [[data set (IBM mainframe)|data set]] ''organizations'': [[Key Sequenced Data Set]] (KSDS), [[Relative Record Data Set]] (RRDS), [[Entry Sequenced Data Set]] (ESDS) and [[Linear Data Set]] (LDS). The KSDS, RRDS and ESDS organizations contain records, while the LDS organization (added later to VSAM) simply contains a sequence of pages with no intrinsic record structure, for use as a [[memory-mapped file]].
<noinclude>{{User:RMCD bot/subject notice|1=Virtual Storage Access Method|2=Talk:Virtual storage access method#Requested move 2 October 2017 }}
</noinclude>'''Virtual storage access method''' ('''VSAM''') is an [[IBM]] [[Direct access storage device|DASD]] file storage [[access method]], first used in the [[OS/VS1]], OS/VS2 [[OS/VS2 (SVS)|Release 1]] (SVS) and [[MVS|Release 2]] (MVS) operating systems, later used throughout the [[Multiple Virtual Storage]] (MVS) architecture and now in [[z/OS]]. Originally a [[record-oriented filesystem]].{{#tag:ref|With the exception of catalogs, page spaces and swap<ref group=NB>No longer used.</ref> spaces, which unauthorized applications could access only via specialized OS services. Not to mention the fact that it's been in VSE for ever too and is used in z/VSE|group="NB"|name=notfile}}, VSAM comprises four<ref group=NB name=notfile/> [[data set (IBM mainframe)|data set]] ''organizations'': [[Key Sequenced Data Set]] (KSDS), [[Relative Record Data Set]] (RRDS), [[Entry Sequenced Data Set]] (ESDS) and [[Linear Data Set]] (LDS). The KSDS, RRDS and ESDS organizations contain records, while the LDS organization (added later to VSAM) simply contains a sequence of pages with no intrinsic record structure, for use as a [[memory-mapped file]].
 
IBM uses the term ''data set'' in official documentation as a synonym of ''file'', and ''[[Direct access storage device]]'' (''DASD'') because it supported other devices similar to ''disk drives''.