Trailing-Edge
-
PDP-10 Archives
-
BB-H506E-SM
-
cobol/binary/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:
@RERUN
3. RERUN will type:
RERUN>
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:
Define logical-name (as) physical-name
Type continue when done
User responds by defining the logical name, then types CONTINUE.
5. After reloading the COBOL program, RERUN turns control over to
that program.
[END OF RERUN.HLP]