Difference between revisions of "CLEAR ALL"

From Lianjapedia
Jump to: navigation, search
(Products)
 
m (Text replace - "Recital" to "Lianja")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
Reinitialize the Recital environment
+
Reinitialize the Lianja environment
 
+
  
 
==Syntax==
 
==Syntax==
 
CLEAR ALL
 
CLEAR ALL
 
  
 
==See Also==
 
==See Also==
[[CLEAR]], [[CLEAR GETS]], [[CLEAR LOCKS]], [[CLEAR MEMORY]], [[CLOSE ALL]], [[CLOSE DATABASES]], [[UNLOCK]], [[USE]]
+
[[CLEAR]], [[CLEAR LOCKS]], [[CLEAR MEMORY]], [[CLOSE ALL]], [[CLOSE DATABASES]], [[UNLOCK]], [[USE]]
 
+
  
 
==Description==
 
==Description==
 
The CLEAR ALL command closes all tables which are currently open, all associated index files and format files, releases all memory variables, releases all record and file locks, releases all pending GETS, and selects workarea 1.  In effect, it does a software reset of the system.
 
The CLEAR ALL command closes all tables which are currently open, all associated index files and format files, releases all memory variables, releases all record and file locks, releases all pending GETS, and selects workarea 1.  In effect, it does a software reset of the system.
 
  
 
==Example==
 
==Example==
Line 19: Line 15:
 
clear all
 
clear all
 
</code>
 
</code>
 
+
 
+
==Products==
+
Recital Server, Recital
+
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]

Latest revision as of 12:31, 7 December 2012

Purpose

Reinitialize the Lianja environment

Syntax

CLEAR ALL

See Also

CLEAR, CLEAR LOCKS, CLEAR MEMORY, CLOSE ALL, CLOSE DATABASES, UNLOCK, USE

Description

The CLEAR ALL command closes all tables which are currently open, all associated index files and format files, releases all memory variables, releases all record and file locks, releases all pending GETS, and selects workarea 1. In effect, it does a software reset of the system.

Example

clear all