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.

MD-1 Record

Filing Oil and Gas Reports Using Electronic Media

                               MD-1 Record
        

   Position     Length	Data Item	     Data Type	     Notes
       
   1 -   6   	6  	Operator Number	     Numeric		   
                          
   7 -   9   	3     	Report Type   	     Alphanumeric    Must be 'MD1'         

   10 -  11   	2     	District      	     Numeric         Must be one of the
                                                      	     following:01,02,
                                                      	     03,04,05,06,08,
                                                      	     09,10,11,13,14
                                                      
   12      	1     	Record Type   	     Alphanumeric    Must be 'R'

   13 -  18   	6     	Filler        	     Alphanumeric    Must be Spaces
        
   19 -  50  	32     	Field Name    	     Alphanumeric  
         
   51 -  98  	48     	Filler        	     Alphanumeric    Must be Spaces
         
   99 - 100   	2     	Forecast Year 	     Numeric     
                       
  101 - 102   	2     	Forecast Month 	     Numeric     
                       
  103 - 110   	8     	Field Number  	     Numeric     
                         
  111 - 119   	9     	Operator Forecast    Numeric     
                       
  120 - 400 	281     Filler        	     Alphanumeric 

                                        
                       MD-1 COBOL Record Layout
       

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

            01 MD1-REPORT-RECORD.                                     POSITION
               03 MD1-RECORD-ID.
                  05 MD1-OPERATOR-NUMBER     PIC 9(6).                    1
                  05 MD1-REPORT-TYPE         PIC XXX.                     7
                     88 MD1-REPORT                   VALUE 'MD1'.
                  05 MD1-DISTRICT            PIC 99.                     10
                     88 MD1-VALID-DISTRICT           VALUE 01,02,03,
                                                     04,05,06,08,09,
                                                     10,11,13,14 
                  05 MD1-RECORD-TYPE         PIC X.                      12
                     88 MD1-REPORT-REC               VALUE 'R'.
                  05 FILLER                  PIC X(6).                   13
                  05 MD1-FIELD-NAME          PIC X(32).                  19
                  05 FILLER                  PIC X(48).                  51
                  05 MD1-FORECAST-DATE.
                     07 MD1-FORECAST-YEAR    PIC 99.                     99
                     07 MD1-FORECAST-MONTH   PIC 99.                    101
                  05 MD1-FIELD-NUMBER        PIC 9(8).                  103
                  05 MD1-OPERATOR-FORECAST   PIC 9(9).                  111
                  05 FILLER                  PIC X(281).                120

                                      
                        MD-1 Record Data Dictionary

      
        OPERATOR NUMBER
        The operator number assigned to the company by the RRC. Taken from the
	Organization Report (Form P-5).
        
        REPORT TYPE
        Must be 'MD1' for MD-1 reports.
       
        DISTRICT
        The RRC district in which the field is located. See  DR-DISTRICT for 
	further details.
        
        RECORD TYPE
        Must be 'R' for report records.
        
        FIELD NAME
        The field name exactly as shown on the RRC proration schedule.
        
        FORECAST YEAR
        The year of the allowable date for the market demand forecast.
       
        FORECAST MONTH
        The month of the allowable date for the market demand forecast.
        
        FIELD NUMBER
        The eight-digit number assigned to the field by the RRC.
        
        OPERATOR FORECAST
        The operator market demand forecast for the field.


Commissioners