what is proc Index? and what is proc document?
No Answer is Posted For this Question
Be the First to Post Answer
how does sas know on which server the piece of code to be executed ? say if a proc olap code is written then how the sas application would detect on which server to execute.
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.
Describe 5 ways to do a “table lookup” in SAS?
What do you feel about hardcoding?
what is broad cast agent? : Sas-bi
Mention what are the data types does SAS contain?
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
how to import HTML files into SAS datasets?
For what purpose(s) would use the RETURN statement?
What is LOGICAL VARIABLES in SAS.And how it can be used..Can anyone support..???
How can I remove header from output data set?
What is the Program Data Vector (PDV)? What are its functions?