Previous Page | Next Page

DATA Step Graphics Interface Dictionary

STATE



Finds the current operating state of DSGI
Operating States: All
Return Codes: 0

Syntax
Description
Argument Definitions
See Also

Syntax

CALL GASK('STATE', status);


Description

The GASK('STATE', . . . ) routine returns the current operating state of DSGI.


Argument Definitions

status

character variable name; returns one of the following values:

  • GKCL

  • GKOP

  • SGOP

  • WSAC

  • WSOP.


See Also

WSACTIVE

WSOPEN

Previous Page | Next Page | Top of Page