Multiple choice technology programming languages

how many times of line pointer controls?

  1. 4

  2. 2

  3. 3

  4. 1

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

SAS has two line pointer controls for input data: / (forward slash) moves to the next record, and #n (like #5) moves to column n. These control where the INPUT statement reads from in the data lines. Options 1, 3, and 4 are incorrect counts.