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

how to pass the values from rexx code to ispf panels.


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
omprakash.mf

New User


Joined: 06 Jul 2010
Posts: 12
Location: hyderabad

PostPosted: Fri Mar 14, 2014 3:47 pm
Reply with quote

Hi,

I wan to to pass the values from rexx code to ispf panels.

Can you please suggest me in this task.
Back to top
View user's profile Send private message
TheMFKid

New User


Joined: 20 Nov 2013
Posts: 91
Location: India

PostPosted: Fri Mar 14, 2014 3:49 pm
Reply with quote

You can assign value to panel variables in REXX and display the panel from REXX using the DISPLAY command...
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Mar 14, 2014 4:25 pm
Reply with quote

for rexx/ispf interaction
there is a 1 to 1 correspondence between the names of the variables
and the ISPF variable names

the constraint is that REXX variable names must satisfy the more strict ISPF naming requirements/rules

ALL IS EXPLAINED CLEARLY IN THE MANUALS
available starting from
www-03.ibm.com/systems/z/os/zos/bkserv/index.html


here is the link to the ISPF Primer ( pretty old but still useful)

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ISRVPB01/CONTENTS?SHELF=&DT=19931028105440
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 -> CLIST & REXX

 


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 INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top