System Debug Reference Manual (32650-90888)
Chapter 5 191
System Debug Command Specifications Fx-LOG
LISTREDO
Parameters
filename The file name for the list file that is to be opened. If the file already exists,
it is automatically purged (without warning), and reopened new.
If omitted, the status of the current list file is displayed.
Examples
%cmdebug > list junk1
Open a new list file named junk1 and activate it (ON). All Debug input/output is
automatically recorded in this file until it is explicitly deactivated (LIST OFF) or closed
(LIST CLOSE).
%cmdebug > list off
%cmdebug > dq-40, 200
%cmdebug > list on
Temporarily disable the list file, while we display 200 Q-relative words, then enable the
list file again.
%cmdebug > list close
Close (and save) the current list file. Auto-listing is now off.
Limitations, Restrictions
Unless a file equation is used, the list file is opened as follows:
CCTL, FIXED, ASCII, 20000 Records.
The record size is based on the LIST_WIDTH environment variable.
LISTREDO
Displays the history command stack.
Syntax
LISTREDO alias for HIST[ORY]
LISTREDO is a predefined alias for the HIST[ORY] command.
LOADINFO
Debug only