Online Exam Quiz

questionQuestion  1 to 30

What does SAS stand for?

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

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

  • DATA
  • OUT
  • VAR
  • FORMAT
Mark for review

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

  • MEAN
  • AVG
  • AVERAGE
  • AVERAGE
Mark for review

Which statement is used to rename variables in SAS?

  • RENAME
  • RENAMEVAR
  • VARRENAME
  • VAR
Mark for review

In SAS, which function is used to calculate the median?

  • MEDIAN
  • MIDRANGE
  • MEAN
  • MEDIANE
Mark for review

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

  • MISSINGCHAR
  • MISSING=
  • CHARMISS
  • CHAR=
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 maximum value?

  • MAX
  • MAXIMUM
  • MAXVAL
  • MAXIMUM_VALUE
Mark for review

In SAS, which statement is used to execute a set of statements repeatedly?

  • IF-THEN
  • DO-WHILE
  • DO-UNTIL
  • LOOP
Mark for review

In SAS, which option is used to specify the format of a variable?

  • FORMAT
  • DISPLAY
  • FORM
  • STYLE
Mark for review

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

  • COMMA
  • DOLLAR
  • PERCENT
  • EURO
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 convert a character to lowercase?

  • UPCASE
  • LOWCASE
  • CASELOWER
  • LOWER
Mark for review

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

  • DO
  • LOOP
  • FOR
  • EACH
Mark for review

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

  • Numeric
  • Character
  • Date
  • Boolean
Mark for review

Which statement is used to create a temporary variable in SAS?

  • KEEP
  • DROP
  • RETAIN
  • IN
Mark for review

Which statement is used to terminate a DATA step in SAS?

  • QUIT
  • STOP
  • EXIT
  • END
Mark for review

Which procedure is used for statistical analysis in SAS?

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

In SAS, which function is used to concatenate numeric values?

  • CONCAT
  • CAT
  • CATS
  • CONCATENATE
Mark for review

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

  • ISNULL
  • MISSING
  • ISMISSING
  • NULL
Mark for review

Which of the following functions is used to generate random numbers in SAS?

  • RANDOM
  • RAND
  • RANDNUM
  • RANNUM
Mark for review

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

  • SQRT
  • ABS
  • LOG10
  • EXPONENT
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 step function?

  • SUM
  • MEAN
  • MAX
  • MIN
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 procedure is used for sorting data in SAS?

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

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

  • JOIN
  • MERGE
  • CONCATENATE
  • COMBINE
Mark for review

Which statement is used to include comments in SAS code?

  • COMMENT
  • REM
  • NOTE
  • COMMENT
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 function is used to calculate the logarithm in SAS?

  • LOG
  • LN
  • LOGARITHM
  • LOG10
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