How to display a panel

IBM's Command List programming language & Restructured Extended Executor
supriya saraswat
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

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.

User avatar
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

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.

expat
Posts: 459
Joined: Sat Jun 09, 2007 3:21 pm

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.

rajithr007
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

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


  • Similar Topics
    Replies
    Views
    Last post