Question12:YouhavebeengivenbelowSASprogram
datahadoopexam.courses;
infilehadoopexam1;
inputname$price;
run;
procsortdata=hadoopexam.courses;
byprice;
run;
procprintdata=hadoopexam.courses;
run;
Yourunthisprogram,thanhowmanystepswillbeprocessedintotal?
1. 1
2. 2
3. 3
4. 10
5. HowSASexecutesthestepsinternally,cannotbeidentified.
CorrectAnswer:3Exp:Asyouknow,assoonasSASfindstheRUN,PROCorDATAstatement.Itwillstopthereandexecutethepreviousstep.Hence
thereareintotal3stepswhichwillbeexecutedhere.