How to convert HTML file into SAS dataset?
how to do user inputs and command line arguments in sas?
How do you add a prefix to some or all variables in a dataset using a SAS macro?
"What is the difference between proc sort nodup and proc sort nodupkey?"
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
How to convert .xls file into CSV format?
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
what are the considerations when picking a SAS/STAT procedure?
0 Answers Accenture, Quintiles,
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 p-value
3 Answers Accenture, Quintiles, Sristek,
what are the sites did u refer for enquiries and doubts for SAS
what the use of proc glm
if reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record