Question68:ThefollowingSASprogramissubmitted:
datawork.test;
setwork.staff(keep=jansalesfebsalesmarsales);
arraydiff_sales{3}difsales1-difsales3;
arraymonthly{3}jansalesfebsalesmarsales;
run;
Whichoneofthefollowingrepresentsthenewvariablesthatarecreated?
1.JANSALES,FEBSALESandMARSALES
2.Get all Questions and Answer from here
3.You need to have paid subscription to access all questions
4.Thanks for considering Python Certification Material
CorrectAnswer:3
Thereasonisifyoulookatthesetstatement:'setwork.staff(keep=jansalesfebsalesmarsales);'jansales,febsales,marsalesarevariablesyouarebringingin.Thearray:
arraydiff_sales{3}difsales1-difsales3;
You can access to full explanation to question and answer from this page.