Multiple choice technology web technology

The proc which is used to redirect the output from the normal place to another file is

  1. PRINT

  2. PRINTTO

  3. FSLIST

  4. REPORT

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

PROC PRINTTO is the SAS procedure used to redirect output (log and procedure output) from the default destination to a specified file. This is essential for managing output locations and organizing SAS results.