Working with Matrices
More about Missing Values
Missing values in matrices are discussed in Chapter 2, Understanding the SAS/IML Language. You should carefully read that chapter and Chapter 24, Further Notes, so that you are aware of the way SAS/IML software handles missing values. The following examples show how missing values are handled for elementwise operations and for subscript reduction operators.
Consider the following two matrices and
:
The following operations handle missing values in matrices:
Last updated: July 20, 2026