System Debug Reference Manual (32650-90888)

Chapter 4 75
System Debug Command Specifications :-Exit
ABORT
Limitations, Restrictions
none
ABORT
Aborts/terminates the current System Debug process.
Syntax
ABORT
Parameters
none
Examples
%cmdebug > ABORT
END OF PROGRAM
:
Limitations, Restrictions
If Debug is entered using the DEBUG command at the CI, the ABORT command causes the
current session to be logged off.Use CONTINUE to exit from Debug in this case.
If the process holds a SIR (system internal resource) or is "critical," you are not allowed to
execute this command.
ALIAS
Defines an alias (alternative) name for a command or macro.
Syntax
ALIAS
name command
Aliases are useful for defining a new (shorter or longer) name for a command name or
macro name. Aliases have higher precedence than command or macro names, and they can
therefore be used to redefine (or conceal) commands or macros. When a new alias redefines
a command, a warning is generated, indicating that a command has been hidden.
User defined aliases, created with the ALIAS command, are classified as
user
aliases.