SAS Quizzes, Questions & Answers
Recent Quizzes
Practice for the basic SAS certification exam.
Questions: 10 | Attempts: 782 | Last updated: Mar 22, 2023
-
Sample QuestionWhich of the following is not created during the compilation phase?
Preparation for the SAS basic certification exam.
Questions: 10 | Attempts: 424 | Last updated: Mar 22, 2023
-
Sample QuestionWhich PROC PRINT step below creates the following output
Practice preparing for the basic SAS certification exam
Questions: 11 | Attempts: 957 | Last updated: Mar 20, 2023
-
Sample QuestionAs you write and edit SAS programs it's a good idea to
Practice for the SAS basic certification exam
Questions: 10 | Attempts: 499 | Last updated: Mar 22, 2023
-
Sample QuestionIf you submit the following program, how does the output look? options pagesize=55 nonumber; proc tabulate data=clinic.admit; class actlevel; var age height weight; table actlevel,(age height weight)*mean; run; options linesize=80; proc means data=clinic.heart min max maxdec=1; var arterial heart cardiac urinary; class survive sex; run;
Practice preparing for the SAS certification test.
Questions: 10 | Attempts: 1747 | Last updated: Jun 17, 2024
-
Sample QuestionHow many observations and variables does the data set below contain?
Questions: 25 | Attempts: 178 | Last updated: Mar 17, 2023
-
Sample QuestionA raw data file is listed below. 1---+----10---+----20---+--- ran andhy 01/31/89 andriya carlos 12-25-87 samson antony 01/17/51 The following program is submitted using above file as input: data work.family; infile 'file-specification'; run;
Part I of the series of skill test quiz on SAS Platform Administration. The quiz is not any OS centric.
Questions: 24 | Attempts: 224 | Last updated: Mar 16, 2023
-
Sample QuestionWhich server in the list below on Unix and Z/OS could be used to generate bootstrap script to start and stop SAS servers:
In Class Quiz
Topic: SAS Data Libraries
Questions: 5 | Attempts: 304 | Last updated: Mar 22, 2023
-
Sample QuestionIn Windows environment, library is analogous to
« Previous123Next »
Advertisement