What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
what is the use of proc contents and proc print in sas? : Sas-administrator
what is null hypothesis? why do you consider that?
What is the difference between SAS functions and procedures?
how to debug and test the sas program? : Sas-administrator
How do dates work in sas?
How will you generate test data with no input data?
Are you involved in writing the inferential analysis plan? Tables specifications?
What is the basic structure of the SAS base program?
What are the automatic variables for macro? : sas-macro
what are informats in sas? : Sas-administrator
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
what is proc Index? and what is proc document?
Describe the function and utility of the most difficult SAS macro that you have written?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming