Please see that attachment to view my question. Thank you,
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
Please show the PROC TRANSPOSE code taht you have already tried?
proc transpose data=meanage out=transpose(drop=_label_) name=Age; id cohort; run;
Thanks,
@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:
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
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
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.