UD NEXT E | [Unsave Document - End] |
UD FIND | [Unsave Document - Find value] |
UD IC | [Unsave Document - In-core, Retrieve register values] |
.DOCUMENT FILE: DOC998
[Enter name of the document file.]
[For example with the following document file:
; dat/dat 16-Sep-96 AT 09:52:24 doc007.dat
1 | 2 | 22.000 | 142.00 |
2 | 2 | 101.00 | 202.00 |
11 | 2 | 111.00 | 712.00 |
3 | 2 | 102.00 | 303.33 |
100 | 2 | 112.00 | 613.00 |
The following SPIDER procedure:
Will give the following output:
R1: 0022 | R2: 142.00 |
R1: 0101 | R2: 202.00 |
R1: 0102 | R2: 303.33 |
R1: 0111 | R2: 712.00 |
R1: 0112 | R2: 613.00 |
NOTES