HP Integrity NonStop J-Series User Manual
Page 127
NonStop AutoTMF Commands
HP NonStop AutoTMF Software User’s Guide—429952-016
6-51
COPY
If NO REWINDIN is specified, the tape remains positioned without rewinding.
The default is REWINDIN. This option also applies to labeled tapes.
SHARE
opens the input file in shared exclusion mode.
The default is protected mode.
SKIPMATCH
positions the input file to the record immediately following the one whose key
matches the specified key. The entire key must be supplied. If the file is not key
sequenced, an error 46 is returned.
This option applies to key sequenced files only.
TRIM trim-character
deletes any trailing character matching the trim-character.
trim-character is specified in ASCII, using quotation marks, or as an integer in
the range 0 to 255.
UNLOADIN | NO UNLOADIN (magnetic tapes only)
enables or disables unloading the input tape after the tape has been rewound.
The default is UNLOADIN. This also applies to labeled tapes.
UNSTRUCTURED
opens and reads the input file using unstructured access. This option can be
used for Enscribe unstructured files or on structured files where the file
structure is ignored.
VARIN
reads variable length blocked records.
These records can be produced by using the VAROUT COPY command option
described below. Each record is preceded by a one-word indicator that
contains the record length in bytes.
out-options
BLOCKOUT n
the number of bytes in the output record, in the range of 1 to 32767.
If BLOCKOUT is omitted, the RECOUT value is used.
The default is device dependent: 80 bytes for terminal, 132 bytes for a process
and unstructured files. If BLOCKOUT is greater than RECOUT, the output
block is filled with RECOUT-value length records until the block contains
BLOCKOUT-value bytes or the last output record is encountered.