Difference between revisions of "CLOSE ALTERNATE"

From Lianjapedia
Jump to: navigation, search
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Close the alternate output file
 
Close the alternate output file
 
  
 
==Syntax==
 
==Syntax==
CLOSE ALTERNATE [TO PRINT]
+
CLOSE ALTERNATE
 
+
  
 
==See Also==
 
==See Also==
[[Printing|DB_PRINT]], [[PRINT]], [[SET ALTERNATE]], [[SET CONSOLE]], [[SET PRINT]], [[SET PRINTER]]
+
[[SET ALTERNATE]]
 
+
  
 
==Description==
 
==Description==
The CLOSE ALTERNATE command closes the active alternate output file then optionally prints the file on the system printer. If the TO PRINT option is specified, then the system specific print command contained in the symbol DB_PRINT is executed.
+
The CLOSE ALTERNATE command closes the active alternate output file.
 
+
  
 
==Example==
 
==Example==
Line 21: Line 17:
 
set console off
 
set console off
 
list for event = "BALLET"
 
list for event = "BALLET"
close alternate to print
+
close alternate
 
</code>
 
</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Input Output]]
 
[[Category:Input Output Commands]]
 

Latest revision as of 08:11, 4 February 2013

Purpose

Close the alternate output file

Syntax

CLOSE ALTERNATE

See Also

SET ALTERNATE

Description

The CLOSE ALTERNATE command closes the active alternate output file.

Example

use patrons index names
set alternate to namelist
set console off
list for event = "BALLET"
close alternate