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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.