73 data hwbiostat6;
74 infile "/folders/myfolders/hwbiostat6/ch12q06.txt" dlm='09'x firstobs=2;
75 input SEX $ Y X;
76 if sex="M" then Zsex=1;
77 else Zsex=0;
78 Xsex= X*Zsex;
79 datalines;
NOTE: The infile "/folders/myfolders/hwbiostat6/ch12q06.txt" is:
Filename=/folders/myfolders/hwbiostat6/ch12q06.txt,
Owner Name=root,Group Name=vboxsf,
Access Permission=-rwxrwx---,
Last Modified=08Apr2021:00:24:53,
File Size (bytes)=534
NOTE: Invalid data for Y in line 3 1-14.
NOTE: Invalid data for X in line 4 1-14.
RULE: ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0
4 'M',21.6,0.301 14
NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.
NOTE: Increase available buffer lines with the INFILE n= option.
SEX='M',17.1 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=1
NOTE: Invalid data for Y in line 6 1-14.
NOTE: Invalid data for X in line 7 1-14.
7 'M',23.8,0.602 14
NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.
NOTE: Increase available buffer lines with the INFILE n= option.
SEX='M',24.5 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=2
NOTE: Invalid data for Y in line 9 1-12.
NOTE: Invalid data for X in line 10 1-14.
10 'M',29.4,0.903 14
NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.
NOTE: Increase available buffer lines with the INFILE n= option.
SEX='M',27.7 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=3
NOTE: Invalid data for Y in line 12 1-14.
NOTE: Invalid data for X in line 13 1-14.
13 'M',34.2,1.204 14
NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.
NOTE: Increase available buffer lines with the INFILE n= option.
SEX='M',30.1 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=4
NOTE: Invalid data for Y in line 15 1-14.
NOTE: Invalid data for X in line 16 1-14.
16 'M',31.8,1.505 14
NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.
NOTE: Increase available buffer lines with the INFILE n= option.
SEX='M',37.3 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=5
NOTE: Invalid data for Y in line 18 1-14.
NOTE: Invalid data for X in line 19 1-14.
19 'F',22.1,0.301 14
NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.
NOTE: Increase available buffer lines with the INFILE n= option.
SEX='M',40.2 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=6
NOTE: Invalid data for Y in line 21 1-14.
NOTE: Invalid data for X in line 22 1-14.
22 'F',26.9,0.602 14
NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.
NOTE: Increase available buffer lines with the INFILE n= option.
SEX='F',15.3 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=7
NOTE: Invalid data for Y in line 24 1-14.
NOTE: Invalid data for X in line 25 1-14.
RULE: ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0
25 'F',27.1,0.903 14
NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.
NOTE: Increase available buffer lines with the INFILE n= option.
SEX='F',20.2 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=8
NOTE: Invalid data for Y in line 27 1-14.
NOTE: Invalid data for X in line 28 1-14.
28 'F',30.3,1.204 14
NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.
NOTE: Increase available buffer lines with the INFILE n= option.
SEX='F',30.1 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=9
NOTE: Invalid data for Y in line 30 1-14.
NOTE: Invalid data for X in line 31 1-14.
31 'F',32.6,1.505 14
NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.
NOTE: Increase available buffer lines with the INFILE n= option.
SEX='F',33,1 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=10
NOTE: Invalid data for Y in line 33 1-14.
NOTE: LOST CARD.
NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.
NOTE: Increase available buffer lines with the INFILE n= option.
SEX='F',36.1 Y=. X=. Zsex=. Xsex=. _ERROR_=1 _N_=11
NOTE: 32 records were read from the infile "/folders/myfolders/hwbiostat6/ch12q06.txt".
The minimum record length was 12.
The maximum record length was 14.
NOTE: SAS went to a new line when INPUT statement reached past the end of a line.
NOTE: Missing values were generated as a result of performing an operation on missing values.
Each place is given by: (Number of times) at (Line):(Column).
10 at 78:9
NOTE: The data set WORK.HWBIOSTAT6 has 10 observations and 5 variables.
NOTE: DATA statement used (Total process time):
real time 0.03 seconds
cpu time 0.00 seconds
112 ;
113 run;
114
115 proc print data=hwbiostat6;
116 run;
NOTE: There were 10 observations read from the data set WORK.HWBIOSTAT6.
NOTE: PROCEDURE PRINT used (Total process time):
real time 0.14 seconds
cpu time 0.13 seconds
117
118
119
120
121
122
123
124
125 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;