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


ISPF conversion utility messages

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

During processing, the conversion utility can issue information, warning, and error messages. For unsupported DTL tags and attributes that generate warning messages, the conversion utility either ignores the tag or attribute, or sets attribute values to the conversion utility defaults. If the conversion causes error messages, the conversion utility does not generate the ISPF file (key list, panel, application command table, or message member) that would have been created had the error not occurred.

In the message listing, the line numbers displayed in the messages might not always match the line numbers of the source file that caused the message. This occurs because the conversion utility must sometimes continue to read the source file until it encounters an end tag or a new tag before issuing a message. You should be able to determine which source line created the message by examining the DTL source file.

There are two options required to suppress all noncritical messages.
  • The MSGSUPP option is used to suppress messages related to ISPDTLC formatting.
  • The CUASUPP option is used to suppress messages related to CUA architecture deviations allowed by ISPDTLC. Examples include nonstandard use of F1/F13, F3/F15, and F12/F24 keylist commands, and the use of the SMSG attribute on the MSG tag to create a short message.

When each DTL source file conversion is completed, the conversion utility issues a message listing the number of warning and error messages generated. If the MSGSUPP or CUASUPP option(s) have been specified, an additional message is issued with the total number of messages suppressed.

When the conversion utility is finished, it issues a message listing the total number of warning and error messages generated. If the MSGSUPP or CUASUPP option(s) have been specified, a message is issued with the total number of messages suppressed. The end of job messages listing the total number of messages are placed in the ISPF log file, if the log file is available; otherwise the overall totals are written to the terminal.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014