1. VSAM i know, but what is difference between VSAM/ QSAM/ ISAM and FLAT file.
2. What is/are QSAM Errors.
If anyone have links specifically for QSAM, il be highly thankful to him/her
QSAM
Moderator: Moderator Group
-
- Member
- Posts: 23
- Joined: Wed Jul 29, 2009 4:54 pm
- Location: chennai, Bangalore
-
- Moderator
- Posts: 1625
- Joined: Sat Aug 09, 2008 9:02 am
- Location: Mumbai, India
QSAM stands for -- Queued Sequential Access Method. This is an extended version of the basic sequential access method (BSAM). When this method is used, a queue is formed of input data blocks that are awaiting processing or of output data blocks that have been processed and are awaiting transfer to auxiliary storage or to an output device.
Flat file, on mainframes, is loosly used to refer a QSAM file.
ISAM stands for Indexed Sequential Access Method. This is an access method that can be used for either direct or sequential update or retrieval. An index is stored on DASD with the data set.
Flat file, on mainframes, is loosly used to refer a QSAM file.
ISAM stands for Indexed Sequential Access Method. This is an access method that can be used for either direct or sequential update or retrieval. An index is stored on DASD with the data set.
Regards,
Anuj
Anuj
FREE TUTORIALS
Tutorials
Free tutorials from mainframegurukul
- JCL Tutorial
Covers all important JCL concepts. - Cobol Tutorial
This tutorials covers all Cobol Topics from STRING to COMP-3. - DB2 Tutorial
DB2 Tutorial focuses on DB2 COBOL Programming. - SORT Tutorial
This Tutorial covers all important aspects of DFSORT with examples - CICS Tutorial
This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions
- Cobol Interview Questions
50+ Interview Questions - JCL Interview Questions
50+ Interview Questions - DB2 Interview Questions
100+ Interview Questions - CICS Interview Questions
70+ Interview Questions - VSAM Interview Questions
27 Interview Questions
Other References
Mainframe Tools and others
- XPEDITER Reference
Explains how we can debug a program - FILEAID Reference
Explains how to browse , edit and delete datasets - Change Man Reference
Quick Start tutorial on Changeman - Abend Reference
Important Abend codes explained - FaceBook Page
MainframeGurukul FaceBook Page - LinkedIn Page
MainframeGurkul Linkedin Page