GEND is useful if you
are creating a file and want to insert a carriage return at the end
of every record. You can also use GEND in conjunction with the GSTART=
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
GEND= option rather than the
GDEVICE Gend window because it is easier to code the string as text with GEND=
than it is to convert the string to its ASCII representation, which
is required to enter the string in the
GDEVICE Gend 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 GEND 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 GEND is the recommended method.