Difference between revisions of "CLOSE ALTERNATE"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 15: Line 15:
  
 
==See Also==
 
==See Also==
[[DB_PRINT]], [[SET ALTERNATE]], [[SET CONSOLE]], [[PRINT]]
+
[[Printing|DB_PRINT]], [[SET ALTERNATE]], [[SET CONSOLE]], [[PRINT]]
  
  

Revision as of 15:35, 25 March 2009

CLOSE ALTERNATE

Class

Input/Output


Purpose

Close the alternate output file


Syntax

CLOSE ALTERNATE [TO PRINT]


See Also

DB_PRINT, SET ALTERNATE, SET CONSOLE, PRINT


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.

Example

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


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer