A00-211 Web TestEngine demo

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

The following SAS program is submitted, creating the SAS data set ONE:

data one;
infile `file specification';
input num chars$;
run;
ONE
NUM CHAR
------- ---------
1 23
3 23
1 77

The following SAS program is submitted:

proc print data = one;
where char = 23;
run;

What is output?

Sign in to mark questions

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

Sign in