How to display a panel



IBM's Command List programming language & Restructured Extended Executor

How to display a panel

Postby supriya saraswat » Mon Aug 18, 2008 5:52 pm

Say I've created a panel. Now I want to display it. In REXX what will be the command to display a panel.
supriya saraswat
 
Posts: 21
Joined: Mon Jul 07, 2008 3:24 pm
Has thanked: 0 time
Been thanked: 0 time

Re: How to display a panel

Postby MrSpock » Mon Aug 18, 2008 6:29 pm

supriya saraswat, the ISPF Dialog commands for displaying a panel are the same for REXX as for any other language you've worked with. All you need to do is to use the ISPF Edit Models for REXX for the DISPLAY command.
User avatar
MrSpock
Global moderator
 
Posts: 807
Joined: Wed Jun 06, 2007 9:37 pm
Location: Raleigh NC USA
Has thanked: 0 time
Been thanked: 4 times

Re: How to display a panel

Postby expat » Tue Aug 19, 2008 7:48 pm

And don't forget to ensure that either the PDS that contains your panel is concatenated into ISPPLIB, or that you have done a LIBDEF to add your own personal library into the ISPPLIB concatenation.
expat
 
Posts: 459
Joined: Sat Jun 09, 2007 3:21 pm
Has thanked: 0 time
Been thanked: 8 times

Re: How to display a panel

Postby rajithr007 » Thu Sep 11, 2008 12:11 pm

1)For displaying a simple display panel

Address ISPEXEC "DISPLAY PANEL(<panelname>)"

2)For displaying a selection display panel (like isp@prim panel)

Address ISPEXEC "SELECT PANEL(<panelname>)"

3)For displaying a panel with a table imbed ( )MODEL in the panel)

Address ISPEXEC "TBDISPL <table-name> PANEL(<panelname>)"

please refer ISPF Services Guide for more information
rajithr007
 
Posts: 13
Joined: Thu Sep 11, 2008 11:31 am
Has thanked: 0 time
Been thanked: 0 time


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post