how to read raw data in sas. Do it manually and throw the
programming.
Answer / singh.naveen409
Process-1
FIle-Import Data-Next-Browse-ok-finish
Process-2
filename myfile "file location path.extension";
data qqq;
infile myfile;
input ......................;
run;
In the place of this .............just right down variable
name;
If you have csv file then;
process:-
proc inport out=work.auto1 filename " path of file which you
want to read.csv"
dbms=csv replace;
getnames=yes;
run;
| Is This Answer Correct ? | 7 Yes | 0 No |
how can u extract,transform and loading?
what is program data vector? : Sas-administrator
wat has been most common programming mistake?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
How can a SAS WEB REPORT STUDIO USER identify which report tabs they have been permitted without entering the SAS WEB REPORT STUDIO
Which is the best place to learn SAS clinicals and Oracle clinical in hyderabad?
Mention few ways with which a “table lookup’ is done in sas programming.
What is shift table? have you ever created shift that?
2 Answers Accenture, Clinical Research, Quintiles,
What has been your most common programming mistake?
for report generation which one you used proc report or data_null_?
3 Answers Accenture, Quintiles,
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
What is the role of sas grid administrator? : sas-grid-administration