BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
messaydegife
Fluorite | Level 6

Please see that attachment to view my question. Thank you, 

1 ACCEPTED SOLUTION

Accepted Solutions
Tom
Super User Tom
Super User

There are many SAS conference papers out there on how to produce that type of report.

Here is an excellent one.

http://www.lexjansen.com/pharmasug/2010/tt/tt05.pdf

 

View solution in original post

4 REPLIES 4
PeterClemmensen
Tourmaline | Level 20

Please show the PROC TRANSPOSE code taht you have already tried?

messaydegife
Fluorite | Level 6
proc transpose data=meanage out=transpose(drop=_label_) name=Age;
id cohort;
run;

Thanks,

Reeza
Super User

@messaydegife wrote:

Please see that attachment to view my question. Thank you, 


Yeah, no. Please post your question directly into the forum. Attachments such as docx can be problematic and many users can't download them at all for security reasons.


Look into the STACKODSOUTPUT option anyways, it's usually the answer to these types of questions:

http://support.sas.com/documentation/cdl/en/proc/70377/HTML/default/viewer.htm#p17h6q7ygvkl1sn13qzf9...

Tom
Super User Tom
Super User

There are many SAS conference papers out there on how to produce that type of report.

Here is an excellent one.

http://www.lexjansen.com/pharmasug/2010/tt/tt05.pdf

 

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
  • 4 replies
  • 2581 views
  • 3 likes
  • 4 in conversation