>
>Hi all,
>
>I have tried multiple times to save an SPSS file into a labeled SAS file using the Save As file menu (SPSS 19). The code always runs error free, but the SAS files never appear. Anyone solutions?
>
>Thanks,
>Mark
Hi,
Use OUTPUT EXPORT to save as a portable file (.por), then
libname fromSpss spss 'd:\temp\myfile.por';data tadaah.data;
set fromSpss._first_;
run;
=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD