Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, プログラミング・ガイド

サマリー・レコード

タイプが Xin_Rect_Sum のレコード (サマリー・レコード) は、ファイルの最初のレコードになります。サマリー・レコードの宣言を、図 107 に示します。

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

Terms of use | Feedback

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