Interview Questions
1. Proc Steps
2. Proc SQL
3. Proc Sort
Proc Steps Questions
1. What is the use of proc means?
2. Explain proc means,proc freq, proc transpose?
3. Write the syntax of proc means?
4. differene between var and class in proc means.
5. What is difference between proc means and proc summary?
6. What is proc append and proc report?
7. What is proc report and write the syntax ?
8. How many proc Steps you know?
9. Can we use if statement in proc Steps?
10. How to find out distinct values in proc frequency?
11. Explain the option like split ,across , group,computed, break,order, analysis in proc report.
12. Which one of the following statement can't be part of Proc Freq?a)output b)weight c)set d)none
of above
Proc Sql Questions
1. What is the use of Proc sql ?
2. How to write & create a date in sql & what is order by & group by in Proc sql ?
3. How to comparing dataset in Proc sql ?
4. Why is data step is more efficient than Proc sql ?
5. Why is merge steps are more efficient than Proc sql ?
6. Do you know the Proc sql set operator ?
7. Merging in base Sas & Merging in sql .
8. How to find opt unmatching values in merging & sql joins ?
9. Tell me about sql set operators like union, Expact, union all, intersect, outer
union.
Proc Sort Questions
1. What is Proc Sort ?
2. What is the use of Proc Sort ?.