Previous Page | Next Page

DATA Step Graphics Interface Dictionary

ASF



Specifies an aspect source flag to bundle or separate attributes
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:

  • FILCOLOR

  • FILSTYLE

  • FILTYPE

  • LINCOLOR

  • LINTYPE

  • LINWIDTH

  • MARCOLOR

  • MARSIZE

  • MARTYPE

  • TEXCOLOR

  • TEXFONT.

status

character string enclosed in quotation marks or character variable name; accepts either the value BUNDLED or INDIVIDUAL.


See Also

ASF

FILCOLOR

FILSTYLE

FILTYPE

LINCOLOR

LINTYPE

LINWIDTH

MARCOLOR

MARSIZE

MARTYPE

TEXCOLOR

TEXFONT

Previous Page | Next Page | Top of Page