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!
You can apply a SAS format as part of the PRINT statement. For example
a = magic(7)/49; print a [format=12.10];
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.