Step 4
The compiler compiles the info on the second variable. It says, "The variable GENDER, a character variable of length one, will be read off the byte 5."
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 |
ID |
numeric |
GENDER |
character, length 1 |
The input buffer
On disk:
(nothing).