UTIL_SPOOL
Spool a file to a printer
Invocation
CALL UTIL_SPOOL( FILE, TYPE, DELETE, STATUS )
Description
Spool a file to the printer using a command defined by the ASTERIX
environment variable AST__SPOOL. Errors by the spooling process
are reported and flushed to the environment. The value of TYPE can
be anything as long as the appropriate environment variables set.
Examples might be FORTRAN, PS or TEXT.
{routine_description}
Arguments
-
FILE = CHARACTER*(*) (given)
The name of the file to be spooled
-
TYPE = CHARACTER*(*) (given)
The type describing the contents or format of the file
-
DELETE = LOGICAL (given)
Delete the file after it is spooled?
-
STATUS = INTEGER (given and returned)
The global status.
References