Mention what are the data types does SAS contain?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
Give an example where SAS fails to convert character value to numeric value automatically?
What are SAS/ACCESS and SAS/CONNECT?
What can be the size of largest dataset in SAS?
Mention some common errors that are usually committed in sas programming.
Name few SAS functions?
Describe the function and untility of the most difficult SAS macro that you have written.
Explain how merging helps to combine data sets.
how to do user inputs and command line arguments in sas?
What commands are used in the case of including or excluding any specific variables in the data set?
How we can create SAS USER DEFINED CODE?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
What is the difference between reading data from an external file and reading data from an existing data set?
how to debug and test the sas program? : Sas-administrator