List down the reasons for choosing sas over other data analytics tools.
No Answer is Posted For this Question
Be the First to Post Answer
what does .. meant in sas macros
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
How can you create a macro variable with in data step? : sas-macro
if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
what is intially documentation in sas?
How can sas program be validated?
Are you involved in writing the inferential analysis plan? Tables specfications?
how to read character value without using substr function in sas ?
how does sas handle missing values in procs? : Sas programming
is there any differnce between proc means and proc summary?
What is the difference between order and group variable in proc report?