BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
cwpark
Calcite | Level 5
 
1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

Are you set on using IML? This looks like a report, not a matrix so I would usually recommend PROC REPORT or TABULATE.

 

And the image shown is what you want, what do you currently have. Don't post it as an image, post as text data. I'm not typing out your data to work with it. 

 

Here's a quick intro paper to PROC REPORT.

http://www2.sas.com/proceedings/forum2008/079-2008.pdf

 

You can search on here or lexjansen.com for many examples and tutorials.

View solution in original post

1 REPLY 1
Reeza
Super User

Are you set on using IML? This looks like a report, not a matrix so I would usually recommend PROC REPORT or TABULATE.

 

And the image shown is what you want, what do you currently have. Don't post it as an image, post as text data. I'm not typing out your data to work with it. 

 

Here's a quick intro paper to PROC REPORT.

http://www2.sas.com/proceedings/forum2008/079-2008.pdf

 

You can search on here or lexjansen.com for many examples and tutorials.