Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Module Library

TABPRT Call

prints matrices in tabular format
RUN TABPRT( matrix);

where matrix is any n ×m matrix.

The TABPRT module prints any numeric or character matrix in table format. The regular PRINT command output is often difficult to read, especially for large matrices, where individual rows may wrap around. The module source code can be edited for further cosmetic changes, such as alternative format or field width, or for assigning specific row and column labels.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.