Which are the statements whose placement in the data step is critical?
No Answer is Posted For this Question
Be the First to Post Answer
How would you include common or reuse code to be processed along with your statements?
Mention few capabilities of sas framework.
what is sas data set?
The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;
Explain the difference between using drop = data set option in set and data statement?
Which statement does not perform automatic conversions in comparisons?
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
explain the key concept of sas? : Sas-administrator
what is syntax of proc merge ?
What is proc sql pass through facility?
what are some differences between proc summary and proc means? : Sas programming
Tell e how how dealt with..