Information Technology Services


Data Analysis Concepts in SAS


Data Value

- a single measurement or piece of information; e.g., the name, height, or weight of an individual.


Observation

- a set of data values for a single individual or thing; a single source of data values; e.g., a person, company, city.


Variable

- a set of data values for a single measurement; e.g., the heights of all students in a class, annual rainfalls for cities in the tri-state area.


Variable Name

- the term or name associated with the values for a specific variable in a data set. SAS uses variable names to keep track of information for each variable.


Raw Data Set

- a two-dimensional array of numbers; a collection of observations; e.g., the physical measurements for all students in a class. A raw data set may exist in many different forms including hand-written data sheets or a 'flat' file on a computer.


SAS Data Set

- a collection of observations that has been passed through a SAS data step and converted to a type of 'machine code' that the SAS Procedures can access. SAS data sets include all of the data values read in from the raw data set plus the descriptive information like variable names, labels, and formats that are incorporated during the execution of the data step.


Home Menu

Comments, questions? Please contact Curt Doetkott
Last Modified: 11:29 AM Fri, Jan 3, 1997
Published by Information Technology Services