!QTL analysis via Pihat method !Using marker1 !Using MZ and DZ twins !Analysis of platelet count !Twelve year olds The following MX script lines were read for group 1 #DEFINE NVAR 1 #DEFINE NSIB 2 ! NUMBER OF SIBLINGS #NGROUPS 3 Note: #NGroup set number of groups to 3 G1: PARAMETER ESTIMATES CALCULATION BEGIN MATRICES; X LOWER NVAR NVAR FREE !GENETIC BACKGROUND W LOWER NVAR NVAR FREE !DOMINANCE Z LOWER NVAR NVAR FREE !UNIQUE ENVIRONMENT L FULL NVAR 1 FREE !QTL EFFECT M FULL NSIB NVAR FREE !MEANS H FULL 1 1 R FULL 1 1 END MATRICES; SPECIFY M 10 10 MATRIX H .5 MATRIX R .25 BEGIN ALGEBRA; A= X*X'; !ADDITIVE GENETIC VARIANCE D= W*W'; !DOMINANCE VARIANCE E= Z*Z'; !UNIQUE ENVIRONMENTAL VARIANCE Q= L*L'; !VARIANCE DUE TO QTL V= A+Q+D+E; !TOTAL VARIANCE T= A|Q|D|E; !PARAMETERS IN ONE MATRIX FOR STANDARDIZING S= T@V~; !STANDARDIZED VARIANCE COMPONENT ESTIMATES END ALGEBRA; LABELS ROW S STANDEST LABELS COL S A^2 Q^2 D^2 E^2 LABELS ROW T UNSTANDEST LABELS COL T A^2 Q^2 D^2 E^2 END The following MX script lines were read for group 2 G2: MONOZYGOTIC TWINS DATA NINPUT=13 RECTANGULAR FILE=MARKER1.DAT NOTE: Rectangular file contained 519 records with data LABELS FAMID INDID1 INDID2 PIBD0 PIBD1 PIBD2 ZYGOSITY PLT11 PLT12 PLT13 PLT21 PLT22 PLT23 SELECT IF ZYGOSITY <3; NOTE: Select if yields 287 data vectors for analysis NOTE: Vectors contain a total of 2962 observations SELECT PLT11 PLT21; BEGIN MATRICES = GROUP 1; NOTE: Selection yields 166 data vectors for analysis NOTE: Vectors contain a total of 328 observations MEANS M; COVARIANCE A+D+Q+E | A+D+Q _ A+D+Q | A+D+Q+E; END The following MX script lines were read for group 3 G3: DIZYGOTIC TWINS DATA NINPUT=13 RECTANGULAR FILE=MARKER1.DAT NOTE: Rectangular file contained 519 records with data LABELS FAMID INDID1 INDID2 PIBD0 PIBD1 PIBD2 ZYGOSITY PLT11 PLT12 PLT13 PLT21 PLT22 PLT23 SELECT IF ZYGOSITY >2; NOTE: Select if yields 232 data vectors for analysis NOTE: Vectors contain a total of 2662 observations SELECT PIBD0 PIBD1 PIBD2 PLT11 PLT21; DEFINITION PIBD0 PIBD1 PIBD2; NOTE: Selection yields 232 data vectors for analysis NOTE: Vectors contain a total of 1079 observations BEGIN MATRICES = GROUP 1; NOTE: Definition yields 193 data vectors for analysis NOTE: Vectors contain a total of 383 observations K FULL 3 1 !IBD PROBABILITIES (FROM GENEHUNTER) F FULL 1 3 !COEFFICIENTS 0,0.5,1 FOR PIHAT END MATRICES; SPECIFY K PIBD0 PIBD1 PIBD2 MATRIX F 0. 0.5 1.0 BEGIN ALGEBRA; P= F*K; !ESTIMATE OF PIHAT END ALGEBRA; MEANS M; COVARIANCE A+D+Q+E | H@A+R@D+P@Q _ H@A+R@D+P@Q | A+D+Q+E; START 1 ALL START 2.8 M 1 1 1 OPTION NDECIMALS=3 OPTION ITERATIONS=5000 OPTION MULTIPLE ISSAT END Summary of VL file data for group 2 PLT11 PLT21 Code 1.000 2.000 Number 165.000 163.000 Mean 2.849 2.862 Variance 0.293 0.302 Minimum 1.800 1.800 Maximum 4.480 4.580 Summary of VL file data for group 3 PIBD2 PIBD1 PIBD0 PLT11 PLT21 Code -3.000 -2.000 -1.000 1.000 2.000 Number 193.000 193.000 193.000 193.000 190.000 Mean 0.239 0.501 0.260 2.866 2.796 Variance 0.149 0.167 0.139 0.294 0.306 Minimum 0.000 0.000 0.000 1.580 1.480 Maximum 0.996 1.000 1.000 4.410 4.590 PARAMETER SPECIFICATIONS GROUP NUMBER: 1 G1: Parameter Estimates MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a FULL matrix of order 1 by 1 1 1 4 MATRIX M This is a FULL matrix of order 2 by 1 1 1 10 2 10 MATRIX Q This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX R This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX T This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 2 G2: Monozygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a FULL matrix of order 1 by 1 1 1 4 MATRIX M This is a FULL matrix of order 2 by 1 1 1 10 2 10 MATRIX Q This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX R This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX T This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 3 G3: Dizygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 3 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a FULL matrix of order 3 by 1 1 1 -1 2 -2 3 -3 MATRIX L This is a FULL matrix of order 1 by 1 1 1 4 MATRIX M This is a FULL matrix of order 2 by 1 1 1 10 2 10 MATRIX P This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX Q This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX R This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX T This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 MX PARAMETER ESTIMATES GROUP NUMBER: 1 G1: Parameter Estimates MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.134 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.016 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX L This is a FULL matrix of order 1 by 1 1 1 0.326 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.845 2 2.845 MATRIX Q This is a computed FULL matrix of order 1 by 1 [=L*L'] 1 1 0.106 MATRIX R This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 Q^2 D^2 E^2 STANDEST 0.446 0.353 0.053 0.148 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|Q|D|E] A^2 Q^2 D^2 E^2 UNSTANDEST 0.134 0.106 0.016 0.045 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+Q+D+E] 1 1 0.300 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.126 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.366 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.211 GROUP NUMBER: 2 G2: Monozygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.134 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.016 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX L This is a FULL matrix of order 1 by 1 1 1 0.326 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.845 2 2.845 MATRIX Q This is a computed FULL matrix of order 1 by 1 [=L*L'] 1 1 0.106 MATRIX R This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 Q^2 D^2 E^2 STANDEST 0.446 0.353 0.053 0.148 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|Q|D|E] A^2 Q^2 D^2 E^2 UNSTANDEST 0.134 0.106 0.016 0.045 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+Q+D+E] 1 1 0.300 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.126 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.366 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.211 GROUP NUMBER: 3 G3: Dizygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.134 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.016 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX F This is a FULL matrix of order 1 by 3 1 2 3 1 0.000 0.500 1.000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX K This is a FULL matrix of order 3 by 1 1 1 1.000 2 0.000 3 0.000 MATRIX L This is a FULL matrix of order 1 by 1 1 1 0.326 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.845 2 2.845 MATRIX P This is a computed FULL matrix of order 1 by 1 [=F*K] 1 1 0.000 MATRIX Q This is a computed FULL matrix of order 1 by 1 [=L*L'] 1 1 0.106 MATRIX R This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 Q^2 D^2 E^2 STANDEST 0.446 0.353 0.053 0.148 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|Q|D|E] A^2 Q^2 D^2 E^2 UNSTANDEST 0.134 0.106 0.016 0.045 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+Q+D+E] 1 1 0.300 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.126 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.366 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.211 Your model has 5 estimated parameters and 711 Observed statistics -2 times log-likelihood of data >>> 914.771 Degrees of freedom >>>>>>>>>>>>>>>> 706 This problem used 13.5% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 1.37 Execution 0: 0: 0: 5.33 TOTAL 0: 0: 0: 6.70 Total number of warnings issued: 0 ______________________________________________________________________________ ! Test significance of QTL effect Multiple fit option in effect. The following MX script lines have been read: DROP L 1 1 1 END Summary of VL file data for group 2 PLT11 PLT21 Code 1.000 2.000 Number 165.000 163.000 Mean 2.849 2.862 Variance 0.293 0.302 Minimum 1.800 1.800 Maximum 4.480 4.580 Summary of VL file data for group 3 PIBD2 PIBD1 PIBD0 PLT11 PLT21 Code -3.000 -2.000 -1.000 1.000 2.000 Number 193.000 193.000 193.000 193.000 190.000 Mean 0.239 0.501 0.260 2.866 2.796 Variance 0.149 0.167 0.139 0.294 0.306 Minimum 0.000 0.000 0.000 1.580 1.480 Maximum 0.996 1.000 1.000 4.410 4.590 PARAMETER SPECIFICATIONS GROUP NUMBER: 1 G1: Parameter Estimates MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX M This is a FULL matrix of order 2 by 1 1 1 10 2 10 MATRIX Q This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX R This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX T This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 2 G2: Monozygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX L This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX M This is a FULL matrix of order 2 by 1 1 1 10 2 10 MATRIX Q This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX R This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX T This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 GROUP NUMBER: 3 G3: Dizygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX D This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX E This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX F This is a FULL matrix of order 1 by 3 It has no free parameters specified MATRIX H This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX K This is a FULL matrix of order 3 by 1 1 1 -1 2 -2 3 -3 MATRIX L This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX M This is a FULL matrix of order 2 by 1 1 1 10 2 10 MATRIX P This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX Q This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX R This is a FULL matrix of order 1 by 1 It has no free parameters specified MATRIX S This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX T This is a computed FULL matrix of order 1 by 4 It has no free parameters specified MATRIX V This is a computed FULL matrix of order 1 by 1 It has no free parameters specified MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 2 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 1 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 3 MX PARAMETER ESTIMATES GROUP NUMBER: 1 G1: Parameter Estimates MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.239 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.016 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX L This is a FULL matrix of order 1 by 1 1 1 0.000 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.843 2 2.843 MATRIX Q This is a computed FULL matrix of order 1 by 1 [=L*L'] 1 1 0.000 MATRIX R This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 Q^2 D^2 E^2 STANDEST 0.798 0.000 0.053 0.149 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|Q|D|E] A^2 Q^2 D^2 E^2 UNSTANDEST 0.239 0.000 0.016 0.045 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+Q+D+E] 1 1 0.300 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.126 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.489 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.211 GROUP NUMBER: 2 G2: Monozygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.239 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.016 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX L This is a FULL matrix of order 1 by 1 1 1 0.000 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.843 2 2.843 MATRIX Q This is a computed FULL matrix of order 1 by 1 [=L*L'] 1 1 0.000 MATRIX R This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 Q^2 D^2 E^2 STANDEST 0.798 0.000 0.053 0.149 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|Q|D|E] A^2 Q^2 D^2 E^2 UNSTANDEST 0.239 0.000 0.016 0.045 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+Q+D+E] 1 1 0.300 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.126 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.489 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.211 GROUP NUMBER: 3 G3: Dizygotic twins MATRIX A This is a computed FULL matrix of order 1 by 1 [=X*X'] 1 1 0.239 MATRIX D This is a computed FULL matrix of order 1 by 1 [=W*W'] 1 1 0.016 MATRIX E This is a computed FULL matrix of order 1 by 1 [=Z*Z'] 1 1 0.045 MATRIX F This is a FULL matrix of order 1 by 3 1 2 3 1 0.000 0.500 1.000 MATRIX H This is a FULL matrix of order 1 by 1 1 1 0.500 MATRIX K This is a FULL matrix of order 3 by 1 1 1 1.000 2 0.000 3 0.000 MATRIX L This is a FULL matrix of order 1 by 1 1 1 0.000 MATRIX M This is a FULL matrix of order 2 by 1 1 1 2.843 2 2.843 MATRIX P This is a computed FULL matrix of order 1 by 1 [=F*K] 1 1 0.000 MATRIX Q This is a computed FULL matrix of order 1 by 1 [=L*L'] 1 1 0.000 MATRIX R This is a FULL matrix of order 1 by 1 1 1 0.250 MATRIX S This is a computed FULL matrix of order 1 by 4 [=T@V~] A^2 Q^2 D^2 E^2 STANDEST 0.798 0.000 0.053 0.149 MATRIX T This is a computed FULL matrix of order 1 by 4 [=A|Q|D|E] A^2 Q^2 D^2 E^2 UNSTANDEST 0.239 0.000 0.016 0.045 MATRIX V This is a computed FULL matrix of order 1 by 1 [=A+Q+D+E] 1 1 0.300 MATRIX W This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.126 MATRIX X This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 0.489 MATRIX Z This is a LOWER TRIANGULAR matrix of order 1 by 1 1 1 -0.211 Your model has 4 estimated parameters and 711 Observed statistics -2 times log-likelihood of data >>> 916.793 Degrees of freedom >>>>>>>>>>>>>>>> 707 Saturated model fit* >>>>>>>>>>> 914.771 Saturated model df* >>>>>>>>>>> 706 Difference Chi-squared >>>>>>>> 2.021 Difference d.f. >>>>>>>>>>>>>>> 1 Probability >>>>>>>>>>>>>>>>>>>> 0.155 Akaike's Information Criterion > 0.021 * Saturated model statistic computed earlier in this job This problem used 13.5% of my workspace Task Time elapsed (DD:HH:MM:SS) Reading script & data 0: 0: 0: 0.00 Execution 0: 0: 0: 3.90 TOTAL 0: 0: 0: 3.90 Total number of warnings issued: 0 ______________________________________________________________________________