do you prefer proc report or proc tabulate? Why? : Sas programming
How to test the debugging in sas?
What techniques and/or PROCs do you use for tables?
There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
What is a macro routine?
Give some examples where proc report’s defaults are different than proc print’s defaults?
What is SAS Information Map Studio and its purpose ?
Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?
explain about various caches available in data integrator? : Sas-di
What do you feel about hardcoding?
How would you combine 3 or more tables with different structures?
Mention the validation tools used in SAS?