Multiple choice technology programming languages

Which procedure can be used to see the descriptor portion of a dataset?

  1. Proc freq

  2. Proc print

  3. Proc datasets

  4. Proc contents

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

PROC CONTENTS in SAS is specifically designed to show the descriptor portion of a SAS dataset, which includes metadata such as variable names, types, lengths, and creation dates.