*Copyright @ www.statschoice.com;


/********************************************************************************

What is the word meaning of 'array'?

********************************************************************************/

/********************************************************************************

  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 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

********************************************************************************/