Previous Page | Next Page

Graphics Options and Device Parameters Dictionary

UCC



Sets the user-defined control characters for the device.
Used in: GOPTIONS statement; GDEVICE procedure; GDEVICE Parameters window
Restriction: device-dependent; not supported by Java or ActiveX

Syntax
Details

Syntax

UCC='control-characters-hex-string'X

control-characters-hex-string

is a hexadecimal string that can be up 32 bytes (64 characters) long. You only need to specify up to the last non-zero byte; the remaining bytes will be set to zero.


Details

Not all devices support this feature, and the meaning of each byte of the string varies from device to device.

Typically the UCC byte position is indicated by a bracketed value. For example, UCC[2] refers to the second byte of the string. For assistance with determining UCC values for your specific device, please contact SAS Technical Support.

Previous Page | Next Page | Top of Page