Creating panels using Rexx
Select messages from
# through # FAQ
[/[Print]\]

MVSFORUMS.com -> TSO and ISPF

#1: Creating panels using Rexx Author: bindu PostPosted: Mon Mar 03, 2003 9:18 pm
    —
Hello All,
Can anybody please help me in creating panels using rexx?
Regards,
Bindu

#2:  Author: dorkheadLocation: Lux PostPosted: Tue Mar 04, 2003 4:23 am
    —
are u planning to use in-code (REXX) panels ?

#3:  Author: bindu PostPosted: Tue Mar 04, 2003 6:13 am
    —
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 ?

#4:  Author: sriramla PostPosted: Tue Mar 04, 2003 9:52 am
    —
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)"

#5:  Author: bindu PostPosted: Thu Mar 06, 2003 9:11 pm
    —
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



MVSFORUMS.com -> TSO and ISPF


output generated using printer-friendly topic mod. All times are GMT - 5 Hours

Page 1 of 1

Powered by phpBB © 2001, 2005 phpBB Group