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

What are BDAM files?


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
shchan

New User


Joined: 06 Jun 2007
Posts: 58
Location: Hyderabad

PostPosted: Tue Jan 22, 2008 3:08 pm
Reply with quote

Can any one help:

What are BDAM files in Mainframe?
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Tue Jan 22, 2008 3:23 pm
Reply with quote

Basic Direct Access Method.
Back to top
View user's profile Send private message
shchan

New User


Joined: 06 Jun 2007
Posts: 58
Location: Hyderabad

PostPosted: Tue Jan 22, 2008 4:44 pm
Reply with quote

Thanx kevin.
can u help me with some manual on these files??
Back to top
View user's profile Send private message
Mistermind

New User


Joined: 08 Feb 2008
Posts: 46
Location: Dublin

PostPosted: Sun Mar 16, 2008 1:48 am
Reply with quote

BDAM is used for maximum speed of access.

Basic because it is not even queued. It is synchronous I/O, read/write is performed in sequence with user CPU insturctions, no read-ahead, no overlap queuing for write later. It is not even buffered, reading one record at a time.

Direct addressing for speed, using track and record count. It needs to be allocated via ISPF using a special parameter. Unless you have inherited a BDAM file and legacy code, no point using BDAM.
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
No new posts Joinkeys - 5 output files DFSORT/ICETOOL 7
No new posts How to append a PS file into multiple... JCL & VSAM 3
Search our Forums:

Back to Top