Measure Reference Manual

Example
This example shows the EXIT display for an abnormal voluntary termination:
+ EXIT
CPU time 0:00:02.430
2: Process terminated with fatal errors or diagnostics
FC
The FC command operates like the TACL FC command. FC retrieves a command from the history
buffer, displays it so you can modify it, then executes the modified command. For a complete
description of FC, see the TACL Reference Manual.
Syntax
FC [ number ]
[ -number ]
[ text ]
number
is the number of the line in the history buffer that contains the command to retrieve.
-number
is the number of history-buffer lines to subtract from the current line to arrive at the command
to be retrieved.
text
is a text string. The most recently entered command that begins with the text string is retrieved.
If no option is specified, the last command entered is retrieved.
Related Commands
PageFunctionCommand
61Displays previously entered commandsHISTORY
134Immediately reexecutes a previous command without modifying
it
!
Examples
To retrieve the command on history buffer line 15:
21+ FC 15
To retrieve the command three lines before the current line:
24+ FC -3
To retrieve the most recently entered command that begins with the text string SE (for example,
a SET REPORT FORMAT BRIEF command):
25+ FC SE
To retrieve the last command entered:
28+ FC
58 MEASCOM Commands