HP 3000 Manuals

ECHO [ ALLBASE/Turbo CONNECT Administrator's Guide ] MPE/iX 5.0 Documentation


ALLBASE/Turbo CONNECT Administrator's Guide

ECHO 

Determines if commands and comments are echoed during the execution of a
command file.

Syntax 

       {ON }
EC[HO] {OFF}

Parameters 

ON   turns echo on.  This is the default.

OFF  turns echo off.

Prerequisites 

None.

Description 

Use the ECHO command to turn ATCUtil echo on or off.  In session mode,
when echo is on, all commands issued from a command file and any
accompanying comments are displayed at the terminal.  Regardless of the
setting of this command, however, normal command output and error
messages are displayed at the terminal.

When ATCUtil is run, echo is initially on.  To see the current echo
status, use the DISPLAY OPTIONS command.

Example 

In this example, the DISPLAY OPTIONS command first shows that echo is on.
The ECHO OFF command is then issued.  The DISPLAY OPTIONS command
confirms that echo is now off.
_______________________________________________
|                                             |
|     >>DISPLAY OPTIONS                       |
|     Current TurboDB     : SALES.SERED.ATC   |
|     Current SQLDBE      : PARTSDBE.SERED.ATC|
|     Echo                : ON                |
|     Command Logging     : ON                |
|     Log File            : ATCLOG.SERED.ATC  |
|                                             |
|     *** Database is attached.               |
|     >>ECHO OFF                              |
|     >>DISPLAY OPTIONS                       |
|     Current TurboDB     : SALES.SERED.ATC   |
|     Current SQLDBE      : PARTSDBE.SERED.ATC|
|     Echo                : OFF               |
|     Command Logging     : ON                |
|     Log File            : ATCLOG.SERED.ATC  |
|                                             |
|     *** Database is attached.               |
|     >>                                      |
_______________________________________________



MPE/iX 5.0 Documentation