Difference between revisions of "LIST PROTECTION"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Display current protection and security settings
 
Display current protection and security settings
 
  
 
==Syntax==
 
==Syntax==
LIST PROTECTION [TO FILE <.txt filename> | <expC>] | [TO PRINT]
+
LIST PROTECTION [TO FILE <.txt filename> | <expC>]
 
+
  
 
==See Also==
 
==See Also==
[[CREATE]], [[DB_PRINT]], [[DISPLAY PROTECTION]], [[GETGID()]], [[GETPID()]], [[GETUID()]], [[MODIFY STRUCTURE]], [[SET PAGELENGTH]], [[SET PAGEWIDTH]], [[SET PRINTER]], [[STR()]], [[USE]]
+
[[DISPLAY PROTECTION]], [[GETGID()]], [[GETPID()]], [[GETUID()]], [[STR()]], [[USE]]
 
+
  
 
==Description==
 
==Description==
The LIST PROTECTION command is used to display to the screen protection and security access control strings (ACS) for the currently active table.  An access control string is a range of user identification codes used to allow groups or individuals to perform certain table operations. Access control strings are specified in the CREATE or MODIFY STRUCTURE work surface under the <SECURITY> and <PROTECTION> menu options.
+
The LIST PROTECTION command is used to display to the screen protection and security access control strings (ACS) for the currently active table.  An access control string is a range of user identification codes used to allow groups or individuals to perform certain table operations.
 
+
 
+
{| class="wikitable"
+
!Keyword||Description
+
|-
+
|TO <file>||The display output will be sent to the specified file.  The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename.  If no file extension is specified, then ".txt" will be used.  The command SET PAGELENGTH governs the output file pagination and SET PAGEWIDTH defines the width of each page.  Page numbers are centered on the bottom of the page according to width.
+
|-
+
|TO PRINT||The display output will be sent to a printer.  The TO PRINT option will default to a local printer unless the command SET PRINTER TO \\SPOOLER is issued.  The print request will then be spooled to the system printer, which is defined by the environment variable DB_PRINT.
+
|-
+
|}
+
  
 +
===TO <file>===
 +
The display output will be sent to the specified file.  The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename.  If no file extension is specified, then ".txt" will be used.
  
 
==Example==
 
==Example==
Line 29: Line 18:
 
list protection
 
list protection
 
</code>
 
</code>
 
+
 
+
==Products==
+
Recital Server, Recital
+
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Table Basics]]
 
[[Category:Table Basics]]
 
[[Category:Table Basics Commands]]
 
[[Category:Table Basics Commands]]

Revision as of 13:23, 9 February 2012

Purpose

Display current protection and security settings

Syntax

LIST PROTECTION [TO FILE <.txt filename> | <expC>]

See Also

DISPLAY PROTECTION, GETGID(), GETPID(), GETUID(), STR(), USE

Description

The LIST PROTECTION command is used to display to the screen protection and security access control strings (ACS) for the currently active table. An access control string is a range of user identification codes used to allow groups or individuals to perform certain table operations.

TO <file>

The display output will be sent to the specified file. The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename. If no file extension is specified, then ".txt" will be used.

Example

list protection