Multiple choice technology programming languages

A SAS program may contain a DATA step embedded within a PROC STEP and viceversa

  1. True

  2. False

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

SAS executes steps sequentially in the order they appear in the program. A DATA step cannot be embedded within a PROC step, and vice versa. Each step must be complete and independent, executed one after another based on program flow.