A00-202 Web TestEngine demo

Exit VCEDump A00-202 SAS Advanced Programming
Question 14 of 20
0% complete
Q14 Single choice

The following SAS program is submitted.
filename sales ('external-file1' 'external-file2'); data new;
infile sales;
input date date9. company $ revenue;
run;

Which one of the following is the result of including the FILENAME statement in this program?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in