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.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.