Previous Page | Next Page

DATA Step Graphics Interface Dictionary

PATREP



Specifies the pattern name of a style index for a particular fill type.
Operating States: GKOP, SGOP, WSAC, WSOP
Return Codes: 0, 8, 79
Default value: 1

Syntax
Description
Argument Definitions
See Also

Syntax

return-code-variable=CALL GSET('PATREP', index, pattern-name, hatch-name);


Description

The GSET('PATREP', . . . ) function sets a pattern of a style index for a particular fill type.


Argument Definitions

index

numeric variable name; indicates the index of the pattern to be used.

pattern-name

character variable name; sets the name of the pattern at the specified index.

hatch-name

character variable name; sets the name of the hatch at the specified index.


See Also

PATREP

Previous Page | Next Page | Top of Page