BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
tianerhu
Pyrite | Level 9
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 :

tianerhu_0-1622383815531.png

the output on textbook like this:

tianerhu_1-1622384010071.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
Tom
Super User Tom
Super User

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.

View solution in original post

2 REPLIES 2
Tom
Super User Tom
Super User

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.

tianerhu
Pyrite | Level 9

Thank you for your help.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 759 views
  • 0 likes
  • 2 in conversation