Which CASL program correctly runs two DATA step programs that are stored in separate source blocks named Program1 and Program2?
Which CASL program correctly runs two DATA step programs that are stored in separate source blocks named Program1 and Program2?
A . proc cas;
dataStep.RunCode /
code=("Program1", "Program2");
quit;
B . proc cas;
dataStep.RunCode / code=Program1;
dataStep.RunCode / code=Program2;
quit;
C . proc cas;
dataStep.RunCode /
code=source(Program1, Program2);
quit;
D . proc cas;
dataStep.RunCode /
code=source(Program1, Program2);
quit;
Answer: B
Latest A00-415 Dumps Valid Version with 250 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments