ACC Utilities Reference Guide

Chapter 4 109
ZMNTR - ZCOM Runtime Monitor
Commands
LL - Set New List File
Format: LL,[filename]
The command sets the name of the file. If filename is omitted, the listing
is redirected to sta ndard error (fd=2 which is usually the terminal).
Although ZMNTR commands are not case sensitive (that is, upper and
lower case are treated the same), the filename parameter in the LL
command must be entered with the correct ca se.
ZMNTR will create the file if it does not already exist. It will overwrite
an existing file. If the file name is set to 1, ZMNTR will write to standard
out.
For example:
ZMNTR>ll
Listing to terminal
ZMNTR<11 1
Listing to standard out
ZMNTR<11 /home/test/output.file
Listing to: / home/test/ output.file