Owner manual

SDR Commands
HP NonStop SQL DDL Replicator Users Guide545799-005
6-27
COPY
output tape is rewound (or not rewound) after the copy operation has
completed. If NO REWINDOUT is specified, the tape remains positioned
without rewinding. The default is REWINDOUT. This option also applies to
labeled tapes.
UNLOADOUT | NO UNLOADOUT (magnetic tapes only)
output tape is unloaded (or not unloaded) after rewinding. The default is
UNLOADOUT. This option also applies to labeled tapes.
UNSTROUT
opens and writes the output file using the unstructured access option. This
option is used for Enscribe unstructured files or structured files where the file
structure is ignored.
UPDATE
records are updated rather than inserted into the output file. An error is
returned if the record to update is not present in the file.
This option is valid for key sequenced files only. If the output file is not key
sequenced, the option is ignored.
VAROUT
write variable length blocked records. Each record is preceded by a one word
indicator that contains the record length in bytes.
Variable length records are word aligned in the output block. The last record in
each block is followed by a terminator ( -1 ) if there is space in the block.
The FOLD and PAD options are not supported when varout is specified.
display-options
Display options differ slightly from FUP display options: output data transformations
(RECOUT, BLOCKOUT, PAD and so on) are applied before formatting the data.
Thus, formatted data is displayed as the data would be written to a disk file.
[O]CTAL
display the output in octal and ASCII format.
[D]ECIMAL
display the output in decimal and ASCII format
[H]EX
display the output in hexadecimal and ASCII format
[A]SCII
display the output in ASCII format. This option is ignored if combined with
OCTAL, HEX, DECIMAL or BYTE display options.