Explain the main difference between the sas procedures and functions? : Sas-administrator
how to debug and test the sas program? : Sas-administrator
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
List out some key concept of SAS
in which companies SAS openings are there? List of companies using SAS technology.
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
Under what circumstances would you code a SELECT construct instead of IF statements?
how many types prompting framework can be broken down to? : Sas-bi
why is the use of Retrive statement and give me with example?
what is enterprise guide? What is the use of it? : Sas programming
Explain data step in SAS
Describe a time when you were really stuck on a problem and how you solved it?
Name statements that function at both compile and execution time?