Call and create panels in rexx.

Time Sharing Option, Interactive System Productivity Facility and REstructured eXtended eXecutor

Moderator: mickeydusaor

Post Reply
Kiran Vijay
New Member
Posts: 6
Joined: Mon Jan 12, 2015 2:13 pm

Call and create panels in rexx.

Post by Kiran Vijay »

Hi All,

Can someone please direct me to a direction to create panels using rexx? I thought to call a ISPF panels using rexx. But can we create panels using REXX? Iam very new when it comes to creating panels. I have started with a simple one and called it using ISPEXEC in rexx but 'panel not found' error came up. How can we give the path of a panel in rexx which we want to call?
nicc
Global Moderator
Global Moderator
Posts: 691
Joined: Wed Apr 23, 2014 8:45 pm

Re: Call and create panels in rexx.

Post by nicc »

Ypu can use any programming language you want to create an ISPF panel but you can only use those that support ISPEXEC to display it.

To display the panel the panel must be in a library/pds that is allocated to the DDname that is used for panels.

Have you looked at your setup? Other panels? Other rexx programs? The ISPF Dialogue manuals?
Regards
Nic
Kiran Vijay
New Member
Posts: 6
Joined: Mon Jan 12, 2015 2:13 pm

Re: Call and create panels in rexx.

Post by Kiran Vijay »

THanks. I have used this:

Code: Select all

/*REXX*/ 
PANELLIBS="PANEL.PDS" 
ADDRESS ISPEXEC 
"LIBDEF ISPPLIB DATASET ID('"PANELLIBS"')" 
"DISPLAY PANEL(MYPANEL)"
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “TSO, ISPF & REXX (Do you still do CLIST?!).”