Hi,
I have the sdtm pilot submission package, in which all the files are in .xpt. How to read them to sas so I can work on generating the tables.
Thank you.
I don't know about sdtm specifically, but XPT files are usually created using PROC CPORT- If that's the case you can use PROC CIMPORT to import them.
It could also be a file accessible using the LIBNAME XPORT engine.
Thank you, will try it out.
Thank you, will do.
This is usually done with proc copy. suggest you read this thread. https://communities.sas.com/t5/SAS-Programming/Convert-XPT-to-SAS-Datasets/td-p/97872
Thank you,
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.