Multiple choice technology programming languages

PROC CONTENTS is a :-

  1. PROC STEP

  2. DATA STEP

  3. MACRO

  4. FUNCTION

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

PROC CONTENTS is a SAS utility procedure used to display information about a dataset's descriptor portion. In SAS programming, any block of code starting with a PROC statement is classified as a PROC step. This makes it distinct from DATA steps, macros, and functions.