How to display a panel
-
- Posts: 21
- Joined: Mon Jul 07, 2008 3:24 pm
- Skillset: cics,jcl,db2,cobol,vsam,dfsort/icetool
- Referer: manager
How to display a panel
Say I've created a panel. Now I want to display it. In REXX what will be the command to display a panel.
- MrSpock
- Global moderator
- Posts: 809
- Joined: Wed Jun 06, 2007 9:37 pm
- Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
- Referer: ibmmainframes.com
- Location: Raleigh NC USA
- Contact:
Re: How to display a panel
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.
Re: How to display a panel
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.
-
- Posts: 13
- Joined: Thu Sep 11, 2008 11:31 am
- Skillset: Rexx,Clist,ISPF Panel, Skel, Messages, TSO Command, JCL, Cobol, DB2,CICS, VSAM, Fileaid
- Referer: friends
Re: How to display a panel
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
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
-
- Similar Topics
- Replies
- Views
- Last post
-
- 2
- 1374
-
by RazVorox
View the latest post
Tue Dec 05, 2023 11:06 am
-
- 11
- 3795
-
by Pedro
View the latest post
Tue Dec 27, 2022 11:24 am
-
- 2
- 2394
-
by Murali_721
View the latest post
Thu Nov 19, 2020 4:24 pm
-
- 4
- 4795
-
by willy jensen
View the latest post
Thu Nov 12, 2020 2:40 pm
-
- 6
- 1946
-
by sergeyken
View the latest post
Sat Jul 17, 2021 12:38 am