Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How can i get only first and last record info in cobol

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL
Author Message
crreddy

New User


Joined: 09 May 2005
Posts: 4

PostPosted: Tue May 10, 2005 4:16 pm    Post subject: How can i get only first and last record info in cobol
Reply with quote

Hi all.
Here is an interview question:
How can I get only the first and the last record information into the output in a cobol program?
Are there any cobol Statements available to access exactly first and last records of a file?

Please let me know the solution with piece of code if possible.

Thanks,
crreddy.
Back to top
View user's profile Send private message
References
ankyhunk

Moderator


Joined: 05 May 2005
Posts: 102
Location: Navi Mumbai, India

PostPosted: Tue May 10, 2005 5:51 pm    Post subject:
Reply with quote

You can read an i/p file once & write the o/p. Then keep on reading till the end of input file. When the end of file is encountered, write the record. Thus both first & last records can be written.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL All times are GMT + 6 Hours
Page 1 of 1