|
|
| Author |
Message |
lohithegde
New User
Joined: 18 May 2008 Posts: 15 Location: Chennai
|
|
|
|
Hi
i want to read the name of change man packege member which is opened in edit mode,like a PDS. I tried with
"ISREDIT MACRO"
"ISREDIT (CURRMBR) ="MEMBER
SAY CURRMBR
but it is not working. |
|
| Back to top |
|
 |
References
|
Posted: Sun Jun 15, 2008 12:06 pm Post subject: Re: Read Currently opened changeman pakage Member using rexx? |
 |
|
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 7470 Location: 221 B Baker St
|
|
|
|
Hello,
| Quote: |
| but it is not working. |
How does this provide any info for us to help you?
When something doesn't work, you need to post what you tried and what happened. Any diagnostic info should also be copied/pasted into your post. |
|
| Back to top |
|
 |
lohithegde
New User
Joined: 18 May 2008 Posts: 15 Location: Chennai
|
|
|
|
In changeman Package member (SAY Name XXXXXXXX) i ran the following code..
"ISREDIT MACRO"
"ISREDIT (CURRMBR) ="MEMBER
SAY "Curent Member = " CURRMBR
output is :
Curent Member =
nothing is coming in the output...The expected output is XXXXXXXX
Please help me regarding this |
|
| Back to top |
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 1374 Location: germany
|
|
|
|
lohithegde,
first you need to download a copy of the ispf edit macro documentation. ISPZEM50.pdf
then you need to understand that what changeman is presenting to you is not a member of a PDS, but a qsam file. So use the dsn EDIT command that you will find in the book. |
|
| Back to top |
|
 |
|
|