Chapter Contents |
Previous |
Next |
GEPILOG |
Used in: | GOPTIONS statement; GDEVICE procedure; GDEVICE Gepilog window |
See also: | PREGEPILOG, POSTGEPILOG |
Syntax | |
Details |
Syntax |
GEPILOG='string' <...'string-n'> |
'hex-string'X | |
'character-string' |
In a GOPTIONS statement or in the GDEVICE procedure ADD or MODIFY statement, you can specify multiple strings with the GEPILOG= option. In this case, you can mix the formats, specifying some as ASCII hexadecimal strings and some as character strings. Multiple strings are concatenated automatically.
In the Gepilog window, enter the hexadecimal string without either quotation marks or a trailing x. Note, however, that the string must be entered as a hexadecimal string.
PROC GOPTIONS always reports the value as a hexadecimal string.
Details |
GEPILOG can be used in conjunction with the GPROLOG= graphics option or device parameter.
If you must specify the long and complicated initialization strings required by some devices (for example, PostScript printers), it is easier to use the GOPTIONS GEPILOG= option rather than the Gepilog window because it is easier to code the string as text with GEPILOG= than it is to convert the string to its ASCII representation, which is required to enter the string in the Gepilog window.
Note: On non-ASCII
hosts, only ASCII hexadecimal strings produce consistent results in all instances
because of the way the character strings are translated. In addition, the
only way to specify a value for GEPILOG that can be used by all hosts is to
use an ASCII hexadecimal string; therefore, using an ASCII hexadecimal string
to specify a value for GEPILOG is the recommended method.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.