Prints the data using PROC PRINT. Print the contents of the procedure using
PROC CONTENTS.
proc print data=default; run;
proc contents data=default; run;
OUTPUT
The following outputs show the difference in processing data using the
STACKODSOUTPUT option and then not using the option.
This output is generated without the STACKODSOUTPUT option.
Output 34.17Output without Using the STACKODSOUTPUT Option
1076Chapter 34•MEANS Procedure
This code processes the data using the STACKODSOUTPUT option. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.