SAS_Institute
A00-240 · Question #6
A00-240 Question #6: Real Exam Question with Answer & Explanation
Sign in or unlock A00-240 to reveal the answer and full explanation for question #6. The question stem and answer options stay visible for context.
Question
The question will ask you to provide a missing statement. Given the following SAS program:
proc logistic data = MYDIR.DEFAULT_DATA des;
model Purchase = Money Acct_type Debt Employment;
<insert statement here>
run;
Which SAS statement will complete the program to correctly score the data set NEW_DATA?
Options
- AScore data=MYDIR.NEW_DATA out=scores;
- BScore data data=MYDIR.NEW_DATA output=scores;
- CScore data=MYDIR.NEU_DATA output=scores;
- DScore data=MYDIR._NEW_DATA out=scores;
Unlock A00-240 to see the answer
You've previewed enough free A00-240 questions. Unlock A00-240 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.