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

Procedure Division Verbs
HP COBOL Manual for TNS/E Programs520347-003
9-239
STARTBACKUP
In Example 9-65, suppose that department 1572 has 12 employees:
000131Smith Jan 0001572
001552Nguyen Tracy 0001572
001744Dietrich Pat 0001572
001745Wellhausen Robin 0001572
001746Thomas Kim 0001572
001991Chew Meredith 0001572
004451O'Hara Flemming 0001572
005433Logan Shannon 0001572
006112McClure Beck 0001572
009733Kinoshita Lynn 0001572
012255Bostrup Stacy 0001572
013146Tilden Tex 0001572
If the requester sends a request with an EMP-NO value of zero for department 1572,
the server returns the records for the first 10 employees (131 through 9733) in
response. If the requester sends EMP-NO as 9733 in the second request for
department 1572, the START AFTER positions the file to resume reading after that
number, so the server returns the last 2 records in the file.
STARTBACKUP
STARTBACKUP defines options for handling process pairs and starting the backup
process.
cpu
is the processor module where the backup process is to run. The cpu parameter
is either an integer numeric literal or an identifier that designates an integer
numeric data item. The value associated with cpu must not be less than 0 nor
greater than 15 and cannot designate the same processor in which the process
executing the STARTBACKUP statement is running.
Note. Do not use this directive in the OSS environment.
STARTBACKUP cpu options
VST081.vsd