*Copyright @ www.mycsg.in;
What is the word meaning of 'array'?
- an indexed set of related elements.
What do we mean by 'array' and 'array processing' in SAS?
- Array: An array is a temporary grouping of SAS variables that are arranged in a particular order and identified by a name
- Array processing: perform one or more tasks for a series of related variables.
Create input data
Replace missing values in variables containing scores - using if then else
Replace missing values in variables containing scores - using arrays
Create a separate row for each score variable and store then individual score in a variable named score - using output statements
Create a separate row for each score variable and store then individual score in a variable named score - using arrays