Print the SASHELP DATA set with only one observation.
proc print data=sashelp.class (obs=1); run;