- Addition Operator:   +
- Comparison Operators: <,   <=,   >,   >=,   =,   ^=
- Concatenation Operator, Horizontal:   ||
- Concatenation Operator, Vertical:   //
- Direct Product Operator:   @
- Division Operator:   /
- Element Maximum Operator:   <>
- Element Minimum Operator:   ><
- Index Creation Operator:   :
- Logical Operators:   &,   |,   ^
- Multiplication Operator, Elementwise:   #
- Multiplication Operator, Matrix:   *
- Power Operator, Elementwise:   ##
- Power Operator, Matrix:   **
- Sign Reversal Operator:   –
- Subscripts:   [ ]
- Subtraction Operator:   –
- Transpose Operator:  `
 
         This section describes all operators that are available in SAS/IML software. Each section shows how the operator is used,
            followed by a description of the operator. 
         
         In addition to the matrix operators described in this section, SAS/IML supports subscript reduction operators that make it easy to compute basic descriptive statistics on rows and columns of a matrix. 
         
       
         
         Copyright © SAS Institute Inc. All Rights Reserved.