Previous Page | Next Page

DATA Step Graphics Interface Dictionary

OPENGRAPH



Finds the name of the segment currently open
Operating States: SGOP
Return Codes: 0, 4

Syntax
Description
Argument Definitions
See Also

Syntax

CALL GASK('OPENGRAPH', name, return-code-variable);


Description

The GASK('OPENGRAPH', . . . ) routine returns the name of the graph that is currently open.

The name returned is one of the following:


Argument Definitions

name

character variable name; returns the name of the graph that is currently open.

return-code-variable

numeric variable name; returns the return code of the routine call.


See Also

CLEAR

Previous Page | Next Page | Top of Page