Multiple choice technology programming languages

SAS programs have basically 2 steps .They are

  1. Base SAS

  2. DATA

  3. Macro

  4. PROC

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

SAS programs consist primarily of two building blocks: DATA steps, which are used to read and manipulate data, and PROC (procedure) steps, which are used to process, analyze, or print data.