BookmarkSubscribeRSS Feed
jazhang
Fluorite | Level 6

Hello, I would like to display more number of decimal places when print a matrix in SAS IML compared to the default setting. Anyone know how to do this? Thanks!

1 REPLY 1
IanWakeling
Barite | Level 11

You can apply a SAS format as part of the PRINT statement.  For example

 

  a = magic(7)/49;
  print a [format=12.10];

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

From The DO Loop
Want more? Visit our blog for more articles like these.
Discussion stats
  • 1 reply
  • 2559 views
  • 3 likes
  • 2 in conversation