Do not mix strategies to create the transport file at
the source computer and then restore the transport file at the target
computer. The strategies that you use must be identical or be a companion
pair. For example, create and restore a transport file using the XPORT
engine and PROC COPY at both the source and target computer. You can
also create a transport file using PROC CPORT at the source computer
and import the transport file using PROC CIMPORT at the target computer.
Do not create a transport file using the XPORT engine and PROC COPY
at the source computer and then try to use
PROC
CIMPORT to restore the transport file at the
target computer.
To identify the strategy
that was used to create a transport file, use a text editor or an
operating environment read or view command to read the file in SAS
9 on any computer that represents character data as ASCII.
The XPORT engine creates
a file whose first line contains this ASCII text:
HEADER RECORD*******LIBRARY HEADER RECORD!!!!!!!00
PROC CPORT creates a
file whose first line contains this text:
**COMPRESSED** **COMPRESSED** **COMPRESSED**
Note: If you specify the NOCOMPRESS
option in PROC CPORT, compression is suppressed, which prevents the
display of the preceding text in a transport file.