The results of this code after compile time
This code produces the same output as in previous examples.
The above code has the following effect at compile time:
Code effect INPUT @1 ID 3. define ID as a numeric variable of length 8 @5 GENDER $1. define GENDER as a character variable of length 1 @7 AGE 2. define AGE as a numeric variable of length 8 @10 HEIGHT 2. define HEIGHT as a numeric variable of length 8 @13 DOB MMDDYY6.;define DOB as a numeric variable of length 8 to be read with a specific format
Note: No data has been read.