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 |
what is SAS/Access and SAS/Connect?what are the uses?
if x=round(26.3,10)-1 then x= how much and how explain?
What is program data vector (pdv)?
Under what circumstances would you code a SELECT construct instead of IF statements?
in ods is there any lib's
How would you invoke a macro? : sas-macro
Did you used proc lifetest? when?
2 Answers Accenture, Parexel, Quintiles,
What is the order of application for output data set options, input data set options and SAS statements?
Which is the Best SAS training Institute in Delhi NCR for SAS certification preparation
what is the difference between unique key and primary key? : Sas-di
Dear all, proc means data=dsn noprint completetypes; class trtmntgroup /preloadfmt; output out=tot n=n; format trtmntgroup trtf. ; by vstgrp descending severity; run; This is the code I used for AE table. I got the values without giving the variable ‘trtmntgroup(numeric)’ in var statement. And if I give the var statement for that variable i’m getting the same values.How is that possible? What is the difference between class and var statement? Could any one explain me how does proc means work at the back end. And what is the difference between _freq_ value and N value in proc means. Thanks and regards, Rajesh.
what are the considerations when picking a SAS/STAT procedure?
0 Answers Accenture, Quintiles,