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

Random & dynamic access modes for indexed files in COBOL


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

New User


Joined: 20 Jul 2007
Posts: 1
Location: Ahmedabad

PostPosted: Mon Aug 13, 2007 11:28 pm
Reply with quote

what is the difference between random & dynamic access modes for indexed files in COBOL?
Back to top
View user's profile Send private message
suny_sn1

New User


Joined: 26 Jun 2007
Posts: 6
Location: India

PostPosted: Tue Aug 14, 2007 12:40 am
Reply with quote

Hi, hopefully this will help

www.cs.uofs.edu/~mccloske/courses/cmps340/lecture_notes/cobol_files.html
Back to top
View user's profile Send private message
chandracdac

New User


Joined: 15 Jun 2007
Posts: 92
Location: bangalore

PostPosted: Mon Sep 03, 2007 3:35 pm
Reply with quote

random access means direct access ie if we have the key then we can directly read that one .

dynamic mode means it is a mixture of both random and sequential access, ie
if we want to read the students of only passed out students of particukar year u have to read like this.


example: actually there are no .of students in the school who belongs to passouts of different years.i want to read read only 2007 passouts i have to skip the passouts up to 2006 and i have to read the students of 2007 in sequential to get all the details of 2007.so this is called dynamic mode of reading .
i think its understanding .

thanks
chandra
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Access to non cataloged VSAM file JCL & VSAM 18
Search our Forums:

Back to Top