Language Reference

Operators

All operators available in SAS/IML software are described in this section.


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 Reverse Operator:   -

Subscripts:   [ ]

Subtraction Operator:   -

Transpose Operator:   `

Previous Page | Next Page | Top of Page