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
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; /* */