Tag: databases

Questions Related to databases

What does the OUT= represents in PROC SORT ?

  1. Output dataset

  2. Inputdataset

  3. Both

  4. Output window


Correct Option: A

Which of the following is the syntax for sorting the dataset in descending order

  1. proc sort data = Wegiht_Activa; by descending weight; run;

  2. proc sort data = Wegiht_Activa;descending by weight; run;

  3. proc sort data=Weight_Activa;weight by descending ;run

  4. B&C


Correct Option: A
  1. n-count,mean,standerd deviation,Min and MAX values

  2. n-count,frequency,mean,standerd deviation,Min and MAX values

  3. frequency,cumulative frequency ,mean,standerd deviation,Min and MAX values

  4. both b&c


Correct Option: A

Which one of the follwoing statment will be used to specify the variables that PROC MEANS analyzes?

  1. VAR

  2. BY

  3. COL

  4. None of the above


Correct Option: A