The MATTRIB statement associates printing characteristics with matrices. You can use the MATTRIB statement to display coffee
with row and column headings. In addition, you can format the displayed numeric output and assign a label to the matrix name.
The following example shows how to customize your displayed output:
mattrib coffee rowname=names colname=days label='Weekly Coffee' format=2.0; print coffee;