Difference between revisions of "CLOSE ALL"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Close all open files
 
Close all open files
 
  
 
==Syntax==
 
==Syntax==
 
CLOSE ALL
 
CLOSE ALL
 
  
 
==See Also==
 
==See Also==
[[CLEAR FCACHE]], [[CLOSE]], [[CLOSE ALTERNATE]], [[CLOSE FORMAT]], [[CLOSE INDEX]], [[CLOSE PROCEDURE]], [[SET FCACHE]]
+
[[CLOSE]], [[CLOSE ALTERNATE]], [[CLOSE INDEX]], [[CLOSE PROCEDURE]]
 
+
  
 
==Description==
 
==Description==
The CLOSE ALL command closes all open files. If FCACHE is OFF, the CLOSE ALL command will physically close files in the operating system.  If FCACHE is ON, the CLEAR FCACHE must be issued as well as the CLOSE ALL command in order to physically close files in the operating system.  To close procedure libraries, use the CLOSE PROCEDURE command.
+
The CLOSE ALL command closes all open files.
 
+
  
 
==Example==
 
==Example==
Line 24: Line 20:
 
</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 11:03, 10 February 2012

Purpose

Close all open files

Syntax

CLOSE ALL

See Also

CLOSE, CLOSE ALTERNATE, CLOSE INDEX, CLOSE PROCEDURE

Description

The CLOSE ALL command closes all open files.

Example

select a
use patrons
select g
use diary
close all