SGS_CANCL

Close a graphics workstation and cancel the parameter

Description:

De-activate and close the graphics workstation associated with the specified graphics device parameter and cancel the parameter. The workstation must have been opened using SGS_ASSOC.

Invocation

CALL SGS_CANCL ( PNAME, STATUS )

Arguments

PNAME = CHARACTER() (Given)
Expression specifying the name of a Graphics Device Parameter.
STATUS = INTEGER (Given and returned)
The global status.

Notes:

On entry, the STATUS variable holds the global status value. If the given value of STATUS is SAI__OK and the routine fails to complete, STATUS will be set to an appropriate error number. If the given value of STATUS is not SAI__OK, then the routine will still attempt to execute and will return with STATUS unchanged.