Which of the following completes the above program so that it executes on Tuesday?

The following SAS program is submitted:

%macro execute;

<insert statement here>

proc print data = sasuser.houses;

run;

%end;

%mend;

Which of the following completes the above program so that it executes on Tuesday?
A . %if &sysday = Tuesday %then %do;
B . %if &sysday = ‘Tuesday’ %then %do;
C . %if "&sysday" = Tuesday %then %do;
D . %if ‘&sysday’ = ‘Tuesday’ %then %do;

Answer: A

Latest A00-212 Dumps Valid Version with 184 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments