COBOL Manual for TNS/E Programs (H06.03+)

Procedure Division
HP COBOL Manual for TNS/E Programs520347-003
43-49
STARTBACKUP
STARTBACKUP
options
STOP
Note. Do not use this directive in the OSS environment.
0 The fault-tolerant facility is to read and process system messages, and the
primary process is to terminate abnormally if a trap condition occurs.
1 Same as option 0 except that if the primary process stops, the backup
process takes over processing of the application.
2 Same as option 1 except that if the primary process encounters a trap
condition, it enters the DEBUG procedure instead of being terminated
abnormally.
3 The primary process, rather than the fault-tolerant facility, reads the
$RECEIVE file and takes appropriate action for system messages. In
addition, if the primary process encounters a trap condition, it enters the
DEBUG procedure. When this option is in force and the backup process
fails, the primary process must re-execute the STARTBACKUP statement
to reestablish the backup.
STARTBACKUP cpu options backup-ext
VST224.vsd
STOP
«message»
RUN
VST225.vsd