How would you identify a macro variable?
No Answer is Posted For this Question
Be the First to Post Answer
explain the concepts and capabilities of business object? : Sas-bi
what is incremental update ? is this possible in SAS OLAP CUBE STUDIO.
How would you delete observations with duplicate keys?
What makes sas stand out to be the best over other data analytics tools?
Describe crosslist option in tables statement?
Describe a time when you were really stuck on a problem and how you solved it?
what is the difference between nodup and nodupkey options? : Sas programming
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;
is there any differnce between proc means and proc summary?
What has been your most common programming mistake?
what is the need of INDEX in datasets?
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