SAS Quizzes, Questions & Answers
Top Trending Quizzes
Practice preparing for the SAS certification test.
Questions: 10 | Attempts: 1716 | Last updated: Jun 17, 2024
-
Sample QuestionHow many observations and variables does the data set below contain?
Practice for the Advance SAS certification exam.
Questions: 10 | Attempts: 391 | Last updated: Mar 20, 2023
-
Sample QuestionWhich PROC SQL query will remove duplicate values of MemberType from the query output, so that only the unique values are listed?
Practice for the SAS advance certification exam
Questions: 10 | Attempts: 714 | Last updated: Jan 30, 2024
-
Sample QuestionWhich of the following statements is false?
Practice for the SAS base certification exam
Questions: 10 | Attempts: 625 | Last updated: Mar 20, 2023
-
Sample QuestionWhich statement is false regarding an ARRAY statement?
Practice for the advance SAS certification exam
Questions: 10 | Attempts: 246 | Last updated: Mar 20, 2023
-
Sample QuestionWhich SAS system option is used to identify format catalogs to SAS?
Popular Topics
Recent Quizzes
Questions: 20 | Attempts: 464 | Last updated: Mar 21, 2023
-
Sample QuestionThe following SAS program is submitted.%let city=delhi;%let no=9;%let mycity=no;%let country=mycity;%put &&&&&&&country;What is written to the SAS log?
Questions: 10 | Attempts: 310 | Last updated: Mar 21, 2023
-
Sample QuestionI can get templates of the imports and exports for clients on the Deployment Toolkit?
In our ongoing SAS quiz series, we turn our attention to the different practices and which is the best to use in a given situation. What do you know about IF statements, PROC DATASETS, WHERE statements and more?
Questions: 5 | Attempts: 104 | Last updated: Dec 6, 2023
-
Sample QuestionPlacing the subsetting IF statement at the top rather than near the bottom of a DATA step results in a savings in CPU usage. What happens if the subset is large rather than small?
Practice for the SAS advance certification exam
Questions: 10 | Attempts: 126 | Last updated: Jul 24, 2024
-
Sample QuestionWhich type of integrity constraint would you place on the variable StoreID to ensure that there are no missing values and that there are no duplicate values?
Practice for the SAS advance certification exam.
Questions: 10 | Attempts: 162 | Last updated: May 27, 2024
-
Sample QuestionAccording to the data set descriptions below, which of the variables listed qualify as BY variables for a DATA step match-merge?
Practice for the SAS advance certification exam.
Questions: 10 | Attempts: 119 | Last updated: Feb 8, 2024
-
Sample QuestionWhich of the following statements associates the fileref OnSale with the raw data files London.dat, Paris.dat, and Zurich.dat? The files are stored in the C:\Routes\New directory in the Windows operating environment.
Practice for the SAS advance certification exam.
Questions: 10 | Attempts: 124 | Last updated: Mar 14, 2024
-
Sample QuestionThe variable that is created by the POINT= option is assigned a value
Practice for the SAS advance certification exam.
Questions: 10 | Attempts: 328 | Last updated: Mar 15, 2023
-
Sample QuestionThe %INCLUDE statement
Practice for the SAS advance certification exam.
Questions: 10 | Attempts: 1191 | Last updated: Aug 21, 2023
-
Sample QuestionWhich of the following is false?
Practice for the SAS advance certification exam
Questions: 10 | Attempts: 352 | Last updated: Mar 17, 2023
-
Sample QuestionWhich of the following is false?
Practice for the SAS basic certification exam.
Questions: 10 | Attempts: 709 | Last updated: Mar 22, 2023
-
Sample QuestionWhich program will combine Brothers.One and Brothers.Two to produce Brothers.Three?
Practice for the SAS basic certification exam.
Questions: 10 | Attempts: 423 | Last updated: Mar 21, 2023
-
Sample QuestionWhich program creates the output shown below?
Practice for the SAS basic certification exam.
Questions: 10 | Attempts: 1068 | Last updated: Mar 21, 2023
-
Sample QuestionThe default statistics produced by the MEANS procedure are n-count, mean, minimum, maximum, and ...
Practice for the SAS basic certification exam
Questions: 10 | Attempts: 726 | Last updated: Aug 21, 2023
-
Sample QuestionUsing the ODS statements, how many types of output can you generate at once?
Practice for the SAS basic certification exam.
Questions: 10 | Attempts: 482 | Last updated: Mar 18, 2023
-
Sample QuestionIf Style has four unique values and you submit the following program, which output do you get? (Assume that all other variables are numeric.) proc report data=sasuser.houses nowd; column style sqfeet bedrooms price; define style / group; run;
Practice for the SAS basic certification exam.
Questions: 10 | Attempts: 387 | Last updated: Mar 22, 2023
-
Sample QuestionIf you don't specify the LIBRARY= option, your formats are stored in Work.Formats, and they exist ...
Practice for the basic SAS certification exam.
Questions: 10 | Attempts: 781 | 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: 955 | 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: 498 | 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;
Advertisement