Which CASL program segment correctly defines a source block to be run from a subsequent action?

Which CASL program segment correctly defines a source block to be run from a subsequent action?
A . source myCode;
"data OutData;
set
casuser.cars;
where
""make = ‘Honda’"";
run;"
endsource;
B . source myCode;
"data OutData;
set
casuser.cars;
where make =
‘Honda’;
run;"
endsource;
C . source myCode;
data OutData;
set casuser.cars;
where make = ‘Honda’;
run;
endsource;

D . source myCode;
"data OutData;" ||
"set
casuser.cars;" ||
"where
make = ‘Honda’;" ||
"run;"
endsource;

Answer: C

Latest A00-415 Dumps Valid Version with 250 Q&As

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

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments