Question19:YouhavebeengivenbelowSASprogram,howmanystatementsarethere?
data
hadoopexam.courses;
infilehadoopexam1;inputname$price;
run;
1. 4
2. 5
3. 6
4. 7
CorrectAnswer:1Exp:Therearefourstatementsasyouknoweachstatementsendwiththesemicolon.Firststatementspanstwolinebutconsiderasa
singlestatement.Similarlyline3hastwostatementsinasingleline.