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

How to call a PANEL from REXX exec


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

New User


Joined: 18 Apr 2007
Posts: 23
Location: Chennai

PostPosted: Thu Sep 04, 2008 10:11 pm
Reply with quote

Could you please point me as to how to call a PANEL using a REXX exec.
I need to create a process that would submit a job based on the variables entered on the panel.

Thanks,
Hariharan
Back to top
View user's profile Send private message
genesis786

Active User


Joined: 28 Sep 2005
Posts: 210
Location: St Katherine's Dock London

PostPosted: Thu Sep 04, 2008 10:32 pm
Reply with quote

hi, did u try:

Code:
address ispexec "display panel(MYPANEL)"
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Sep 04, 2008 10:48 pm
Reply with quote

Did you even look at the ISPF Edit Models for REXX for the DISPLAY service?
Back to top
View user's profile Send private message
hariharan_82

New User


Joined: 18 Apr 2007
Posts: 23
Location: Chennai

PostPosted: Thu Sep 04, 2008 11:11 pm
Reply with quote

The display is working fine. How do I capture the values entered on the screen onto the rexx macro?

Could you pls point me to a doc on the same?

Thanks,
Hariharan
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2546
Location: Silicon Valley

PostPosted: Fri Sep 05, 2008 12:18 am
Reply with quote

You should just be able to use the same variable names in the panel as in the rexx program, and it should just work.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Sep 05, 2008 1:32 am
Reply with quote

z/OS V1R9.0 ISPF Dialog Developer's Guide and Reference.
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 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
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
Search our Forums:

Back to Top