SAS Studio

Write and run SAS programs in your web browser
BookmarkSubscribeRSS Feed
kavita
Calcite | Level 5

Hi,

I am trying to convert .XPT file to .sas7bdat using SAS studio 

could some one help me how to do this.

Thanks

Ka

2 REPLIES 2
t_ar_taat
Quartz | Level 8

Hi.

I can just know import one xpt file.

 

Step1:

Confirm your xpt file is in "FILE"

undefined

 

Step2:

libname xportin xport '/home/YOUR_ACCOUNT_OF_SASSTUDIO/adsl.xpt';
proc copy in=xportin out=work;
select adsl;
run;

 

Step3:

Finished.

undefined

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 3504 views
  • 0 likes
  • 3 in conversation