How to create list output for cross-tabulations in proc freq?
No Answer is Posted For this Question
Be the First to Post Answer
How necessary is it to be creative in your work?
How to limit decimal places for variable using proc means?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
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;
How to read an input file in sas?
What do you know about symput and symget?
What is the use of function Proc summary?
I am looking to buy a sas advance book. So any one can guide me that which one i should buy.
: and & modifiers.
what are all the default values getting in PROC MEANS...???
what is the difference between nodup and nodupkey options? : Sas programming
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?