Multiple choice technology programming languages

What is the difference between proc print and proc printto?

  1. proc printto allows to redirect the output

  2. no difference

  3. proc printto is faster and takes less memory space

  4. proc printto does not exists

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

In SAS, PROC PRINT writes data to the default output destination, whereas PROC PRINTTO is used to redirect SAS log or procedure output to an external file or alternative destination.