A.4. Printing of Matrices

One or more matrices, say A and B, can be printed using one of the following statements

print a b ;

or

print a, b ;

Note that the use of the comma (,) results in the two matrices printing one below the other, while when no comma is used, they are printed side by side.

Get APPLIED MULTIVARIATE STATISTICS: WITH SAS® SOFTWARE now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.