How to import multiple xls files into sas. Out of those
files, how to get different values from a single variable
and how to find number of rows per value type?
We can do this using group by for one xls file with proc
sql. Was wondering how I can achieve this for multiple
files at the same time.
Any ideas?
No Answer is Posted For this Question
Be the First to Post Answer
What is SAS?
Under what circumstances would you code a SELECT construct instead of IF statements?
How to specify variables to be processed by the freq procedure?
Name statements that function at both compile and execution time?
Difference between sum function and using “+” operator?
Does anybody have SAS Training manual or documentation or can you refer me any book to have better understanding on SAS. I am fresher to SAS tool. (Ready to pay)
how can you put a "trace" in your program? : Sas programming
What’s the difference between var b1 – b3 and var b1 — b3?
if a program has some 1000 or more line and how to know whether the syntax of the particular code is correct without checking it manually
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
what is the formula to measure Baseline
What SAS statements would you code to read an external raw data file to a DATA step?