View previous topic :: View next topic |
Author |
Message |
Siva Kumar Sunku Beginner
Joined: 17 Aug 2004 Posts: 25 Topics: 14
|
Posted: Wed Aug 18, 2004 7:43 am Post subject: Read the Member of a PDS |
|
|
Hi,
I have a requirement where I need to read a particular member of a PDS dynamically(Member name will be supplied through SYSIN card).
If member is not specified I need to read all the members of that particular PDS.
I have choice to use REXX/Assembly language.
Please suggest how this can be achieved. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
bade_miya Beginner
Joined: 10 Dec 2003 Posts: 110 Topics: 38
|
Posted: Fri Aug 20, 2004 4:04 am Post subject: |
|
|
Hi Siva,
Please specify whether you want to read the member through COBOL.
If your requirement is to open a member from a list of pds, i have a rexx program for that. suppose my rexx exec name is xyz, then if i want to open a member member1 from a PDS(The PDS name will be declared ealier in the program.) then i will give the command tso xyz member1 and the member will open. The exec is in the crude state and if you want i can provide the same.
thanks
bade_miya. |
|
Back to top |
|
|
|
|