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 we sequentialy read a file

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM
Author Message
mastrahoyar

New User


Joined: 03 Mar 2007
Posts: 8
Location: hyd

PostPosted: Fri May 30, 2008 7:59 pm    Post subject: How can we sequentialy read a file
Reply with quote

Hi,

I am reading a VSAM/PS file I want to read it sequently( Alternate record) like 1st then 3rd 5th and 10th record only. How can we read record like this?

Thanks
PK
Back to top
View user's profile Send private message
References
Anuj D.

Global Moderator


Joined: 22 Apr 2006
Posts: 2158
Location: Phoenix, AZ

PostPosted: Fri May 30, 2008 8:07 pm    Post subject:
Reply with quote

Hi,

Verb READ does a sequentail "process", it doesn't understand whether you want to skip something in between. I can think of two appraoches..

1. Make a separate file with thes ealternate records using File-Aid/SORT & use that file as an input.

2. READ the file in a COBOL table, work on that table for further processing.
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 1199
Location: At my desk

PostPosted: Fri May 30, 2008 8:16 pm    Post subject:
Reply with quote

Sort INREC append a sequence number and INCLUDE only those you want?

BTW. JCL does not 'read'..... icon_rolleyes.gif
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM All times are GMT + 6 Hours
Page 1 of 1