| Preproduction Software & Documentation
|
The OVERRIDE= option in the COPY statement of the DATASETS procedure is preproduction in SAS 9.3.
Restriction: The OVERRIDE option cannot be specified if the NOCLONE option is used.
Tip: When copying a data set stored in another host data representation
or encoding, the default (or CLONE) behavior of COPY is to preserve
the other host data representation or encoding in the new copy of
the data set. By specifying
OVERRIDE=(OUTREP=SESSION ENCODING=SESSION) on the COPY
statement, the new copy of the data set is created in
the host data representation and encoding of the SAS session executing
the COPY.
For OUTREP= and ENCODING= values, see SAS Data Set Options: Reference.