Hi,
Can anyone help me, how to find the name of PDS or Member of PDS that we are working on currently
For eg: if iam writing a program in rexx in the dataset temp.prog.rexx(p1). How can i get that info so that i want to display the name of the dataset iam working in like " You r wrking in so and so dataset/member"
Joined: 14 Mar 2007 Posts: 3509 Location: Brussels once more ...
Naresh Dasari wrote:
yes it is displaying. But i want it to be displayed thru the program.
Could you please explain what you want to do.
Do you want the REXX code to display the dataset / member info when it runs. or do you want a function to display what is already displayed at the top of your screen.
If i run my rexx program. It has to display the Dataset/Member info where my source code actually exist. For example my rexx program P1 is in the dataset TEMP.PROG.REXX. After running the program P1 it has to display like 'Program P1 is located in TEMP.PROG.REXX dataset'. I guess i have provided enough information. :-)
Joined: 23 Nov 2006 Posts: 8643 Location: 221 B Baker St
Hello,
Just a thought/caution. . .
Quote:
I guess i have provided enough information.
The person asking the question cannot make this determination. It is the people answering the question who decide when enough informaton has been provided for the question to be answered