HP Guardian User Manual page 49

Hide thumbs Also See for Guardian:
Table of Contents

Advertisement

Getting Started With TACL
The FC command terminates and the TACL prompt returns. All existing changes to the
line are discarded:
28> VOLUME ALWORK
28..
INFO
28> VOLUME ALNFOWORK
28..//
To terminate the FC command, press CTRL/Y.
To change VOLUME ALWORK to VOLUME ALINFO, enter:
29> FC
29> VOLUME ALWORK
29..
RINFO
29> VOLUME ALINFO
29..
In this case, the R command replaces the string WORK with the string INFO.
Changing or Correcting Multiple-Line Commands
Suppose that earlier in your TACL session, you entered this command:
10> RUN $APPS.EMPLOYEE.LISTPGM /IN $DISK88.EMPLOYEE.NAMES,&
10> &OUT $S.#LASER, NOWAIT/
To reuse the command to send the output to a different spooler location:
1. Determine the command number with the HISTORY command
2. Recall it with the FC command.
The TACL program displays the command with the current command number. The
TACL program does not display the ampersands and does not necessarily break the
command where you originally broke it.
30> RUN $APPS.EMPLOYEE.LISTPGM /IN $DISK88.EMPLOYEE.NAMES,O
30> UT $S.#LASER, NOWAIT/
3. Change the first line as you would change a single-line command.
4. Move the cursor with the space bar (not the arrow keys) until it wraps around and is
under the second line.
5. Change the second line as you would change a single-line command.
In this example, one command was entered on two lines by enclosing the command with
square brackets (#INFORMAT is set to TACL).
15> [ RUN $APPS.EMPLOYEE.LISTPGM / IN $DISK88.EMPLOYEE.NAMES,
15> OUT $S.#LAZR, NOWAIT / ]
To change and reexecute this command to send the output to the spooler location
#HOLD:
Guardian User's Guide —425266-001
2- 19
Changing or Correcting a Previous Command

Advertisement

Table of Contents
loading

Table of Contents