Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Programming Guide

Summary Record

The record with type Xin_Rect_Sum, the summary record, will be the first record in the file and its declare is shown in Figure 107

Figure 107. Declare for a summary record
 Dcl
   1 Xin_Sum     Based( null() ),   /* summary record                */
                                    /*                               */
     2 Xin_Sum_Hdr                  /* standard header               */
            like Xin_Hdr,           /*                               */
                                    /*                               */
     2 Xin_Sum_Max_Severity         /* max severity from compiler    */
            fixed bin(32) unsigned, /*                               */
                                    /*                               */
     2 Xin_Sum_Left_Margin          /* left margin                   */
            fixed bin(16) unsigned, /*                               */
                                    /*                               */
     2 Xin_Sum_Right_Margin         /* right margin                  */
            fixed bin(16) unsigned, /*                               */
                                    /*                               */
     2 xin_Sum_Rsrvd(15)            /* reserved                      */
            fixed bin(32) unsigned; /*                               */

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)