IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Read Currently opened changeman pakage Member using rexx?


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
lohithegde

New User


Joined: 18 May 2008
Posts: 31
Location: Chennai

PostPosted: Sun Jun 15, 2008 12:06 pm
Reply with quote

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
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sun Jun 15, 2008 1:07 pm
Reply with quote

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
View user's profile Send private message
lohithegde

New User


Joined: 18 May 2008
Posts: 31
Location: Chennai

PostPosted: Sun Jun 15, 2008 2:44 pm
Reply with quote

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
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon Jun 16, 2008 11:14 am
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top