Module Library

TABPRT Call

prints matrices in tabular format

RUN TABPRT( matrix);

where matrix is any n x 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 can 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.

Previous Page | Next Page | Top of Page