Step 2
The compiler begins to compile the INPUT statement. It says, "I'm going to read in some raw data."
DATA POINTER; INPUT @1 ID 3. @5 GENDER $1. @7 AGE 2. @10 HEIGHT 2. @13 DOB MMDDYY6.; FORMAT DOB MMDDYY8.; DATALINES;
Results
The Program Data Vector (PDV):
variable |
characteristics |
_N_ |
numeric |
_ERROR_ |
numeric |
Build an input buffer
On disk:
(nothing).