Tag: programming languages

Questions Related to programming languages

Multiple choice technology programming languages
  1. We need to use LIBREF to refer an input file

  2. We need to use double quotes instead of single quotes

  3. Comments are not proper

  4. Complier is at fault.

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology programming languages
  1. it should be: Proc print; set=test;

  2. it should be: Proc print set=test;

  3. Complier is acting crazy

  4. SET option cannot be used with Proc

  5. None of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology programming languages
  1. Run is missing

  2. semi colon missing

  3. no problem

  4. cannot use label in data step

Reveal answer Fill a bubble to check yourself
B Correct answer