AutoSYNC Software User's Guide (Update 17)

Command Interpreter
HP AutoSYNC User’s Guide522580-018
8-57
COPY
COPY
Copies records or rows from an input file to an output file or displays them to an output
device. It is analogous in function to the FUP COPY command. At this time, some of
the FUP options pertaining to tape devices are not supported.
COPY in-file, out-file [, copy-options ];
copy-options is:
{ control-options }
{ in-options }
{ out-options }
{ display-options}
control-options is:
{ COUNT num-records}
{ FIRST { ordinal-record-num | }
{ { KEY { record-spec | key-value [, key-value ]} | }
{ { key-spec ALTKEY key-value [, key-value ] } }
{ FROMLAST}
{ UPSHIFT}
in-options is:
{ BLOCKIN <1 to 32767> }
{ COMPACT | NO COMPACT }
{ COMP[ARELEN] <1-255> }
{ EBCDICIN }
{ EXACT }
{ RECIN <1 to 4096> }
{ REVERSE }
{ REWINDIN | NO REWINDIN }
Continued