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 |
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
how can u import .csv file in to SAS?tell Syntax?
7 Answers CitiGroup, Franklin Templeton,
what are sas bi dashboard components? : Sas-bi
Hi All.I am looking for Good Institute who could Provide the online SAS BI+DI Training along with software.Primarily in Delhi/NCR or in Hyderabad Please help with name and contact number of concerned person!! Thanks in Advance! :)
I need level 2 to 5 sas using companies in india
Differentiate between sas functions and sas procedures.
How would you include common or reuse code to be processed along with your statements?
What are types of transport files?
2 Answers PRA Health Sciences, Quintiles,
For what purposes have you used sas macros? : sas-macro
HOW DO WE CREATE A SAS STORED PROCESS IN SAS EG ?
How to read the file names of a text files from a shared drive using SAS?