Chapter Contents |
Previous |
Next |
ASF |
Operating States: | GKOP, SGOP, WSAC, WSOP |
Return Codes: | 0, 8 |
Default Value: | INDIVIDUAL |
Syntax | |
Description | |
Argument Definitions | |
See Also |
Syntax |
return-code-variable=GSET('ASF', attribute, status);
Description |
The GSET('ASF', . . . ) function sets an attribute's aspect source flag (ASF) so that it can be used in a bundle (BUNDLED) or individually (INDIVIDUAL).
If an attribute's ASF is set to 'BUNDLED', it cannot be used outside of a bundle. It must be defined in a GSET('xxxREP', . . . ) function and activated with a GSET('xxxINDEX', . . . ) function, where xxx can have one of the following values: FIL, LIN, MAR, TEX.
If an attribute's ASF is set to 'INDIVIDUAL', it cannot be used with a bundle. In this case, the attribute is set with a GSET('attribute', . . . ). The values of attribute are listed in "Argument Definitions."
Argument Definitions |
attribute | character string enclosed in quotes
or character variable name with one of the following values:
|
status | character string enclosed in quotation marks or character variable name; accepts either the value BUNDLED or INDIVIDUAL. |
See Also |
GASK('ASF', . . . ) routine | |
GSET('FILCOLOR', . . . ) function | |
GSET('FILSTYLE', . . . ) function | |
GSET('FILTYPE', . . . ) function | |
GSET('LINCOLOR', . . . ) function | |
GSET('LINTYPE', . . . ) function | |
GSET('LINWIDTH', . . . ) function | |
GSET('MARCOLOR', . . . ) function | |
GSET('MARSIZE', . . . ) function | |
GSET('MARTYPE', . . . ) function | |
GSET('TEXCOLOR', . . . ) function | |
GSET('TEXFONT', . . . ) function |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.