Previous Page | Next Page

DATA Step Graphics Interface Dictionary

CLIP



Specifies whether clipping is on or off
Operating States: GKOP, SGOP, WSAC, WSOP
Return Codes: 0
Default Value: OFF

Syntax
Description
Argument Definitions
See Also

Syntax

return-code-variable=GSET('CLIP', status);


Description

The GSET('CLIP', . . . ) function activates or suppresses clipping around the current viewport.


Argument Definitions

status

character string enclosed in quotation marks or character variable name; valid values are ON and OFF. When ON is used, the graphics elements outside of the specified viewport are not displayed. If you turn clipping OFF, the graphics elements outside of the defined viewport are displayed.


See Also

CLIP

VIEWPORT

VIEWPORT

Previous Page | Next Page | Top of Page