What is your favorite all time computer book? Why?
how do you want missing values handled? : Sas programming
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?
How we will Developing new reports Using Data step programming and Macros ?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What is the difference between the proc sql and data step?
What are symbol tables?Differemce between Local N Global Symbol tables.....
Briefly describe 5 ways to do a "table lookup" in sas.
How to limit decimal places for variable using proc means?
What is the length assigned to the target variable by the scan function?
sas macros
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
What is the difference between one to one merge and match merge? Give an example.