Previous Page | Next Page

SAS Component Language Dictionary

PUSHLEGEND



Saves the contents of the LEGEND window
Category: Legend

Syntax
Details
See Also

Syntax

CALL PUSHLEGEND();


Details

PUSHLEGEND is useful if several entries in a CALL DISPLAY nested sequence have their own legends and you want to restore the original legend of each calling entry when a called entry ends.

To restore a pushed legend to the LEGEND window, use POPLEGEND.

For an example that includes PUSHLEGEND as well as other functions that manipulate a legend window, see LEGEND.


See Also

ENDLEGEND

LEGEND

POPLEGEND

PUTLEGEND

Previous Page | Next Page | Top of Page