DATA Step Graphics Interface Dictionary |
Finds whether clipping is on or off
Operating States: |
GKOP, SGOP, WSAC, WSOP
|
Return Codes: |
55, 56
|
CALL GASK('CLIP',
status);
The GASK('CLIP', . . . ) routine checks
whether clipping outside of viewports is enabled or disabled. One of the two
following messages is displayed when this routine is called:
NOTE: Clipping is ON.
or
NOTE: Clipping is OFF.
Clipping is OFF by default.
status |
numeric variable name; returns the
current setting, 55 (ON) or 56 (OFF), for
clipping. |
CLIP
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.