Tag: programming languages

Questions Related to programming languages

Multiple choice technology programming languages
  1. a.SAS continues processing the step.

  2. a.SAS continues to process the step, and the SAS log displays messages about the error.

  3. a.SAS stops processing the step in which the error occurred, and the SAS log displays messages about the error.

  4. SAS stops processing the step in which the error occurred, and the Output window displays messages about the error.

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology programming languages
  1. a.SAS identifies a syntax error at the position of the VAR statement.

  2. a.SAS is reading VAR as an option in the PROC PRINT statement.

  3. a.SAS has stopped processing the program because of errors.

  4. a.all of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology programming languages
  1. a.PROC PRINT does not create a default report; you must specify the rows and columns to be displayed.

  2. PROC PRINT displays all observations and variables in the data set. If you want an additional column for observation numbers, you can request it.

  3. PROC PRINT displays columns in the following order: a column for observation numbers, all character variables, and all numeric variables.

  4. a.PROC PRINT displays all observations and variables in the data set, a column for observation numbers on the far left, and variables in the order in which they occur in the data set.

Reveal answer Fill a bubble to check yourself
D Correct answer