Statistical Analysis for Education and Psychology Researchers

(Jeff_L) #1
0005 NOTE: AUTOEXEC processing beginning;
‘file is
C:\SASWIN\AUTOEXEC.SAS.
0006
0007 NOTE: Libref MYLIB was successfully
assigned as follows:
0008 Engine: V608
0009 Physical Name: A:\
0010
0011 NOTE: AUTOEXEC processing completed.
0012
0013 1 options nodate nonumber;
0014 2 data-child1;
0015 3 infile 'a:ehild1.dat';
0016 4 input; caseid 1–3 ageyrs 5–
6 sex 8 ses 10- raven 12;
0017 5
0018
0019 NOTE: The infile 'a:child1.dat' is:
0020 FILENAME=a:\child1.dat,
0021 RECFM=V, LRECL=132
0022
0023 NOTE: 10 records were read from the
infile 'a:child1.dat'.
0024 The minimum record, length was 12.
0025 The maximum record length was 12,
0026 NOTE:The data set WORK. CHILD1 has 10
has 10 observations and 5 variables.
0027 NOTE: The DATA statement used 3.83
seconds.
0028
0029 6 data child2;
0030 7 infile 'a:child2.dat';
0031 8 input caseid 1–3 ageyrs 5–6
sex 8 ses 10 raven 12;
0032 9
0033
0034 NOTE: The infile 'a: child2.dat' is:
0035 FILENAME=\child2 .dat,
0036 RECFM=V,LRECD=132
0037
0038 NOTE: 10 records read 46
0039 The minimum record length
0040 The maximum record length
0041 NOTE: The data set WORK. CHILD2 has
10 observations and 5 variables.
0042 NOTE: The DATA statement
0043
0044 10 proc compare data=child1
compare=child2 transpose nolistequal
0045 nosummary;
0046 11 title 'PROC COMPARE OUTPUT';

Statistical analysis for education and psychology researchers 42

Free download pdf