z/OS ISPF Dialog Tag Language Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Other panel attributes

z/OS ISPF Dialog Tag Language Guide and Reference
SC19-3620-00

See PANEL (Panel) for more information.
KEYLTYPE
This attribute is used to add the SHARED keyword to the KEYLIST parameter of the )PANEL statement.
APPLID
This attribute is used to add the application ID to the KEYLIST parameter of the )PANEL statement.
CCSID
This attribute specifies the coded-character-set identifier as defined by the Character Data Representation Architecture.
MENU
This attribute specifies that the panel is an ISPF menu selection panel.
PRIME
This attribute is used with the MENU attribute to specify an ISPF primary option menu.
TUTOR
This attribute specifies that the panel is to be an ISPF tutorial panel.
WINDOW
This attribute is used to control the generation of the WINDOW keyword on the panel )BODY statement.
WINTITLE
This attribute is used to add a title on a pop-up window border.
APPTITLE
This attribute is used to add a title on the GUI window border.
PAD
This attribute specifies the pad character for initializing the field. You can define this attribute as a variable name preceded by a “%”.
PADC
This attribute specifies the conditional padding character to be used for initializing the field. You can define this attribute as a variable name preceded by a “%”.
OUTLINE
This attribute provides for displaying lines around the field on a DBCS terminal. You can define this attribute as a variable name preceded by a “%”.
EXPAND
This attribute causes the ISPF EXPAND keyword to be added to the panel )BODY statement.
MSGLINE
This attribute controls the provision for a long message line in the generated panel. When MSGLINE=NO, the blank line for the long message is not added to the panel )BODY section.
TITLINE
This attribute controls the provision for a panel title line in the generated panel. When TITLINE=NO, the title line is not added to the panel )BODY section. This attribute allows a panel formatted as a dynamic area to provide the panel title as part of the dynamic area data.
CMDLINE
This attribute controls the automatic addition of the command area to a menu selection or table display panel. When CMDLINE=NO, the command area is not automatically generated when the CMDAREA tag is not present in the DTL source file.
ATTRUSE
This attribute controls the use of panel attribute characters in the range of x‘01’ through x‘2F’. When ATTRUSE=YES, dynamic area attributes (specified with the ATTR tag) can be assigned low-order hex values normally reserved for use by the conversion utility.
ENDATTR
This attribute specifies that when the last attribute on any panel body line is ‘normal text’ (CUA), it is replaced by the default ‘text’ (ISPF) attribute.
TYPE
This attribute specifies that the panel is used for host display, GUI mode display, or both.
SMSG
This attribute provides the name of the field where the short message is to be placed.
LMSG
This attribute provides the name of the field where the long message is to be placed.
ASIS
This attribute specifies that the command and long message fields are to appear on the display as specified in the generated panel definition. When ASIS is specified, any user request specified on the Settings panel, or by setting the system variable ZPLACE is ignored.
ACTBAR
This attribute causes the action bar information for the panel to be generated, overriding the NOACTBAR invocation option.
MERGESAREA
This attribute specifies that a panel with a single scrollable area be reformatted to combine the scrollable area into the panel body.
PANELSTMT
This attribute controls the creation of the )PANEL statement.
ENTKEYTEXT
This attribute provides the text for the Enter key push button provided on panels displayed in GUI mode.
IMAPNAME
This attribute provides the name of the image placed on panels displayed in GUI mode.
IMAPROW
This attribute provides the row number for positioning the image.
IMAPCOL
This attribute provides the column number for positioning the image.
TMARGIN
This attribute provides the number of blank lines to format at the top of the panel as a top margin.
BMARGIN
This attribute provides the number of blank lines to format at the bottom of the panel as a bottom margin.
ERRORCHECK
This attribute specifies that error checking code is added to the )PROC panel section.
ZUP
This attribute provides the name of the tutorial panel to be assigned to the ZUP variable.
ZCONT
This attribute provides the name of the tutorial panel to be assigned to the ZCONT variable.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014