Previous Page | Next Page

DATA Step Graphics Interface Dictionary

WSOPEN



Finds whether the interface is open
Operating States: All
Return Codes: 24, 25

Syntax
Description
Argument Definitions
See Also

Syntax

CALL GASK('WSOPEN', status);


Description

The GASK('WSOPEN', . . . ) routine asks if the workstation is open. If a workstation is open, the graphics catalog can be accessed.


Argument Definitions

status

numeric variable name; returns either 24 (open) or 25 (closed).


See Also

WSACTIVE

Previous Page | Next Page | Top of Page