Download DISTANCE USER'S GUIDE

Transcript
DISTANCE>
LIST
Syntax:
|LOG
|
LIST |OUTPUT | ;
|RECORD |
|DATA |
|OPTIONS|
Description:
LISTallows you to browse the contents of the LOG, OUTPUT or RECORD files. It will also
display the current data (LIST DATA) or the current values of the program options (LIST OPTIONS).
The command LIST is not intended for use in batch files. LIST sends output to the screen with
Browse and it will wait until an ESC key is pressed before continuing. If you want to output data
and options to the output file, use PRINT DATA; or PRINT OPTIONS; at the DISTANCE> prompt.
Example:
LIST LOG;
LIST OPTIONS;
OPTIONS
Syntax:
OPTIONS ;
Description:
OPTIONS initiates a separate command processor for setting various options which affect
program operation and output. The prompt will change to OPTIONS> after typing this command.
Further information on setting options is given in the OPTIONS> prompt section.
PAUSE
Syntax:
PAUSE ;
Description:
Pauses program in between commands until the Enter key is pressed. It can be useful when
running program DISTANCE in batch mode (e.g., for demonstration purposes).
20