PRIVDEF parameter

From m204wiki
Revision as of 00:56, 28 February 2013 by Alex (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Default value
X'BFFF'
Parameter type
File
Where set
During file creation, or reset by file manager and system manager
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The default user privileges for a public or semi-public file

Valid settings of PRIVDEF are (options can be summed):

SettingAllows...
X'8000'File manager privileges.
X'4000'Record security override.
X'2000'Updating of data with ad hoc requests.
X'1000'Changes, other than deletions, to internal procedures.
X'0800'Updating of data with internal procedures.
X'0400'Retrieval of data with ad hoc requests.
X'0200'DISPLAY, echoing, and copying of internal procedures.
X'0100'Retrieval of data with internal procedures.
X'0080'Updating of data with external procedures.
X'0040'Retrieval of data with external procedures.
X'0020'INCLUDE of internal procedures.
X'0010'Definition of internal procedures.
X'0008'Deletion of internal procedures.
X'0001'Access to file related parameters. The file parameter CURFILE is not affected by this setting.

For only a permanent file group:

X'0004'Updating of data with procedures from the designated procedure file.
X'0002'Retrieval of data with procedures from the designated procedure file.

The file manager or the system manager can use the RESET PRIVDEF command to set the privilege-controlling bit of PRIVDEF to 1. The CURFILE and CURPRIV parameters are not affected by this feature and are available to all users. (For information on the transformation of PRIVDEF parameters in the password table, refer to the Model 204 File Manager's Guide).

The parameters affected by this feature are the following:

Security-related parameters

Security-related parameters
ADDLV PRIVDEF SECTY
LOGONENQ READLVL SELLVL
OPENCTL RECSCTY UPDTLVL
PRCLDEF

File size statistics parameters:

File size statistics parameters
ASIZEBRESERVEFREESIZE
ASTRPPGBSIZE FVFPG
ATRPGCSIZE MVFPG
BPGPMSTRDPGSRES PDSIZE
BPGPOVFLDRESERVEPDSTRPPG
BRECPPGDSIZE

File performance statistics parameters:

File performance statistics parameters
ARETRIES DPSUSED OILEAVES
BEXTOVFL EOVFLADD OILPACT
BHIGHPG EOVFLDEL OINBYTES
BLOWPG EXTNADD OINENTRY
BQLEN EXTNDEL OINODES
BREUSE HIGHSORT OVFLADD
BREUSED MSTRADD OVFLDEL
CRETRIES MSTRDEL SPILLADD
DHIGHPG OIDEPTH SPILLDEL

Other file-related parameters:

Other file-related parameters
DACTIVE FILEORG HASHKEY
DDNAMES (DISPLAY command option) FISTAT IVERIFY
FICREATE FITRANSSORTKEY
FIFLAGS FOPT VERIFY
FIFORMAT FRCVOPT

The default setting of X'BFFF' makes all file parameters available to any user of the file.

Note: The following restriction applies for certain File Management facilities and Workshop/204 facilities such as Screen Painter and Procedure Editor: if you open a file without view file parameter security, you might not be able to execute commands against that file.