why is a stop statement needed for the point=option on a set statement? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
what is Global Symbol table and Local symbol table?
How can you create a macro variable with in data step? : sas-macro
In a shcool there are 1000 students. After completion of every test in 6 subjects , each subject teacher submit the marks of every student at different times and loaded in the database commonly. How will you seperate the top two subject marks for each each studet using SAS?
How to display duplicate observations in data?
why is sas considered self-documenting? : Sas programming
what is data integration? : Sas-di
Under what circumstances would you code a SELECT construct instead of IF statements?
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
What are common programming errors committed in sas
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
differnce between 8.2 and 9.1.3
What do you know about symput and symget?