BookmarkSubscribeRSS Feed
analyst_work
Obsidian | Level 7

Hi,

I am trying to produce a report in SAS RWI for 10 different hospitals.

I have variables named Patient_1, Patient_2... Patient_n (n is different for each hospital). This is a numeric variable,

In the report, I am trying to create new character variables called Patient_Day_1 , Patient_Day_2 etc. The data should look like this:

 

Patient_1 Patient_Day_1 Patient_2 Patient_Day_2 Patient_3 Patient_Day_3

     0             Day 0                  1             Day 1              4               Day 4

 

Is there an easy way to do this in RWI?

If not, how can I do this without using RWI?

 

Thank you!

1 REPLY 1
Cynthia_sas
Diamond | Level 26
Hi:
Depending on the structure of the data, you might be able to do this in PROC PRINT, PROC REPORT or RWI. Was there something about RWI that you needed in particular?

What code have you tried? What does your data structure look like. What does your final report look like? You said you have 10 different hospitals to report on. Were you going to use BY group processing?

What is the final destination of your output? HTML? PDF?

Cynthia

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1 reply
  • 1007 views
  • 0 likes
  • 2 in conversation