IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

What is a flat file and what are the uses of Flat files


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
markanthos

New User


Joined: 28 Apr 2005
Posts: 14
Location: India

PostPosted: Wed May 11, 2005 12:46 pm
Reply with quote

What is a flat file and what are the uses of Flat files?

How many types of flat files are there?
Back to top
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Wed May 11, 2005 2:05 pm
Reply with quote

Flat Files - NON-VSAM Files.

Types:

QSAM
BSAM
BDAM
ISAM
BPAM
Back to top
View user's profile Send private message
markanthos

New User


Joined: 28 Apr 2005
Posts: 14
Location: India

PostPosted: Wed May 18, 2005 12:33 pm
Reply with quote

What are the full forms of the above mentioned files.
Please elaborate on their usage
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Wed May 18, 2005 3:52 pm
Reply with quote

QSAM : Queued Sequential Access Method : A file access method for reading, writing and updating sequential data sets and partitioned data set members.

BSAM : Basic Sequential Access Method

BDAM : Basic Direct Access Method

ISAM : Indexed Sequential Access Method : A method for managing how a computer accesses records and files stored on a hard disk. While storing data sequentially, ISAM provides direct access to specific records through an index. This combination results in quick data access regardless of whether records are being accessed sequentially or randomly.

BPAM : Basic Partitioned Access Method : An access method for reading members of partitioned data sets.

Regards,

Priyesh.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
Search our Forums:

Back to Top