Online Exam Quiz

questionQuestion  1 to 30

Which statement is used to conditionally execute SAS code?

  • IF-THEN
  • DO-WHILE
  • LOOP
  • FOR-EACH
Mark for review

Which statement is used to merge datasets by a common variable in SAS?

  • JOIN
  • MERGE
  • CONCATENATE
  • COMBINE
Mark for review

Which of the following is NOT a valid SAS data set option?

  • DATA=
  • LABEL=
  • DROP=
  • KEEP=
Mark for review

In SAS, which function is used to count the number of non-missing values?

  • COUNT
  • N
  • COUNTN
  • NUMMISS
Mark for review

In SAS, which function is used to check for missing values?

  • ISNULL
  • MISSING
  • ISMISSING
  • NULL
Mark for review

In SAS, which option is used to specify the number of observations to read?

  • FIRSTOBS
  • OBS
  • MAXOBS
  • END
Mark for review

Which of the following is NOT a valid option in the VAR statement of PROC MEANS?

  • MEAN
  • MIN
  • MAX
  • COUNT
Mark for review

Which procedure is used for statistical analysis in SAS?

  • PROC SUMMARY
  • PROC MEANS
  • PROC REPORT
  • PROC FREQ
Mark for review

Which of the following is NOT a valid function in SAS?

  • SQRT
  • ABS
  • LOG10
  • EXPONENT
Mark for review

In SAS, which function is used to convert a character to lowercase?

  • UPCASE
  • LOWCASE
  • CASELOWER
  • LOWER
Mark for review

In SAS, which function is used to calculate the standard deviation?

  • STDDEV
  • STD
  • STDEV
  • STANDARD_DEVIATION
Mark for review

In SAS, which option is used to specify missing character values?

  • MISSINGCHAR
  • MISSING=
  • CHARMISS
  • CHAR=
Mark for review

What does SAS stand for?

  • Statistical Analysis Software
  • System Analysis Software
  • Structured Application System
  • None of the above
Mark for review

Which statement is used to create a permanent SAS dataset?

  • DATA
  • CREATE
  • NEW
  • SAVE
Mark for review

Which statement is used to assign a label to a variable in SAS?

  • LABEL
  • ASSIGN
  • SETLABEL
  • VARLABEL
Mark for review

In SAS, which option is used to specify the number of observations to output?

  • OUTPUT
  • OBS
  • PRINT
  • MAXOBS
Mark for review

Which of the following is NOT a valid comparison operator in SAS?

  • LT
  • LE
  • GT
  • NE
Mark for review

In SAS, which function is used to convert character values to numeric values?

  • NUM
  • NUMBER
  • INPUT
  • CONVERT
Mark for review

In SAS, which statement is used to iterate over a set of values?

  • DO
  • LOOP
  • FOR
  • EACH
Mark for review

Which option is used to suppress the printing of the observation number in SAS output?

  • NONUMBER
  • NONOBS
  • NOOBS
  • NONUM
Mark for review

Which option is used to specify the number of lines per page in SAS output?

  • PAGESIZE
  • LINESIZE
  • PAGELINES
  • PAGES
Mark for review

In SAS, which function is used to find the length of a numeric variable?

  • NUMLEN
  • LENGTH
  • LEN
  • SIZE
Mark for review

Which of the following is NOT a valid format modifier in SAS?

  • COMMA
  • DOLLAR
  • PERCENT
  • EURO
Mark for review

Which procedure is used for sorting data in SAS?

  • SORT
  • MERGE
  • PROC SORT
  • ORDER
Mark for review

In SAS, which function is used to calculate the arithmetic mean?

  • MEAN
  • AVG
  • AVERAGE
  • AVERAGE
Mark for review

Which of the following is NOT a valid SAS variable name?

  • age_group
  • 1st_quarter_sales
  • Total_Sales$
  • _Total_Sales
Mark for review

In SAS, which option is used to specify the delimiter in raw data files?

  • DELIM
  • DLM
  • DELIMITER
  • SEPARATOR
Mark for review

Which of the following is NOT a valid SAS data type?

  • Numeric
  • Character
  • Date
  • Boolean
Mark for review

In SAS, which function is used to find the maximum value?

  • MAX
  • MAXIMUM
  • MAXVAL
  • MAXIMUM_VALUE
Mark for review

Which of the following is NOT a valid SAS data step function?

  • SUM
  • MEAN
  • MAX
  • MIN
Mark for review

blinkerOnline

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • Answered
  • Not Answered
  • Marked for Review