View previous topic :: View next topic |
Author |
Message |
madhan1582 Beginner
Joined: 16 May 2007 Posts: 5 Topics: 4 Location: Newyork
|
Posted: Mon Aug 20, 2007 9:54 pm Post subject: I am new to PLI! Can u pls help me on the follwing reqmt? |
|
|
The requirement is for me to read from a PS file. (This file is going to have the member names which will be my second input dataset PDS)
On reading the fist record of the file I should search for the member in the PDS, I have to read the member which will have the date and voucher no in it, I have to write it in the a member in the same PDS.
Can U please help me on how to search a member in PDS? _________________ I would like to share some of my known and doubtful things. |
|
Back to top |
|
|
bauer Intermediate
Joined: 10 Oct 2003 Posts: 315 Topics: 49 Location: Germany
|
Posted: Tue Aug 21, 2007 1:57 am Post subject: |
|
|
madhan1582,
see this link: http://www.mvsforums.com/helpboards/viewtopic.php?t=8561
Here I posted some time ago the routines for dynamic file allocation in pl1.
So read the file with the member names, open each pds member using the routines provided in the like as shown above and do the necessary processing.
If you need additional help pls. let me know.
regards,
bauer |
|
Back to top |
|
|
|
|