Description

messageid
The identification number of a message definition in an ISPF message library. The designated library must be concatenated to your ISPMLIB file or data set.
HELP
Specifies the help panel to accompany the message. This option will override the tutorial help panel specified in the ISPF message definition.
panelid
The name of a panel in an ISPF panel library. The designated library must be concatenated to your ISPPLIB file or data set.
TEXT
Defines the message text. Message text up to 78 single-byte characters long can be issued with this option. Message text in excess of 78 characters will be discarded.

When used with an ISPF messageid this option will override the long message specified in the ISPF message definition.

value
The character string that makes up the content of the message.

A value that contains blank characters must be surrounded with delimiters. Valid delimiters for a message value are single quotes, parentheses, and double quotes. When the delimiters are double quotes, the double quotes are included as part of the message.

STOPPROC
Sets a termination switch for QMF linear procedures. The setting remains active until the current application ends or the setting is changed again by the application.
YES
Sets the procedure termination switch on. Any QMF linear procedure receiving control ends its execution immediately.
NO
Sets the procedure termination switch off. QMF linear procedure execution is not suppressed.
[ Previous Page | Next Page | Contents | Index ]