The contents of the raw data file FURNITURE are listed below:
--------10-------20-------30
chair,,table
chair,couch,table
The following SAS program is submitted:
data stock;
infile 'furniture' dsd;
input item1 $ item2 $ item3 $;
run;
Which one of the following is the value of the variable named ITEM2 in the first observation of the output data set?
The following SAS program is submitted:
What is the value of the second variable in the data set WORK.AUTHORS?
There are 451 observations in the data set WORK.STAFF. The following SAS program is submitted:
What will be the value of NewVar when SAS writes the last observation?
The following SAS program is submitted:
What is the value of the variable Diff?
Enter your email address to download SASInstitute.A00-231.v2024-05-10.q125 Dumps