Additional Diagnostic Messages

The Additional Diagnostic Messages section lists compiler messages which indicate errors spanning more than one line. When possible, the messages indicate the line number and sequence number of the source which is in error. Figure 244 shows an example.

Figure 244. Sample Additional Diagnostic Messages with OPTION(*NOSRCSTMT)
          A d d i t i o n a l   D i a g n o s t i c   M e s s a g e s
 Msg id  Sv Number Seq     Message text
*RNF7066 00      8 000800  Record-Format REC1 not used for input or output.
*RNF7066 00      8 000800  Record-Format REC2 not used for input or output.
*RNF7086 00     60 000004  RPG handles blocking for file INFILE. INFDS is updated only
                           when blocks of data are transferred.
*RNF7086 00     60 000004  RPG handles blocking for file OUTFILE. INFDS is updated
                           only when blocks of data are transferred.
 * * * * *   E N D   O F   A D D I T I O N A L   D I A G N O S T I C   M E S S A G E S   * * * * *

If OPTION(*SRCSTMT) is specified, the messages will have only the statement number shown. Figure 245 shows an example.

Figure 245. Sample Additional Diagnostic Messages with OPTION(*SRCSTMT)
          A d d i t i o n a l   D i a g n o s t i c   M e s s a g e s
 Msg id  Sv     Statement  Message text
*RNF7066 00        000800  Record-Format REC1 not used for input or output.
*RNF7066 00        000800  Record-Format REC2 not used for input or output.
*RNF7086 00       6000004  RPG handles blocking for file INFILE. INFDS is updated only
                           when blocks of data are transferred.
*RNF7086 00       6000004  RPG handles blocking for file OUTFILE. INFDS is updated
                           only when blocks of data are transferred.
 * * * * *   E N D   O F   A D D I T I O N A L   D I A G N O S T I C   M E S S A G E S   * * * * *


[ Top of Page | Previous Page | Next Page | Contents | Index ]