*Copyright @ www.mycsg.in;


What does PROC CONTENTS do

Get the list of variables in a dataset into another dataset

Get the list of variables present in males dataset of WORK library into a dataset named males_cont01

Get the list of variables present in females dataset of WORK library into a dataset named females_cont01

Get the list of variables present in cars dataset of WORK library into a dataset named cars_cont01

Get the list of variables present in datasets named males, females, and class of WORK library into a dataset named cont01

Get the number of observations present in each dataset of SASHELP library into a dataset named numobs

Get the list of numeric variables present in class dataset of SASHELP library into a dataset named cont01_num

Get the first variable in datasets named class and cars of SASHELP library into a dataset named first_vars

Identify the variables in sashelp.cars that have labels and those that do not

Key points to remember