How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
What is the purpose of the trailing @? The @@? How would you use them?
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?
· What are some good SAS programming practices for processing very large data sets?
what is the formula to measure Baseline
What is the length assigned to the target variable by the scan function?
What is maximum storage capability of SAS?
How many data types are there in SAS?
calculate the sum of value using only DATA STEP. data count_; input year name $ value; cards; 2006 xxx 10 2007 yyy 12 2006 xxx 20 2008 yyy 15 2007 xxx 15 ; out put should be like this year name T_value ----------------------- 2006 xxx 30 2007 xxx 15 2007 yyy 12 2008 xxx 15
what is sas metadata repository? : Sas-bi
Which is the Best SAS training Institute in Delhi NCR for SAS certification preparation
Mention sas system options to debug sas macros.
What are the five ways to do a table lookup in sas? : sas-grid-administration