Generated from C.60.01 /SYS/PUB/CICAT last modified on Thu Jan 11 09:18:52 2001
Displays all active FILE equations for a job or session.
The output displays parameters of the FILE command.
LISTEQ [listfile]
listfile The name of the output file. The default is
$STDLIST, a temporary file that cannot be
overwritten by a BUILD command. It is automatically
specified as a new ASCII file with variable length
records, closed in the temporary domain, and with
user supplied carriage control characters (CCTL),
OUT access mode, and EXC (EXCLUSIVE access) option.
All other characteristics are the same as they would
be with the FILE command default specifications.
The LISTEQ command displays all the active FILE equations
for a job or session.
This command may be issued from a session, job, program, or
in BREAK. Pressing [Break] aborts the execution of this
command.
An example of LISTEQ is given below.
LISTEQ
***FILE EQUATIONS
FILE TAPE1;DEV=ATAPE
FILE PP;ENV=LP2.ENV.OSE;DEV=EPOC
FILE MYFILE,NEW;REC=-80,3,F,ASCII;DISC=5000;SAVE
FILE POSIX=./mydir/myfile1
Commands: FILE, RESET Back to Main Index