The MAT PRINT statement prints the contents of a one- or two-dimensional array on your terminal or assigns the value of each array element to a record in a terminal-format file. Example MAT PRINT Arr1(5,5)
1 – Syntax
MAT PRINT [chnl-exp,] {array [(int-exp1 [,int-exp2])] [{ , }]}... { ; }