PTrace Reference Manual
PTrace Commands
PTrace Reference Manual—526393-001
3-29
SETTRANSLATE Command
value
can be specified in decimal, octal, hexadecimal, or binary notation. The range of
values are listed below:
decimal: 0 - 2147483647
octal: %0 - %37777777777
hexadecimal: %H0 - %HFFFFFFFF
binary: %B0 - %B11111111111111111111111111111111
Consideration: SELMASK Command
Execution of the SELMASK command does not affect the enumerated keyword list.
SETTRANSLATE Command
The SETTRANSLATE command changes all or part of the translation table that
PTrace uses when TRANSLATE is enabled.
offset
is an integer that specifies the first position in the translation table that you want to
change.
xlate-spec
specifies the new values for the specified positions in the translation table.
xlate-spec must be in one of the following forms:
string
is a set of one or more characters, enclosed in quotation marks (for example,
"ABC").
number
is an integer that evaluates to an 8-bit value. number can be specified in
decimal, octal, hexadecimal, or binary notation. The formats and ranges are
listed below:
decimal: 0 - 255
octal: %0 - %377
hexadecimal: %H0 - %HFF
binary: %B0 - %B11111111
SETTRANSLATE [ offset , xlate-spec ]
[ offset , ( xlate-spec [ , xlate-spec]... ) ]