ISAM (Indexed Sequential Access Method)
ISAM (Indexed Sequential Access Method) 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.
This was last updated in November 2005
Email Alerts
Register now to receive SearchDataCenter.com-related news, tips and more, delivered to your inbox.
By submitting you agree to receive email from TechTarget and its partners. If you reside outside of the United States, you consent to having your personal data transferred to and processed in the United States.
Privacy
More News and Tutorials
-
IBM's latest version of its IMS database management tool features many enhancements to make enterprises consider the upgrade.
-
Open beta of CICS Transaction Server 5.1 introduces a bevy of features to reduce planned downtime and let CICS applications function in the cloud.
-
IBM's zEC12 mainframe introduced support for transactional memory. Learn the basics of Transaction Execution Facility.