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.

T-1 Page 2 Record

Filing Oil and Gas Reports Using Electronic Media

                              T-1 Page 2 Record

     
  Position  Length    Data Item     	  Data Type        Notes

  1 -   6   	6     Operator Number 	  Numeric
      
  7 -   9   	3     Report Type   	  Alphanumeric     Must be 'T2 '
   
  10 -  11   	2     District      	  Numeric          Must be one of the
                                                      	   following: 01,02,
                                                      	   03,04,05,06,07,08, 
	                                                   09,10,11,13,14
     
  12 -  13   	2     Filler        	  Alphanumeric     Must be spaces     
       
  14 -  18   	5     Commingle Permit    Numeric
                      Number
        
  19 -  50  	32    Field Name    	  Alphanumeric
      
  51 -  82  	32    Producer Operator	  Alphanumeric
                      Name
       
  83     	1     Oil Gas Permit   	  Alphanumeric     
                      Code
      
  84 -  88   	5     Oil Lease Number 	  Numeric
       
  89 -  94   	6     Gas RRC ID    	  Numeric
        
  95 -  98   	4     Filler        	  Alphanumeric     Must be Spaces
        
  99 - 102   	4     Transport Date   	  Numeric          In Year (without the
                          	                           Century)Month order
       
 103 - 134  	32    Lease Name    	  Alphanumeric
     
 135 - 141   	7     Receipts      	  Numeric
   
 142 - 147   	6     Adjustments   	  Numeric
       
 148      	1     Asterisk      	  Alphanumeric    
        
 149 - 400 	252   Filler        	  Alphanumeric
                                   

                        T-1 Page 2 COBOL Record Layout
       
  The position numbers on the right hand side give the beginning position for
  that data item.
       
            01 T2-PAGE-2-RECORD.                                     POSITION
               03 T2-RECORD-ID.
                  05 T2-OPERATOR-NO          PIC 9(6).                  1
                  05 T2-REPORT-TYPE          PIC X(3).                  7
                     88 T2-T1-PAGE2-REPORT           VALUE 'T2 '.
                  05 T2-DISTRICT             PIC 9(2).                  10
                     88 T2-VALID-DISTRICT            VALUE 01,02,03,
                                                     04,05,06,07,08,
                                                     09,10,11,13,14
                  05 FILLER                  PIC X(2).                  12
                  05 T2-COMMINGLE-PERMIT-NUMBER      PIC 9(5).          14
                  05 T2-FIELD-NAME           PIC X(32).                 19
                  05 T2-PRODUCER-OPERATOR-NAME       PIC X(32).         51
                  05 T2-OIL-GAS-OR-PERMIT-CODE       PIC X(1).          83
                     88 T2-OIL-LEASE-REPORT          VALUE '1'.
                     88 T2-GAS-WELL-REPORT           VALUE '2'.
                     88 T2-COMMINGLE-PERMIT-REPORT   VALUE '3'.
                  05 T2-OIL-LEASE-NO         PIC 9(5).                  84
                  05 T2-GAS-WELL-RRC-ID      PIC 9(6).                  89
                  05 FILLER                  PIC 9(4).                  95
                  05 T2-TRANSPORT-DATE.
                     07 T2-TRANSPORT-YEAR    PIC 9(2).                  99
                     07 T2-TRANSPORT-MONTH   PIC 9(2).                  101
               03 T2-LEASE-NAME              PIC X(32).                 103
               03 T2-RECEIPTS                PIC 9(7).                  135
               03 T2-ADJUSTMENTS             PIC 9(6).                  142
               03 T2-ASTERISK                PIC X(1).                  148
               03 FILLER                     PIC X(252).                149
                                      

                              T-1 Page 2 Data Dictionary
       
        T2-OPERATOR-NO
        The operator number assigned to the company by the RRC. Taken from the
        Organization Report (Form P-5).
       
        T2-REPORT-TYPE
        Must be 'T2 ' for page 2 records.
      
        T2-DISTRICT
        District part of gatherer's registration ID assigned by RRC. See
        DR-DISTRICT for further details.
        
        T2-COMMINGLE-PERMIT-NO
        The commingle permit number assigned to the oil lease or gas ID by
        the RRC.
      
        T2-FIELD-NAME
        The field name exactly as shown on the RRC proration schedule.
       
        T2-PRODUCER-OPERATOR-NAME
        The producer operator name as filed on the Organization Report
        (Form P-5).
        
        T2-OIL-GAS-OR-PERMIT-CODE
        Indicates the type of report being filed. It can be either for an oil
        lease, a gas well, or for a commingle permit.

           CODE    DESCRIPTION
            1      Oil lease report
            2      Gas well report
            3      Commingle permit report
       
        T2-OIL-LEASE-NO
        Must be a valid five-digit, RRC-assigned oil lease number. If this
        report pertains to a gas well, this field must contain zeros.
       
        T2-GAS-WELL-RRC-ID
        Must be a valid six-digit, RRC-assigned gas identification number. If 
	this report pertains to an oil lease, this field must contain zeros.
        
        T2-TRANSPORT-DATE
        The date the transportation information is for in  year, month format.
                
        T2-LEASE-NAME
        The lease name exactly as shown on the RRC proration schedule.
        
        T2-RECEIPTS
        The grand total amount picked up from the lease in whole barrels.
       
        T2-ADJUSTMENTS
        All cumulative transporter runs from leases in excess of allowable plus
	legal storage.
       
        T2-ASTERISK
        If cumulative overrun has been reduced from the previous month, indicate
        this by placing an asterisk here. Must be a space or an '*'.


Commissioners