LOGFILE command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 48: Line 48:
<tr>
<tr>
<th>filename</th>
<th>filename</th>
<td> is the name of the file. For Model 204 7.5 and later and for SirSafe customers before Model 204 7.5, the filename will be preceded by a colon as was used on the LOGCTL command that created the entry.</td>
<td> is the name of the file. For Model 204 7.5 and later and for SirSafe customers before Model 204 7.5, the filename will be preceded by a colon or greater-than symbol, as was used on the LOGCTL command that created the entry. A greater-than indicates a SirSafe controlled visible password.</td>
</tr>
</tr>
   
   

Revision as of 20:16, 9 September 2014

Summary

Privileges
System manager
Function
Lists file entries in the password table, including privileges, but not passwords

Syntax

LOGFILE [filename1] [filename2]

Where:

filename1 and filename2 are the names of files in the password table.

If specifying... Model 204 lists...
Neither filename1 nor filename2 All file entries in the password table.
Only filename1

Entries for that file.

Only filename2

File entries starting at the beginning of the password table and extending through the file name entry. A comma is required if only filename2 is specified. Otherwise, either a comma or one or more blanks can be specified.

Both filename1 and filename2

File entries starting at the filename1 entry and extending through the filename2 entry.

Example

LOGFILE LOGFILE CENSUS LOGFILE CENSUS, TCENSUS LOGFILE , TCENSUS

Usage notes

The LOGFILE command lists one or more file entries in the password table. The list is produced in alphabetical order.

Each file entry displayed by LOGFILE has the following format:

filename index password X'pppp' nnn, sss, rrr, uuu, aaa, terminals

Where:

filename is the name of the file. For Model 204 7.5 and later and for SirSafe customers before Model 204 7.5, the filename will be preceded by a colon or greater-than symbol, as was used on the LOGCTL command that created the entry. A greater-than indicates a SirSafe controlled visible password.
index is the file index if more than one file has the same name.
password is the password for the entry. For non-SirSafe customers, password would not be be present before Model 204 7.5 and would always be displayed as ******** in Model 204 7.5 and later. For SirSafe customers, ******** would be displayed for the password if the password is not a SirSafe controlled password and the actual password will be displayed if it is a SirSafe controlled password.
pppp is the two-byte representation of the file privileges. (See PRIVDEF: Default user privileges.)
nnn is the procedure user class.
sss is the field-level security SELECT level.
rrr is the field-level security READ level.
uuu is the field-level security UPDATE level.
aaa is the field-level security ADD level. (For information on field-level security, see the Model 204 File Manager's Guide.)
terminals is ALL, NONE, or a list of authorized terminals.

Sending LOGFILE output to the USE data set

If there is an open USE data set, the LOGFILE command output is directed to it. See RESET COMMAND: Control USE data set support for a discussion of how to direct the output.

Refer to the Model 204 System Manager's Guide for a detailed description of the password table.