Explain how you can debug and test your SAS program?
How do you add a number to a macro variable? : sas-macro
what techniques and/or procs do you use for tables? : Sas programming
How can you limit the variables written to output dataset in data step?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
What is a method to debug and test your SAS program?
What is by-group processing?
How you can read the variables that you need?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What is run-group processing?
What do you understand by the term Normal Distribution?
explain the difference between proc means and proc summary?
How can sas program be validated?