The USE command lists commands that were saved by the KEEP command.
For more information, see the discussion of the KEEP command in this section.
Syntax
── USE ─┬─<number>─┬───────────────────────────────────────────────────┤ └─ ? ──────┘
Explanation
The following text describes the meaning of each construct:
USE <number>
Lists the command that was saved and labeled with the specified number by the KEEP command. The number must be in the range 0 through 9.
USE?
Prints a list of the commands saved by the KEEP command.
Example
INPUT: USE ? 00 : HDR 01 : MD 1C33 FOR 6 02 : MD STK 6A BOSR FOR 3