Hi Everyone,
Any data step or procedure that .xpt file can be taken from system environment to sas environment.
Example:
i have vsn.xpt file in my D;\ drive.
I have to import it to my sas library as dataset.
Thanks in advance..
Looks like you need XPORT engine.
You can try something like this:
proc cimport data = data_out infile='d:\vsn.xpt';
run;
quit;
Good luck.
Anca.
Hi Anca,
Thank you.
I have got a message error : Cimport cannot read the Xport file (something related like this.. don;t remember exact thing)
i will try it and let you know..
Looks like you need XPORT engine.
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore Now →Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.