Difference between revisions of "LIST STATUS"

From Lianjapedia
Jump to: navigation, search
(See Also)
 
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[DISPLAY DICTIONARY]], [[DISPLAY MEMORY]], [[DISPLAY STATUS]], [[DISPLAY STRUCTURE]], [[DISPLAY USERS]]
+
[[DISPLAY DICTIONARY]], [[DISPLAY MEMORY]], [[DISPLAY STATUS]], [[DISPLAY STRUCTURE]]
  
 
==Description==
 
==Description==

Latest revision as of 12:32, 9 February 2012

Purpose

Display the complete status of the session

Syntax

LIST STATUS [TO FILE <.txt filename> | (<expC>) ]

See Also

DISPLAY DICTIONARY, DISPLAY MEMORY, DISPLAY STATUS, DISPLAY STRUCTURE

Description

The LIST STATUS command displays detailed information about the status of the session, including the following:

  • Active status of workareas, including indexes, locks, journals, relations, current record, number of records
  • Language setting
  • Printer setting
  • Path setting
  • Programmable function keys

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

open database southwind
list status