Tag: programming languages

Questions Related to programming languages

Using ODS statements, how many types of output can you generate at once?

  1. 2

  2. 3

  3. 1 (only listing output)

  4. as many as you want


Correct Option: D
  1. can be used to manipulate character strings in macro variable values.

  2. have the same basic syntax as the corresponding DATA step functions and yield similar results.

  3. all of the above

  4. none of the above


Correct Option: C
  1. %let currdate = %sysfunc(today(), worddate.);

  2. %let currdate = &sysdate9;

  3. %let currdate = %sysfunc(date());

  4. all of the above


Correct Option: D
  1. The step does not execute.

  2. The first numeric column is summed by default.

  3. The GROUP BY clause is changed to an ORDER BY clause.

  4. The step executes but does not group or sort data.


Correct Option: C