File Control Table (File architecture): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 9: Line 9:
* The datasets list (DSL) comprising the name and number of pages in each dataset
* The datasets list (DSL) comprising the name and number of pages in each dataset
* The shared DASD enqueue list  
* The shared DASD enqueue list  
** controls access to the file by multiple jobs
** controls access to the file by multiple jobs, potentially running on different processors that share the DASD device upon which the file dataset(s) reside
** contains the enqueue level of each of those jobs
** contains the enqueue level of each of those jobs
** see the [[ENQCTL command]] to see how to display this  
** see the [[ENQCTL command]] to see how to display this  

Revision as of 11:36, 16 May 2013

The File Control Table contains the file parameter settings, data set or file definition names of all data sets in the file, the status of the file, and other control information.

The FCT is 8 pages.

The first page of the FCT is the The File Parameter List (FPL) page, which contains :

  • The File Parameter List holding the current parameter settings for the file
  • The Logical Page Map (LPM) which shows the distribution of the pages within the file
  • The datasets list (DSL) comprising the name and number of pages in each dataset
  • The shared DASD enqueue list
    • controls access to the file by multiple jobs, potentially running on different processors that share the DASD device upon which the file dataset(s) reside
    • contains the enqueue level of each of those jobs
    • see the ENQCTL command to see how to display this
  • The current file broadcast message (if any), displayed when the file is OPENed.