Trailing-Edge
-
PDP-10 Archives
-
cobol12c
-
rerun.hlp
There are 8 other files named rerun.hlp in the archive. Click here to see a list.
RERUN.HLP
1. Insure that the state of the system is what it was at the dump
time; i.e. all disk files used by the program are present, and
all mag-tapes that were being used are mounted.
2. Start RERUN by typing, to the monitor:
.R RERUN
3. RERUN will type:
Type checkpoint file name
*
User responds with FILE.CKP, where FILE is the name of the COBOL
program that created the checkpoint file.
4. RERUN may type:
Assign physical-name logical-name
Type continue when done
User responds by assigning the logical name, then types CONTINUE.
5. After reloading the COBOL program, RERUN turns control over to
that program.
[END OF RERUN.HLP]