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.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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