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

How can we sequentialy read a file


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mastrahoyar

New User


Joined: 03 Mar 2007
Posts: 17
Location: hyd

PostPosted: Fri May 30, 2008 7:59 pm
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
Anuj Dhawan

Superior Member


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

PostPosted: Fri May 30, 2008 8:07 pm
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: 2146
Location: At my coffee table

PostPosted: Fri May 30, 2008 8:16 pm
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
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 1
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
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top