= Copy file into the edit screen.

        {COPy | PASte}  [filename]  [ CPLC | CPU8 | CPEB[:codepage] ] [IE]
                    [/M{T|P|U|M|E|R|V}] [/F{nn|vfmt}] [-S{r|i|d}]

            CPU8/CPLC: Copy/Move "source-file" after tarnslated if required.
             /CPEB     Copy the file after translating from specified encoding to encoding of current file.
                       Profile is checked for copy source file, so you may not be required to specify CPxx option.
                       For PASte,codepage at CUT is applied using profile.

                       You can other codepage than specified on cfg file using CPEB:codepage format.
                       When you don't want to translate by the codepage registered on profile,
                       use "B" option to "A"(After) or "B"(Before) line cmd specifing copy target position.
                          ex)  COP ebcf1
                               :
                               AB

            IE       : continue copy operation ignoring translation error.
                       those char are copied as it is and dispalyed by "?".
                       This option is not required when target file is opened by with "IE" option.
            /M       :EOL-ID of copy source file.
                      P:0d0a(PC file)
                      U:0a  (Unix file)
                      T:Both 0a and 0d0a
                      M:0d  (Mac file)
                      E:15  (EBCDIC file)
                      R:fixed length record mode. Specify LRECL by /Fnn option.
                      V:variable length record mode. Specify record header type by /Fvfmt.
            /Fnn     :LRECL
            /Fvfmt   :VariableLengthRecord file record header formt. See Edit command.
            -S{r|i|d}: SO/SI option
                       r : When current screen is EBCDIC file and cmd option is CPLC/CPU8,
                           replace both side of space, if available, to SO/SI.
                           When current screen is not EBCDIC and cmd option is CPEB,
                           replace SO/SI to a space.
                       i : Inserte SO/SI when translation to EBCDIC.
                       d : Delete SO/SI when translation from EBCDIC.

            -PASte cmd ignores CPxx options.

            -Copy all line of the file onto the specified position
             of line command such as a(After),b(Before),o(On),p(Paste).
             Use "Line Insert Copy"(Alt+i) to specify
             destination line under line-no not displayed.
             Destination line cmd is not required when null file.
             If it is unique for the wildcard,wildcard path name is
             accepted.
             For PASte cmd, source file is fixed to ::CB2 saved by CUT cmd,
             file-name is ignored even if you specified.

       (note)Use XCOpy or DOS command >COPY to copy file to file.
             COPy command is treated as XCOpy on the screen except
             BROWSE/EDIT.