title "Random Assignment - Three Groups";
proc report data=Learn.Assign panels=99
headline ps=16;
columns Subject Group;
define Subject / display width=7;
define Group / width=5;
run;
partial of the my output like this :
the output on textbook like this:
The book output looks like normal listing output. Your screen shot looks like ODS output to HTML destination.
I suspect that the PageSize option does not apply to ODS output.
The book output looks like normal listing output. Your screen shot looks like ODS output to HTML destination.
I suspect that the PageSize option does not apply to ODS output.
Thank you for your help.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.