What makes sas stand out to be the best over other data analytics tools?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of LRECL option.
Why double trailing @@ is used in input statement?
what is the prob plot in clinical domain
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
what is Global Symbol table and Local symbol table?
for report generation which one you used proc report or data_null_?
3 Answers Accenture, Quintiles,
Explain what Proc glm does?
What is the command used to find missing values?
Difference Between Scan and Substr
What are the five ways to do a table lookup in sas? : sas-grid-administration
How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?
what is the usage for assigning error=1 in a dataset ?