System Debug Reference Manual (32650-90888)

Chapter 6 255
System Debug Command Specifications M-X
SET
SET [ MOREON
MOREOFF ]
SET [ DEF[AULT] ]
The SET command allows a simplified method of setting a few of the many environment
variables. See the ENV command for more information.
The SET command entered alone, without parameters, displays all current settings.
Parameters
O[CT] | % Set the current default input conversion base and the current output
display base to octal.
D[EC] | # Set the current default input conversion base and the current output
display base to decimal.
H[EX] | $ Set the current default input conversion base and the current output
display base to hexadecimal.
IN | OUT The input conversion base and the output display base can be individually
set to different values. For example:
SET OCT IN
SET $ OUT
This sets octal for input, hex for output.
If IN and OUT are omitted,
both
input and output bases are set to the
specified base.
CRON | CROFF CRON (carriage return on) and CROFF (carriage return off) control the
automatic repetition of the last typed command whenever a lone carriage
control is entered. (This option is for compatibility with prior versions of
Debug; see the new ENV AUTOREPEAT.)
SET CRON is the same as ENV AUTOREPEAT TRUE.
SET CROFF is the same as ENV AUTOREPEAT FALSE.
MOREON | MOREOFF MOREON (terminal paging on) and MOREOFF (terminal paging off)
control the automatic paging of terminal output.
SET MOREON is the same as ENV TERM_PAGING TRUE.
SET MOREOFF is the same as ENV TERM_PAGING FALSE.
DEF[AULT] Resets the following ENV variables to their default values indicated below:
env autoignore FALSE
env changes "halfinv"
env cm_inbase %
env cm_outbase %
env cmdlinesubs TRUE
env echo_cmds FALSE