What does the trace option do?
No Answer is Posted For this Question
Be the First to Post Answer
What are the applications primarily used by business analyst? : Sas-bi
data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
what is hierarchy flattening? : Sas-di
what are system option ? give few examples ? what are dataset options and dataset statements ? if there is a keep option and keep statement ? which one is executed first ? Difference between a WHERE statement and IF statement ? what is the advantage of using WHERE statement option on the dataset ?
Explain append procedure?
What are the different operating system platforms in which we can use sas? : sas-grid-administration
How to convert a given date value into SAS date
9 Answers CitiGroup, Quintiles,
Have you been involved in editing the data or writing data queries?
1 Answers BioServe, Oracle, Sasken,
Mention the difference between ceil and floor functions in sas?
How do you use the do loop if you don’t know how many times you should execute the do loop?
how to generate means for every subject;
Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.