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.