Previous Page | Next Page

DATA Step Graphics Interface Dictionary

WSACTIVE



Finds whether the interface is active
Operating States: All
Return Codes: 29, 30

Syntax
Description
Argument Definitions
See Also

Syntax

CALL GASK('WSACTIVE', status);


Description

The GASK('WSACTIVE', . . . ) routine asks if the workstation is active. When the workstation is active, you can execute certain DSGI routines and functions.


Argument Definitions

status

numeric variable name; returns either 29 (active) or 30 (inactive).


See Also

STATE

WSOPEN

Previous Page | Next Page | Top of Page