What is the function of output statement in a SAS Program?
Explain what is the use of proc gplot?
Why double trailing @@ is used in input statement?
How would you define the end of a macro? : sas-macro
What is slibref?
What is the use of stop statement?
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 ...
how would you determine the number of missing or nonmissing values in computations? : Sas programming
Name few SAS functions?
How to include or exclude specific variables in a data set?
How we can call macros with in data step? : sas-macro
how can you put a "trace" in your program? : Sas programming
How can you limit the variables written to output dataset in data step?
Difference between sum function and using “+” operator?
How many ways to overcome a missing values???