Chapter Contents

Previous

Next
CLIP

CLIP



Finds whether clipping is on or off

Operating States: GKOP, SGOP, WSAC, WSOP
Return Codes: 55, 56


Syntax
Description
Argument Definitions
See Also


Syntax

CALL GASK('CLIP', status);


Description

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.


Argument Definitions

status numeric variable name; returns the current setting, 55 (ON) or 56 (OFF), for clipping.

See Also

GSET('CLIP', . . . ) function


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.