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 are the Aggregate functions in SQL ?
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
How do you debug and test your SAS programs?
how do you derive descriptive statistics?
1 Answers Accenture, Quintiles,
How does proc sql work?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
How sas treats the dsd delimiters?
describe about metadata object? : Sas-di
What statement do you code to tell SAS that it is to write to an external file? What statement do you code to write the record to the file?
How you can read the variables that you need?
What is connection profile? : sas-grid-administration
What are the table names in oracle database...?