MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Creating panels using Rexx

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
bindu
Beginner


Joined: 05 Jan 2003
Posts: 17
Topics: 7

PostPosted: Mon Mar 03, 2003 9:18 pm    Post subject: Creating panels using Rexx Reply with quote

Hello All,
Can anybody please help me in creating panels using rexx?
Regards,
Bindu
Back to top
View user's profile Send private message Send e-mail
dorkhead
Beginner


Joined: 07 Jan 2003
Posts: 25
Topics: 0
Location: Lux

PostPosted: Tue Mar 04, 2003 4:23 am    Post subject: Reply with quote

are u planning to use in-code (REXX) panels ?
_________________
Dorkhead
Back to top
View user's profile Send private message Visit poster's website
bindu
Beginner


Joined: 05 Jan 2003
Posts: 17
Topics: 7

PostPosted: Tue Mar 04, 2003 6:13 am    Post subject: Reply with quote

I was planning to invoke ISPF panels using Rexx ..Can we create panels using REXX .. please do help me with this ..
I know nothing abt creating panels .. i tried out a simple one and tried to invoke using ISPEXEC in REXX .. i got the error panel not found .. how to set the path so that rexx knows that this is the panel we are referring to ?
Back to top
View user's profile Send private message Send e-mail
sriramla
Beginner


Joined: 22 Feb 2003
Posts: 74
Topics: 1

PostPosted: Tue Mar 04, 2003 9:52 am    Post subject: Reply with quote

Since u have already a panel (without syntax errors), use the following code to display it.

/*REXX*/
panelLib ="PDS.HAVING.THE.PANEL"
ADDRESS ISPEXEC
"LIBDEF ISPPLIB DATASET ID('"panelLib"')"
"DISPLAY PANEL(PANEL1)"
Back to top
View user's profile Send private message
bindu
Beginner


Joined: 05 Jan 2003
Posts: 17
Topics: 7

PostPosted: Thu Mar 06, 2003 9:11 pm    Post subject: Reply with quote

Thank you all for ur help .. I was able to call panel from rexx .. only then i realized that my panel has got some syntax errors .. I am in the process of correcting it .. Thanks for the help ..
Regards,
Bindu
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group