Describe 5 ways to do a “table lookup” in SAS?
No Answer is Posted For this Question
Be the First to Post Answer
what is Global Symbol table and Local symbol table?
What is the SAS data set?
We have a string like this "kannafromsalembut" ,from this i want to get only "fromsal" (but one condition with out using substring function)here we can not use scan because in the given string there is no delimeter? so give ans without out using substring ?
What are MIs reports? what is the use of MIS reports and How can u generate the MIS reports in SAS? If any body know explain with the eg.
2 Answers ABC, ASD Lab, CitiGroup,
In sas admin differentiate between roles and capabilities? : sas-grid-administration
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.
What is the function of output statement in a SAS Program?
How would you include common or reuse code to be processed along with your statements?
I have a dataset with variables empid and doj how to calculate retirement age?
Do you need to know if there are any missing values?
What is the purpose of trailing @ and @@? How do you use them?
I have 2 data sets A & B. Both have a variable called Age in them, each of them specifying a different functionality. In my program I use bot these data sets. How do I specify which Age variable I want to use?