SQL/MP Reference Manual
HP NonStop SQL/MP Reference Manual—523352-013
C-115
COPY Command
in-file
is the name (or an equivalent DEFINE) of the table or file from which to copy data. 
in-file can be a table, a disk file, a labeled or unlabeled tape, a terminal, or a 
process.
out-option is:
 { BLOCKOUT out-block-length }
 { EBCDICOUT }
 { FOLD }
 { PAD pad-character }
 { RECOUT out-record-length }
 { { REWINDOUT | NO REWINDOUT } }
 { SKIPOUT num-eofs }
 { { UNLOADOUT | NO UNLOADOUT } }
 { VAROUT }
 { SHAREOUT }
display-option is:
 { O[CTAL] }
 { D[ECIMAL] }
 { H[EX] }
 { BYTE }
 { A[SCII] }
 { NO HEAD }
move-option is:
 { SOURCEDICT dictionary-name }
 { SOURCEREC ddl-record-name }
 { TARGETDICT dictionary-name }
 { TARGETREC ddl-record-name }
 { }
 { MOVE { source-name TO target-name } }
 { { ( source-name TO target-name } }
 { { [, source-name TO target-name]...) } }
 { }
 { MOVEBYNAME [ ON | OFF ] }
 { MOVEBYORDER [ ON | OFF ] }
 { TRUNC[ATION] [ ON | OFF ] }
 { REDEFINE ( redefine-spec [, redefine-spec]...) }
redefine-spec is:
 original-qualified-name AS redefined-qualified-name










