Dev Server

Warning: This content may not be as expected. This server is for testing and POCs only. visit www.rrc.texas.gov for the actual website.

Totals Record

Filing Oil and Gas Reports Using Electronic Media

                          Totals Record
       

  Position    Length  	Data Item		Data Type	Notes
       
   1 -   6   	6     	Operator Number		Numeric
    
   7 -   9   	3     	Report Type   		Alphanumeric  	Must be 'Z99'
        
   10 - 102  	93     	Filler        		Alphanumeric  	Must be spaces
        
   103 - 104   	2     	Filler          	Numeric			
        
   105 - 110   	6     	Filler      		Numeric			
       
   111 - 112   	2     	Total P1b District 	Numeric
			Records
        
   113 - 118   	6     	Total P1b Report	Numeric
			Records
      
   119 - 120   	2     	Filler          	Numeric			
        
   121 - 126   	6     	Filler      		Numeric			
        
   127 - 132   	6     	Total T1 Page 1		Numeric
			Records
     
   133 - 138   	6     	Total T1 Page 1a	Numeric
			Records
        
   139 - 144   	6     	Total T1 Page 1b	Numeric
			Records
        
   145 - 150   	6     	Total T1 Page 2		Numeric
			Records
        
   151 - 156   	6     	Total T1 Page 3		Numeric
			Records
       
   157 - 158   	2     	Total H10 District	Numeric
			Records
        
   159 - 164   	6     	Total H10 Report	Numeric
			Records
        
   165 - 166   	2     	Total G10 District	Numeric
			Records
                                         
   167 - 172   	6     	Total G10 Report	Numeric
			Records
       
   173 - 174   	2     	Total W10 District	Numeric
			Records
      
   175 - 180   	6     	Total W10 Report	Numeric
			Records
      
   181 - 182   	2     	Total H15 District	Numeric
			Records
       
   183 - 188   	6     	Total H15 Report	Numeric
	               	Records

   189 - 190   	2     	Total MD1 District	Numeric
			Records

   191 - 196   	6     	Total MD1 Report	Numeric
			Records
        
   197 - 400 	204     Filler 			Alphanumeric

                                      
                           Totals COBOL Record Layout
        

  The position numbers on the right hand side give the beginning position for 
  that data item.
       

            01 Z99-TOTALS-RECORD.                                    POSITION
               03 Z99-RECORD-ID.
                  05 Z99-OPERATOR-NO         PIC 9(6).                  1
                  05 Z99-REPORT-TYPE         PIC X(3).                  7
                     88 Z99-RECORD-TOTALS            VALUE 'Z99'.
                  05 FILLER                  PIC X(93).                 10
               03 Filler                     PIC 9(2).                  103
               03 Filler                     PIC 9(6).                  105
               03 Z99-TOTAL-P1B-DIST-RECORDS PIC 9(2).                  111
               03 Z99-TOTAL-P1B-REPORT-RECORDS       PIC 9(6).          113
               03 Filler                     PIC 9(2).                  119
               03 Filler                     PIC 9(6).                  121
               03 Z99-TOTAL-PAGE-1-RECORDS   PIC 9(6).                  127
               03 Z99-TOTAL-PAGE-1A-RECORDS  PIC 9(6).                  133
               03 Z99-TOTAL-PAGE-1B-RECORDS  PIC 9(6).                  139
               03 Z99-TOTAL-PAGE-2-RECORDS   PIC 9(6).                  145
               03 Z99-TOTAL-PAGE-3-RECORDS   PIC 9(6).                  151
               03 Z99-TOTAL-H10-DISTRICT-RECORDS     PIC 9(2).          157
               03 Z99-TOTAL-H10-REPORT-RECORDS       PIC 9(6).          159
               03 Z99-TOTAL-G10-DISTRICT-RECORDS     PIC 9(2).          165
               03 Z99-TOTAL-G10-REPORT-RECORDS       PIC 9(6).          167
               03 Z99-TOTAL-W10-DISTRICT-RECORDS     PIC 9(2).          173
               03 Z99-TOTAL-W10-REPORT-RECORDS       PIC 9(6).          175
               03 Z99-TOTAL-H15-DISTRICT-RECORDS     PIC 9(2).          181
               03 Z99-TOTAL-H15-REPORT-RECORDS       PIC 9(6).          183
               03 Z99-TOTAL-MD1-DISTRICT-RECORDS     PIC 9(2).          189
               03 Z99-TOTAL-MD1-REPORT-RECORDS       PIC 9(6).          191
               03 FILLER                     PIC X(204).                197
    
                                         
                          Totals Record Data Dictionary
    
        Z99-OPERATOR-NO
        The operator number assigned to the company by the RRC. Taken from the
        Organization Report (Form P-5).
        
        Z99-REPORT-TYPE
        Must be 'Z99' for the totals record.
        
        Z99-TOTAL-P1B-DISTRICT-RECORDS
        The total number of district records filed for P-1B reports (the total 
        number of DR-DISTRICT-RECORDS filed for P-1B reports).
        
        Z99-TOTAL-P1B-REPORT-RECORDS
        The total number of P-1B report records filed (the total number of
        P1B-REPORT-RECORD records).
        
        Z99-TOTAL-PAGE-1-RECORDS
        The total number of T-1 page 1 report records filed (the total number
        of T1-PAGE-1-RECORD records).
        
        Z99-TOTAL-PAGE-1A-RECORDS
        The total number of T-1 page 1A report records filed (the total number
        of T1-PAGE-1A-RECORD records).
        
        Z99-TOTAL-PAGE-1B-RECORDS
        The total number of T-1 page 1B report records filed (the total number
        of T1-PAGE-1B-RECORD records).
                                                
        Z99-TOTAL-PAGE-2-RECORDS
        The total number of T-1 page 2 report records filed (the total number
        of T1-PAGE-2-RECORD records).
        
        Z99-TOTAL-PAGE-3-RECORDS
        The total number of T-1 page 3 report records filed (the total number
        of T1-PAGE-3-RECORD records).
        
        Z99-TOTAL-H10-DISTRICT-RECORDS
        The total number of district records filed for H-10 reports (the total
        number of DR-DISTRICT-RECORDS filed for H-10 reports). This figure 
	should always be one (1).
        
        Z99-TOTAL-H10-REPORT-RECORDS
        The total number of H-10 report records filed (the total number of
        H10-REPORT-RECORD records).
        
        Z99-TOTAL-G10-DISTRICT-RECORDS
        The total number of district records filed for G-10 reports (the total
        number of DR-DISTRICT-RECORDS filed for G-10 reports).
        
        Z99-TOTAL-G10-REPORT-RECORDS
        The total number of G-10 report records filed (the total number of
        G10-REPORT-RECORD records).
        
        Z99-TOTAL-W10-DISTRICT-RECORDS
        The total number of district records filed for W-10 reports (the total
        number of DR-DISTRICT-RECORDS filed for W-10 reports).
        
        Z99-TOTAL-W10-REPORT-RECORDS
        The total number of W-10 report records filed (the total number of
        W10-REPORT-RECORD records).
        
        Z99-TOTAL-H15-DISTRICT-RECORDS
        The total number of district records filed for H-15 reports (the total
        number of DR-DISTRICT-RECORDS filed for H-15 reports).
        
        Z99-TOTAL-H15-REPORT-RECORDS
        The total number of H-15 report records filed (the total number of
        H15-REPORT-RECORD records).
       
        Z99-TOTAL-MD1-DISTRICT-RECORDS
        The total number of district records filed for MD-1 reports (the total 
        number of DR-DISTRICT-RECORDS filed for MD-1 reports).

        Z99-TOTAL MD1-REPORT-RECORDS
        The total number of MD-1 report records filed (the total number of
        MD1-REPORT-RECORD records).


Commissioners