Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
VSAM
Last modified: Thursday, June 06, 2002
Short for Virtual Storage Access Method, a file management system used on IBMmainframes. VSAM speeds up access to data in files by using an inverted index (called a B+tree) of all records added to each file. Many legacy software systems use VSAM to implement database systems (called data sets).