Online Exam Quiz

questionQuestion  1 to 30

Which procedure is used for statistical analysis in SAS?

  • PROC SUMMARY
  • PROC MEANS
  • PROC REPORT
  • PROC FREQ
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

Which statement is used to remove duplicates from a dataset in SAS?

  • REMOVE
  • DELETE DUPLICATES
  • DUPLICATE REMOVAL
  • NODUPKEY
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

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

  • OUTPUT
  • OBS
  • PRINT
  • MAXOBS
Mark for review

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

  • COUNT
  • N
  • COUNTN
  • NUMMISS
Mark for review

Which statement is used to conditionally execute SAS code?

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

Which statement is used to create a permanent SAS dataset?

  • DATA
  • CREATE
  • NEW
  • SAVE
Mark for review

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

  • ISNULL
  • MISSING
  • ISMISSING
  • NULL
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

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 create a new variable?

  • DEFINE
  • NEW
  • CREATE
  • SET
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 concatenate numeric values?

  • CONCAT
  • CAT
  • CATS
  • CONCATENATE
Mark for review

Which function is used to find the length of a character variable in SAS?

  • LENGTH
  • CHARLEN
  • SIZE
  • LEN
Mark for review

Which statement is used to rename variables in SAS?

  • RENAME
  • RENAMEVAR
  • VARRENAME
  • VAR
Mark for review

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

  • KEEP
  • DROP
  • RETAIN
  • IN
Mark for review

In SAS, which option is used to specify the delimiter for a character variable?

  • DELIMCHAR
  • DELIMITER
  • SEPARATOR
  • DLMCHAR
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 statement is used to assign a label to a variable in SAS?

  • LABEL
  • ASSIGN
  • SETLABEL
  • VARLABEL
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 statement is used to iterate over a set of values?

  • DO
  • LOOP
  • FOR
  • EACH
Mark for review

Which procedure is used for sorting data in SAS?

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

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

  • RANDOM
  • RAND
  • RANDNUM
  • RANNUM
Mark for review

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

  • NUMLEN
  • LENGTH
  • LEN
  • SIZE
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 option is used to specify the number of lines per page in SAS output?

  • PAGESIZE
  • LINESIZE
  • PAGELINES
  • PAGES
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 SAS data type?

  • Numeric
  • Character
  • Date
  • Boolean
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