Creating Multiple Observations from a Single Record |
Lesson
Overview |
Introduction
Sometimes you may have raw data files that contain data for several observations in one record. Data is stored in this manner to reduce the size of the entire data file. Each record can contain
|
1---+----10---+----20---+----30--
01APR90 68 02APR90 67 03APR90 70
04APR90 74 05APR90 72 06APR90 73
07APR90 71 08APR90 75 09APR90 76
|
1---+----10---+----20---+----30--
001 WALKING AEROBICS CYCLING
002 SWIMMING CYCLING SKIING
003 TENNIS SWIMMING AEROBICS
|
1---+----10---+----20---+----30--
001 WALKING
002 SWIMMING CYCLING SKIING
003 TENNIS SWIMMING
This lesson shows you several ways of creating multiple observations from a single record. This lesson contains 34 pages and takes approximately 45-60 minutes to complete. |
Objectives
In this lesson, you learn how to
Additionally, you learn to
Before taking this lesson, you should have completed the following lessons
Introduction to SAS Programming |
Copyright © 2002 SAS Institute Inc.,
Cary, NC, USA. All rights reserved.