File Utility Program (FUP) Management Programming Manual

ORSERV Commands and Responses
File Utility Program (FUP) Management Programming Manual523322-001
5-5
Tokens in the Command Buffer
It can be unaudited. Reloading an unadited file might take longer than reloading an
audited file.
Tokens in the Command Buffer
ZORS-TKN-FILE
is a required token that specifies a key-sequenced target file or SQL object for the
reload operation. Only one of these tokens is allowed per command.
The target file must be a single file or SQL object in the Guardian internal file-name
format. A file set or file-set list is not allowed.
ZORS-TKN-VOLUME
is the required volume name of the primary partition if ZORS-TKN-FILE specifies a
secondary partition Enscribe file as the target file. If ZORS-TKN-FILE does not
specify a secondary partition, ZORS-TKN-VOLUME is optional.
ZORS-MAP-PAR-ONLINERELOAD
is a required structured token that specifies options for the reload operation. Only
one of these tokens is allowed per command. ORSERV only requires that the
structure be nulled with SSNULL. The fields are:
ZNEW
is a Boolean field with these values:
ZSPI-VAL-TRUE
ORSERV starts a new reload operation for the file specified by
ZORS-TKN-FILE.
ZSPI-VAL-FALSE
ORSERV restarts the reload operation for the file specified by
ZORS-TKN-FILE at the point where the previous reload was suspended (if
a previous reload was executed for the file). This is the default.
ZDUMP
is a Boolean field reserved for a future release.
ZRATE
specifies the percent of its execution time that ORSERV uses to perform the reload
operation. ORSERV spends the remainder of its execution time in a delay mode.
The range is 1 through 100, and 100 is the default.
When you restart a reload operation, specify a new value for ZRATE (or set ZRATE
to -1) to use the value from the previous reload operation.