Previous Page | Next Page

DATA Step Graphics Interface Dictionary

UPDATE



Completes the currently open graph, or displays it, or both
Operating States: SGOP
Return Codes: 0, 4
Resulting Operating State: WSAC

Syntax
Description
Argument Definitions
See Also

Syntax

return-code-variable=GRAPH('UPDATE' <, 'show'>);


Description

The GRAPH('UPDATE', . . . ) function closes the graph currently open and displays it. DSGI operates in buffered mode, so the picture is never displayed until this function is called.

This function can be called only once for the currently open graph. Therefore, you cannot incrementally build a graph; however, you can close the currently open graph and later insert it into another graph within the same DATA step.

This function moves the operating state from SGOP to WSAC.


Argument Definitions

show

character string, optional; valid values are SHOW and NOSHOW. If SHOW is specified, the graph is displayed. If NOSHOW is specified, the graph is closed and not displayed.


See Also

CLEAR

Previous Page | Next Page | Top of Page