FPARMS and TABLES file parameters: Difference between revisions
m (→Syntax) |
|||
Line 58: | Line 58: | ||
<p>File characteristics parameters describe the status and organization of a <var class="product">Model 204</var> file and the privileges associated with the file.</p> | <p>File characteristics parameters describe the status and organization of a <var class="product">Model 204</var> file and the privileges associated with the file.</p> | ||
==Viewing file characteristics parameters== | ==Viewing file characteristics parameters== | ||
<p>To view parameters in the file characteristics category: </p> | <p>To view parameters in the file characteristics category, enter the following command:</p> | ||
<p class="code">VIEW FPARMS | <p class="code">VIEW FPARMS | ||
</p> | </p> | ||
<p> | <p> | ||
Only the file manager can set file parameters (except for those that cannot be set). <var>CURFILE</var> is included in both | Only the file manager can set file parameters (except for those that cannot be set). <var>CURFILE</var> is included in both the FPARMS parameters and also in the file table parameters (TABLES). </p> | ||
===View-only FPARMS=== | ===View-only FPARMS=== | ||
Line 72: | Line 71: | ||
<td>CURLOC</td> | <td>CURLOC</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>FICREATE</td> | <td>FICREATE</td> | ||
<td>FIFLAGS </td> | <td>FIFLAGS </td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>FIFORMAT</td> | <td>FIFORMAT</td> | ||
<td>FITRANS</td> | <td>FITRANS</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>SECTY</td> | <td>SECTY</td> | ||
Line 85: | Line 87: | ||
</tr> | </tr> | ||
</table> | </table> | ||
===FPARMS set during file creation=== | ===FPARMS set during file creation=== | ||
<p>The following parameters can be set during file creation:</p> | <p>The following parameters can be set during file creation:</p> | ||
Line 94: | Line 97: | ||
</tr> | </tr> | ||
</table> | </table> | ||
===Resettable FPARMS set by Model 204=== | ===Resettable FPARMS set by Model 204=== | ||
<p>The following parameter is set by <var class="product">Model 204</var> and can be reset by the file manager:</p> | <p>The following parameter is set by <var class="product">Model 204</var> and can be reset by the file manager:</p> | ||
Line 101: | Line 105: | ||
</tr> | </tr> | ||
</table> | </table> | ||
===Resettable FPARMS set during file creation=== | ===Resettable FPARMS set during file creation=== | ||
<p>The following parameters can be set during file creation and can be reset by the file manager:</p> | <p>The following parameters can be set during file creation and can be reset by the file manager:</p> | ||
Line 112: | Line 117: | ||
<td>PRIVDEF</td> | <td>PRIVDEF</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>FOPT</td> | <td>FOPT</td> | ||
<td>READLVL</td> | <td>READLVL</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>FRCVOPT</td> | <td>FRCVOPT</td> | ||
<td>SELLVL</td> | <td>SELLVL</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>OPENCTL</td> | <td>OPENCTL</td> | ||
<td>UPDTLVL</td> | <td>UPDTLVL</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td> </td> | <td> </td> | ||
Line 129: | Line 138: | ||
</tr> | </tr> | ||
</table> | </table> | ||
===Nonresettable FPARMS set during file initialization=== | ===Nonresettable FPARMS set during file initialization=== | ||
<p>The following parameters are set during file initialization (the INITIALIZE command), if applicable, and cannot be reset:</p> | <p>The following parameters are set during file initialization (the INITIALIZE command), if applicable, and cannot be reset:</p> | ||
Line 136: | Line 146: | ||
<td>RECSCTY </td> | <td>RECSCTY </td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>SORTKEY</td> | <td>SORTKEY</td> | ||
Line 141: | Line 152: | ||
</tr> | </tr> | ||
</table> | </table> | ||
==File table parameters (TABLES)== | ==File table parameters (TABLES)== | ||
<p>File table parameters describe the characteristics of the various tables that make up a <var class="product">Model 204</var> file. </p> | <p>File table parameters describe the characteristics of the various tables that make up a <var class="product">Model 204</var> file. </p> |
Revision as of 20:52, 11 June 2013
Overview
Associated with each file are a number of parameters that determine its structure, define its privileges, and keep track of its status and usage. The categories of file parameters are:
Category | Meaning |
---|---|
FPARMS | File characteristics parameters summarize the organization, status, privileges, and field level security levels associated with the file. |
TABLES | File table parameters summarize information about the various tables that make up the file. |
This page describes how to view, display, and set file parameters. For a listing of all the Model 204 parameters, see List of Model 204 parameters.
File parameter access
The ability to access the file-related parameters described in this chapter is a privilege under the control of the PRIVDEF parameter. A file manager or system manager can restrict access to the file parameters of sensitive files to qualified users only.
If the X'0001' setting of PRIVDEF is on, the user can access the file-related parameters. If it is off, the user cannot access these parameters. For a complete description of the PRIVDEF parameter, see the Model 204 Parameter and Command Reference.
The CURFILE parameter is unaffected by the PRIVDEF setting.
You can access file-related parameters through a command (VIEW or DISPLAY FILE), a User Language function ($VIEW), or a Host Language function (IFDISP or IFEPRM). Trying to access parameters without the correct privilege generates an error message from VIEW or DISPLAY FILE; $VIEW returns a null string and IFEPRM produces a return code of 4.
Using the VIEW command
You can view the file characteristics or table parameters with the following command:
Syntax
VIEW {FPARMS | TABLES}
Example
In addition, view individual file parameters as shown in the following example:
VIEW FILEORG FILEORG X'03' (KEY REQUIRED,SORTED) FILE ORGANIZATION
You can also use the Host Language Interface function IFEPRM to examine individual parameter values, and use the User Language function $VIEW to return the value of a parameter to a User Language request.
The FILEORG parameter is a flag parameter, that is, a parameter whose value is the sum of the individual bits or flags that compose it. When a flag parameter is viewed, Model 204 displays a phrase that indicates the individual flag settings. The parameter descriptions later in this chapter include a complete list of the flags that can be set.
The previous FILEORG example indicates that the file is sorted (X'01') and that a sort key is required in every record (X'02'). Other file flag parameters include FISTAT, FOPT, OPENCTL, and SECTY.
Using the DISPLAY command
Use the DISPLAY command (or Host Language Interface function IFDISP) to display file parameters. The following form of the DISPLAY command displays all the file characteristics (FPARMS) or file table (TABLES) parameters for the specified files or all the files the user has open:
Syntax
DISPLAY FILE {(FPARMS) | (TABLES)} {filename[,filename...] | ALL}
Both FPARMS and TABLES can be specified in the same command. The DEFINITIONS option of DISPLAY also includes both types of file parameters. For further description of the DISPLAY options and capabilities, refer to Defining Fields Manually and to the Model 204 Parameter and Command Reference.
Setting file parameters
Some of the file parameters are view-only parameters; that is, you can examine them but not change them. Other parameters can be set only during file creation. You can specify the new value of the parameter in a PARAMETER statement that follows the CREATE command. (Refer to the description of file creation in Creating Files Manually.) Other parameters can be set only during file initialization. You can specify the value of the parameter in the INITIALIZE command (see Initializing Files).
You can reset some of the file parameters at any time using the RESET command, described in the Model 204 Parameter and Command Reference. For example:
RESET BRESERVE=50
You must have ad hoc update privileges in order to reset file parameters.
If a parameter that has a minimum value is set to a value less than the minimum allowed, Model 204 sets the parameter to the minimum value and displays the following message:
*** M204.1149: parameter HAS BEEN SET TO ITS MINIMUM VALUE:value
If a parameter that has a maximum value is set to a value greater than the maximum allowed, Model 204 sets the parameter to the maximum value and displays the following message:
*** M204.1149: parameter HAS BEEN SET TO ITS MAXIMUM VALUE:value
File characteristics parameters (FPARMS)
File characteristics parameters describe the status and organization of a Model 204 file and the privileges associated with the file.
Viewing file characteristics parameters
To view parameters in the file characteristics category, enter the following command:
VIEW FPARMS
Only the file manager can set file parameters (except for those that cannot be set). CURFILE is included in both the FPARMS parameters and also in the file table parameters (TABLES).
View-only FPARMS
The following FPARMS parameters cannot be set:
CURFILE | CURLOC |
FICREATE | FIFLAGS |
FIFORMAT | FITRANS |
SECTY |
FPARMS set during file creation
The following parameters can be set during file creation:
FILEORG | IVERIFY | LANGFILE |
Resettable FPARMS set by Model 204
The following parameter is set by Model 204 and can be reset by the file manager:
FISTAT |
Resettable FPARMS set during file creation
The following parameters can be set during file creation and can be reset by the file manager:
ADDLVL | PRCLDEF |
FILEMODL | PRIVDEF |
FOPT | READLVL |
FRCVOPT | SELLVL |
OPENCTL | UPDTLVL |
VERIFY |
Nonresettable FPARMS set during file initialization
The following parameters are set during file initialization (the INITIALIZE command), if applicable, and cannot be reset:
HASHKEY | RECSCTY |
SORTKEY |
File table parameters (TABLES)
File table parameters describe the characteristics of the various tables that make up a Model 204 file.
Viewing file table parameters
To view parameters in the file table category:
Enter the following command:
VIEW TABLES
Only the file manager can set the file table parameters (except for those that cannot be set). CURFILE is included in this category and also in FPARMS.
View-only TABLES parameters
The following TABLES parameters cannot be set:
ARETRIES | DHIGHPG | HIGHSORT | OINBYTES |
ASIZE | DPGSUSED | MSTRADD | OVFLADD |
BHIGHPG | EHIGHPG | MSTRDEL | OVFLDEL |
BLOWPG | EOVFLADD | OINODES | SPILLADD |
BQLEN | EOVFLDEL | OILEAVES | SPILLDEL |
BREUSED | EPGSUSED | OIDEPTH | XHIGHPG |
CRETRIES | EXTNADD | OILPACT | XQLEN |
CURFILE | EXTNDEL | OINENTRY | XREUSED |
DACTIVE | FREESIZE |
TABLES parameters set during file creation
The following parameters can be set during file creation:
ASTRPPG | BSIZE | PDSIZE |
ATRPG | CSIZE | PDSTRPPG |
BEXTOVFL | DSIZE | RECPDOPT |
BPGPMSTR | ESIZE | XRECPPG |
BPGPOVFL | FVFPG | XSIZE |
BRECPPG | MVFPG |
Resettable TABLES parameters set during file creation
The following parameters can be set during file creation and can be reset by the file manager:
BAUTOINC | DAUTOINC | XAUTOINC |
BREUSE | DPGSRES | XRESERVE |
BRESERVE | DRESERVE | XREUSE |