HPlogo MPE/iX Commands Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 4  Command Definition F-K

LISTEQ

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Displays all active file equations for a job or session.

Syntax

LISTEQ [listfile]

Parameters

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.

Operation Notes

The LISTEQ command displays all the active file equations for a job or session.

Use

This command may be issued from a session, a job, a program, or in BREAK. Pressing Break aborts the execution of this command.

Example

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

Related Information

Commands

FILE, RESET

Manuals

None

Feedback to webmaster