Practice preparing for the basic SAS certification exam
Begin DATA and PROC steps in column one.
Indent statements within a step.
Begin RUN statements in column one
Do all of the above.
Rate this question:
Correct the errors. Clear the Log window. Resubmit the program. Check the Log window.
Correct the errors. Resubmit the program. Check the output window Check the Log window.
Correct the errors. Clear the Log window. Resubmit the program. Check the Output window.
Correct the errors. Clear the Output window. Resubmit the program. Check the output window.
Rate this question:
Log messages indicate that the programs ran successfully.
A "PROC SORT running" message appears a the top of the active window, and a log message may indicate an error in a statement that seems to be valid.
A log message indicates that an option is not valid or not recognized.
A "PROC PRINT running" message appears at the top of the active window, and a log message may indicate that a quoted string has become too long or that the statement is ambiguous.
Rate this question:
SAS continues processing the step.
SAS continues to process the step, and the Log window displays messages about the displays messages about the error.
SAS stops processing the step in which the error occurred, and the Log window displays messages about the error.
SAS stops processing the step in which the error occurred and the Output window displays messages about the error.
Rate this question:
Some data values are not appropriate fore the SAS statements that are specified in a program.
The form of the elements in a SAS statement is correct, but the elements are not valid for that usage.
Program statements that do not conform to the rules of the SAS language.
None of the above
Rate this question:
A log message indicates an error in a statement that seems to be valid.
A log message that indicates that an option is not valid or not recognized.
The message "PROC running" or "DATA step running" appears at the top of the active window.
You can't tell until you view the output from the program.
Rate this question:
Proc sort data=sasuser.mysales; by region; run;
Dat sasuser.mysales; set mydata.sales99; run;
Proc print data=sasuser.mysales label; label region='Sales Region'; run;
None of the above
Rate this question:
Submit a RUN statement to complete the PROC step.
Recall the program. Then add a quotation mark and resubmit the corrected program.
Cancel the submitted statements. Then recall the program, add a quotation mark, and resubmit the corrected program.
Recall the program. Then replace the invalid option and resubmit the corrected program.
Rate this question:
File 'd:\programs\sas\newprog.sas'
Include 'd:\programs\sas\newprog.sas'
Open 'd:\programs\sas\newprog.sas'
All of the above
Rate this question:
You misspelled a keyword.
You forgot to end the DATA step with a RUN statement.
You specified an invalid data set option.
Some data values weren't appropriate for the SAS statements that you specified.
Rate this question:
Quiz Review Timeline +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.