how to import XTP files into SAS datasets?
Answer / prashanthi.a
libname xptfile xport "&libname\test.xpt";
libname sasfile2 "&libname\new\";
proc copy in=xptfile out=sasfile2 memtype=data;
run;
for example:
libname xptdmg xport 'C:\Documents and Settings\user2\My
Documents\pk_analysis\Work\02data_raw\dmg.xpt';
proc copy in=xptdmg out= rawdata memtype= data;
run;
| Is This Answer Correct ? | 6 Yes | 0 No |
What does PROC print, and PROC contents do?
What SAS statements would you code to read an external raw data file to a DATA step?
how can you code the confidence intervals?
6 Answers Cytel, IIT, Ranbaxy,
what is data governance? : Sas-di
name some data transformation used in sas di? : Sas-di
What is the work of tranwrd function?
Hi I have list of products in a dataset, which are classified by other name for eg:- there is a product A> Malambo Shiraz Malbec 750ML(0388) which is a Red wine.Now i need to generate a report where it shows if this product appears then it should b displayed as red wine,similarly for other products and other classification. I dont wan use proc format.
How would you remove a format that has been permanently associated with a variable? ________________
How we can create SAS USER DEFINED CODE?
The Lion King is hosting an animal conference. All the animals in the world attend except one. Which animal does not attend?
Are you familiar with special input delimiters How are they used?
Can you explain the process of calendar?