A - Again

Repeats the last L (Locate) command issued.

Syntax

A

Message

If no prior L command has been issued, the message CMND? is displayed.

Invoking A from EOI

If A is entered at EOI, the search begins at the top of the item. When this occurs, the terminal bells and the message Top is displayed.

Example

:ED F1 ABC
 Top
 .L99
 001 ABCDEFG
 002 12ABCDEFG
 003 BCDEFG
 004 ABC
 005 ABCDEFG
 EOI 005
 .T
 Top
 .L:^B:
 001 ABCDEFG
 .A
 004 ABC
 .A
 005 ABCDEFG
 .




Current contents of ABC.







L command looks for next line with "B" in column 2. Line 1 located.
A command repeats the last L(ocate).
Line 4 located.
A command repeats the last L(ocate).
Line 5 located.