|
|
| Author |
Message |
saurabh7878 Warnings : 1 New User
Joined: 02 Jun 2005 Posts: 16
|
|
|
|
Dear All
Is it possible to read the member of the PDS line by line.
I have a req where i have to read the member and from each member based on the certain conditions copy the content into different PS.
Saurabh |
|
| Back to top |
|
 |
References
|
Posted: Tue Apr 22, 2008 5:52 pm Post subject: Re: Read the member of a PDS line by line |
 |
|
|
 |
Moved: Tue Apr 22, 2008 5:57 pm by superk From CLIST & REXX to SMS & VSAM |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3002 Location: Charlotte,NC USA
|
|
|
|
Of course, it's just a standard, normal READ process.
If the file DD is properly pointing to the member:
//INFILE DD DISP=SHR,DSN=MY.PDS(MEMBER)
then it's read like any other sequential dataset. |
|
| Back to top |
|
 |
|
|