A00-211 Web TestEngine demo

Exit VCEDump A00-211 SAS Base Programming for SAS 9
Question 11 of 41
0% complete
Q11 Single choice

Given the raw data file AMOUNT:

----I---- 10---I----20---I----30
$1,234
The following SAS program is submitted:
data test;
infile `amount';
input@1 salary 6.;
if_error_then description = `Problems';
else description = `No Problems';
run;

What is the result?

Sign in to mark questions

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

Sign in