KLVDM011 DIALOG dialog FAILED; RC(rc) REASON(reason)
Explanation
The specified dialog failed during execution.
System action
TMS:Engine ends the user's session unless ONERROR was specified in the dialog invoking the failing dialog. KLVDM015 follows this message and displays information about the dialog, terminal, and application associated with the failure.
User response
Contact IBM® Software Support or check the return code
(rc), correct the error in the failing dialog, refresh the dialog, and retry.
Possible rc values, their meanings, and responses:
| Return code | Meaning |
|---|---|
| 4 | Dialog not available; either the dialog is not in TLVPNLS or it could not be compiled. Look for other KLVDMxxx messages to identify the problem and correct it. |
| 8 | Device dependent routine start-up failed. Save the MVS™ SYSLOG and TMS:Engine TLVLOG and job log. Then contact IBM Software Support. |
| 12 | SSPL function failed during )INIT processing. Look for other KLVDMxxx messages to identify the problem and correct it. Possibilities include using non-numerics in a numeric calculation and passing an invalid parameter to a dialog function. |
| 16 | SSPL function failed during )PROLOG processing. Same as RC(12). |
| 20 | Device not supported. This is typically caused by a non-terminal dialog attempting to use )BODY, which is not allowed. If this is the case, either do not run the dialog as a non-terminal or correct the dialog design. Otherwise, save the z/OS® SYSLOG and TMS:Engine RKLVLOG and job log. Then contact IBM Software Support. |
| 24 | An I/O error occurred while trying to write the )BODY data to the terminal. Refer to the TMS:Engine TLVLOG file for additional messages which should identify the problem. |
| 28 | SPL function failed during )EPILOG processing. Same as RC(12). |
| 32 | SSPL function failed during )TERM processing. Same as RC(12). |
| 36 | A RESHOW command was issued in the )TERM section, which is not allowed. Correct the dialog and retry. |
| 40 | A SELECT command was issued in the )TERM section, which is not allowed. Correct the dialog and retry. |
| 44 | A TBDISPL failed, either because the dialog does not have a )BODY TABLE section, or because the physical terminal was not large enough to display at least one table row. Do not issue TBDISPL against this dialog, add a )BODY TABLE section, or ensure that the )BODY TOP and )BODY BOTTOM sections are not too large. Retry the dialog. |
Message Type
LOG, VIEW, INFO