XEXPORT
XEXPORT
/OUTFILE='FILE_NAME'
/DIGITS=N
/DROP=VAR_LIST
/KEEP=VAR_LIST
/RENAME=(SRC_NAMES=TARGET_NAMES)...
/TYPE={COMM,TAPE}
/MAP
The XEXPORT
transformation writes the active dataset dictionary and
data to a specified portable file.
This transformation is a PSPP extension.
It is similar to the EXPORT
procedure, with two differences:
-
XEXPORT
is a transformation, not a procedure. It is executed when the data is read by a procedure or procedure-like command. -
XEXPORT
does not support theUNSELECTED
subcommand.
See EXPORT
for more information.