0 of 6 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 6 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
1. The following SAS program is submitted:
data work.look;
x = 2;
if x = 1 then y = 100;
if x = 2 then y = 200;
if x = 3 then y = 300;
else y = 27;
run;
What are the values for x and y in the output data set? *
2. The following SAS program is submitted:
data work.test;
type = ‘SQL’;
if type = ‘SAS’ then description = ‘SAS Program’;
else description = ‘other’;
length description 8;
run;
What occurs when the program is submitted? *
3. When you see the following note in the SAS log, what does it mean?
NOTE: Character values have been converted to numeric values at the places given by:
(Line):(Column). *
4. Which of the following statements contain a syntax error?
5. The statement below is missing a semi-colon:
data test
a = 1;
run;
What kind of error messages do you expect to see in the SAS log?
6. Which SAS statement will print values of variables to the log in any DATA step?
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |