Tag: technology

Questions Related to technology

  1. /* This is a comment */

  2. // This is a comment

  3. {COMMENT This is a comment /}

  4. {COMMENT} This is a comment {/COMMENT}


Correct Option: D
  1. proc contents lib=sasuser.all;

  2. proc contents data=sasuser.all;

  3. proc content data=sasuser.all;

  4. proc contents data=sasuser.all;


Correct Option: D
  1. Assignment

  2. Utility

  3. Decision

  4. Connector


Correct Option: A
  1. a list of variable names

  2. the total number of variables

  3. a list of variable names in the alphabetic order

  4. a list of variable names in the order of their logical position


Correct Option: D
  1. format salary dollar11.2;

  2. format salary comma11.2;

  3. format dollar8.2;

  4. format salary comma8.2 dollar8.2;


Correct Option: A
  1. data mining

  2. data selection

  3. POS

  4. data conversion


Correct Option: A