What are the five ways to do a table lookup in sas? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
is there any difference between proc summary and proc means?
What report output formats can you generate using SAS?
what is the difference between sas and other datawarehousing languages?what are the advantages of sas over them?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
how to shift the rows to cols? eg: i have like field1 field2 field3 10 20 20 this should be displayed as field1 10 field2 20 field3 30 (without the obs col) how do this?can i use transpose or tell me suitable way to do this?
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.
What can you learn from the SAS log when debugging?
What is shift table? have you ever created shift that?
2 Answers Accenture, Clinical Research, Quintiles,
What is the difference between an informat and a format? Name three informats or formats.
In which case u go for libname and in which case u go for proc sql pass thru facilit diff?
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.
if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??