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

Logic of using 'READ FILE' while reading


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

New User


Joined: 29 Nov 2008
Posts: 62
Location: mumbai

PostPosted: Mon Mar 22, 2010 3:23 pm
Reply with quote

Hi All,

Can any one tell me whats the logic of using 'READ FILE' while reading a file while we use 'WRITE RECORD FROM' during file writting.

Regards
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Mar 22, 2010 4:33 pm
Reply with quote

I'm not very sure about the question but most probably Manuals have the answers on READ and WRITE COBOL verbs!
Back to top
View user's profile Send private message
arun nehra

New User


Joined: 29 Nov 2008
Posts: 62
Location: mumbai

PostPosted: Mon Mar 22, 2010 5:21 pm
Reply with quote

In simple words, why we can't go for 'WRITE FILE' (normally we go by 'WRITE RECORD' corresponding to the above file) in cobol program the same way as we go for 'READ FILE'.

I am not sure if i can get the answer to above question in the manuals.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Mon Mar 22, 2010 5:31 pm
Reply with quote

You READ a FILE because COBOL does not know how long the record is (in the case of variable length records) and hence you cannot specify a record name. You WRITE a RECORD because you have to tell COBOL which record (implied: the record length in the case of variable length files) to write out of all the 01 definitions in the FD. And this has been the way COBOL has been, probably back to the first compilers.
Back to top
View user's profile Send private message
arun nehra

New User


Joined: 29 Nov 2008
Posts: 62
Location: mumbai

PostPosted: Mon Mar 22, 2010 5:50 pm
Reply with quote

Thanks Robert, That's exactly what i was looking for.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Mon Mar 22, 2010 6:08 pm
Reply with quote

Glad to hear it helped.
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 Binary File format getting change whi... All Other Mainframe Topics 7
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
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