Print a report that contains only one row of variables on each page. ROWS=PAGE prints only one row of variables for each observation on a page. This report is shown in Layout Produced by the ROWS=PAGE Option: Listing Output.
proc print data=empdata(obs=12) rows=page; id idnumber; title 'Personnel Data'; run;