*Copyright @ www.mycsg.in;


What is an array in SAS

  1. An indexed set of related elements.

What do we mean by array and array processing in SAS

Create input data

Replace missing values in score variables using repeated IF statements

Replace missing values in score variables using an array

Create a separate row for each score variable using repeated OUTPUT statements

Create a separate row for each score variable using an array

Key points to remember