Difference between sum function and using “+” operator?
No Answer is Posted For this Question
Be the First to Post Answer
why a stop statement is needed for the point= option on a set statement?
Difference b/n proc means and proc summary procedures?
how do u validate the program which u have written.
how does sas handle missing values in assignment statements? : Sas programming
what type of reports you are generating in your company...???
2 Answers GSK GlaxoSmithKline,
How to test the debugging in sas?
Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
how to do user inputs and command line arguments in sas?
Is it possible to do sorting tranformation in charecter variable??if can tell me one eg..
what is sas enterprise intelligence architecture? : Sas-bi
When you will use nowd option in report???