Tag: databases

Questions Related to databases

  1. Output dataset

  2. Inputdataset

  3. Both

  4. Output window


Correct Option: A
  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

By default following points for report generated by the PRINT procedure:

  1. True

  2. False


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 of the following oprions will be used to limit the decimal places in proc Means ?

  1. MAXDEC

  2. DEC

  3. MINDEC

  4. LIMITDEC


Correct Option: A