Operators
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.
-
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: `
Copyright © SAS Institute Inc. All rights reserved.