Online Exam Quiz

questionQuestion  1 to 30

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

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

  • QUIT
  • STOP
  • EXIT
  • END
Mark for review

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

  • MEDIAN
  • MIDRANGE
  • MEAN
  • MEDIANE
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 check for missing values?

  • ISNULL
  • MISSING
  • ISMISSING
  • NULL
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 format modifier in SAS?

  • COMMA
  • DOLLAR
  • PERCENT
  • EURO
Mark for review

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

  • CONCAT
  • CAT
  • CATS
  • CONCATENATE
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 delimiter for a character variable?

  • DELIMCHAR
  • DELIMITER
  • SEPARATOR
  • DLMCHAR
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 missing character values?

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

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

  • RANDOM
  • RAND
  • RANDNUM
  • RANNUM
Mark for review

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

  • JOIN
  • MERGE
  • CONCATENATE
  • COMBINE
Mark for review

In SAS, which function is used to concatenate strings?

  • CONCAT
  • CAT
  • CONCATENATE
  • STRCAT
Mark for review

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

  • FORMAT
  • ASSIGN
  • VALUE
  • SETFORMAT
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 rename variables in SAS?

  • RENAME
  • RENAMEVAR
  • VARRENAME
  • VAR
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 of the following is NOT a valid SAS data type?

  • Numeric
  • Character
  • Date
  • Boolean
Mark for review

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

  • UPCASE
  • LOWCASE
  • CASELOWER
  • LOWER
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 number of observations to read?

  • FIRSTOBS
  • OBS
  • MAXOBS
  • END
Mark for review

Which statement is used to read raw data files in SAS?

  • INPUT
  • FILE
  • PUT
  • OUTPUT
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 of the following is NOT a valid comparison operator in SAS?

  • LT
  • LE
  • GT
  • NE
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

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