What is ISAM?

Virtual Storage Access method - ESDS, KSDS, RRDS & LDS. Basic direct access method, Basic sequential -, Queued sequential -, Basic partitioned -, Indexed sequential -, Object - access method.
Locked
User avatar
Anuj Dhawan
Founder
Posts: 2799
Joined: Sun Apr 21, 2013 7:40 pm
Location: Mumbai, India
Contact:
India

What is ISAM?

Post by Anuj Dhawan »

ISAM (pronounced "eye sam") stands for Indexed Sequential Access Method. It is a technique for storing and accessing data in a file on secondary storage, for example a disk. ISAM is not a stand-alone program; it is a library of functions that implement an algorithm.

ISAM is a file management system developed at IBM that allows records to be accessed either sequentially (in the order they were entered) or randomly (with an index). Each index defines a different ordering of the records. An employee database may have several indexes, based on the information being sought. For example, a name index may order employees alphabetically by last name, while a department index may order employees by their department. A key is specified in each index. For an alphabetical index of employee names, the last name field would be the key.

ISAM was developed prior to VSAM (Virtual Storage Access Method) and relational databases. In the past several years, the term ISAM has grown from its original meaning (an access method dependent on specific hardware) to a more general usage. ISAM now refers to almost any way of indexing a file of data records.
Thanks,
Anuj

Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
Locked

Return to “SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.”