Questions Related to technology

Multiple choice technology programming languages
  1. be used to assign a data set variable as a value to a macro variable.

  2. create a series of macro variables in one DATA step.

  3. automatically convert a numeric value to a character value when used to assign a value to a macro variable in a DATA step.

  4. be used to assign a numeric value to a macro variable in an SCL (SAS Component Language) program.

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology programming languages
  1. A %MACRO statement must always be paired with a %MEND statement.

  2. A macro definition can include macro variable references, but it cannot include SAS language statements.

  3. Only macro language statements are checked for syntax errors when the macro is compiled.

  4. Compiled macros are stored in a temporary SAS catalog by default.

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology programming languages
  1. Data set null does not exist. data set test

  2. data set test Data set null does not exist.

  3. ERROR : null not indentified.

  4. Data set null does not exist. Data set test does not exist.

Reveal answer Fill a bubble to check yourself
A Correct answer