LISTEQ

Generated from C.65.00 /SYSADMIN/PUB/MYCICAT last modified on Sun Aug 29 15:08:37 2004

Back to Main Index


LISTEQ


     Displays all active FILE equations for a job or session.
     The output displays parameters of the FILE command.  (CM)

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


     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.


EXAMPLE(S)


     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

ADDITIONAL INFORMATION


Commands:   FILE, RESET

Back to Main Index