98 99 100 /* 101 JMP Genomics Analytical Process 102 103 Name: Q-K Mixed Model 104 Author: Wendy Czika 105 106 ----------------------------------------------------------- 107 Copyright (C) 2009 SAS Institute, Inc. All rights reserved. 108 109 Notice: 110 The above copyright notice and this notice must appear in 111 any whole or partial copy of this code and any related 112 documentation. Permission to use, copy, and modify the 113 source code contained in this file is hereby granted, but 114 is limited to customers of SAS with a valid license for the 115 SAS software product with which this file was provided. 116 Except as expressly set forth herein, the terms of such 117 license apply. 118 ----------------------------------------------------------- 119 */ 120 121 *ProcessVariables; 122 123 124 %let StudyName= ; 125 %let InData=%nrbquote(E:\verhalt\Latenz_3\wt5_26_dmg_ibd_kc.sas7bdat); 126 %let AlleleVars= ; 127 %let TraitVar= Latenz3; 128 %let ListMarkerVars=%nrbquote(recgenoRow_1-recgenoRow_48909); 129 %let ListTraitVars=%nrbquote(); 130 %let OutPath=%nrbquote(E:\verhalt\Latenz_3\); 131 %let ServerOutPath= ; 132 %let MacroPath= C:\Program Files\SASHome\JMP\10\LifeSciences\MacroLib; 133 %let QVars= ; 134 %let ListQVars=%nrbquote(); 135 %let QSumto1= No; 136 %let PedID= ; 137 %let KVars= ; 138 %let ListKVars=%nrbquote(); 139 %let CompressedK= Yes; 140 %let FixCovParms= Yes; 141 %let TraitType= Ordinal; 142 %let ClassVars= kmat1 kmat2 GEBDAT GESCHL; 143 %let FixedEff=%nrbquote(GESCHL WT19); 144 %let IntEff=%nrbquote(); 145 %let IntTestsOnly= ; 146 %let RandEff=%nrbquote(kmat1 kmat2 GEBDAT); 147 %let RandOpts=%nrbquote(); 148 %let ParmsStmt=%nrbquote(); 149 %let DDFM= RESIDUAL; 150 %let UseLowerB= No; 151 %let GMethod= RSPL; 152 %let AnnoInData=%nrbquote(E:\verhalt\ori_verhalt\snp_map_dmg_recgeno.sas7bdat); 153 %let AnnoLabel= SNP_ID; 154 %let AnnoMName= ; 155 %let AnnoGroup= SSC10_2; 156 %let AnnoLoc= position10_2; 157 %let AnnoMajAllele= ; 158 %let AnnoAccession= ; 159 %let AnnoWhereStmt=%nrbquote(); 160 %let MarkerFmt= Numeric Genotypes; 161 %let GenoDelim= ; 162 %let QTests= Trend; 163 %let Odds= No; 164 %let Listing= No; 165 %let OutputLSM= ; 166 %let OutputResid= No; 167 %let OutName=%nrbquote(); 168 %let QKMM_OutData= ; 169 %let QKMMScript= ; 170 %let Conv= NegLog10; 171 %let MTC= ; 172 %let PValAdj= ; 173 %let Tau= ; 174 %let Bandwidth= ; 175 %let Alpha= 0; 176 %let OnlySig= No; 177 %let Server= Local; 178 %let LS_HOME=%nrbquote(C:\Program Files\SASHome\JMP\10\LifeSciences\); 179 %let GENOMICS_HOME=%nrbquote(C:\Program Files\SASHome\JMP\10\Genomics\); 180 %let USER_HOME=%nrbquote(C:\Users\siriluck.FBN\AppData\Local\SAS\JMP\10\JMPG\); 181 %let LSUSER_HOME=%nrbquote(C:\Users\siriluck.FBN\AppData\Local\SAS\JMP\10\JMPLS\); 182 %let Starter_Index=%nrbquote(2); 183 %let LS_Product=%nrbquote(Genomics); 184 %let CLIENT_HOST= Windows; 185 %let KILLFILE=%nrbquote(QKMixedModel_2014_10_13_3_21_38_PM.bat); 186 187 188 *ProcessBody; 189 190 191 %macro runAP; 192 filename customap 192 ! "C:\Users\siriluck.FBN\AppData\Local\SAS\JMP\10\JMPG\ProcessLibrary\QKMixedModel.sas"; 193 %if %sysfunc(fexist(customap)) %then %do; 194 %include customap; 195 %end; 196 %else %do; 197 %include "C:\Program Files\SASHome\JMP\10\Genomics\ProcessLibrary/QKMixedModel.sas" 197 ! ; 198 %end; 199 %mend; 200 %runAP; WARNING: Missing semicolon between %THEN clause and ELSE has been assumed. WARNING: Missing semicolon between %THEN clause and ELSE has been assumed. Server = Local OutPath = E:\verhalt\Latenz_3\ ClientOutPath = E:\verhalt\Latenz_3\ Running JMP Genomics 6.0 with SAS Version 9.3 Initializing QKMixedModel SYSSCP = WIN NOTE: The file THEFILE is: Filename=E:\verhalt\Latenz_3\QKMixedModel_2014_10_13_3_21_38_PM.bat, RECFM=V,LRECL=256,File Size (bytes)=0, Last Modified=13Oct2014:15:21:39, Create Time=13Oct2014:15:21:39 NOTE: 1 record was written to the file THEFILE. The minimum record length was 21. The maximum record length was 21. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds SYSJOBID = 5564 NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds WORKPATH = C:\Users\siriluck.FBN\AppData\Local\Temp\SAS Temporary Files\_TD5564_SIRILUCK-PC_\Prc2 SASMode = Batch OutDataFormat = sas7bdat OutPath = E:\verhalt\Latenz_3\ NOTE: Libref OUTLIB was successfully assigned as follows: Engine: V9 Physical Name: E:\verhalt\Latenz_3 QKMixedModel started NOTE: The data set WORK.TMP_CLOCK has 1 observations and 10 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: The infile PROJLOG is: Filename=E:\verhalt\Latenz_3\StudyLog.txt, RECFM=V,LRECL=256,File Size (bytes)=424, Last Modified=13Oct2014:15:17:04, Create Time=13Oct2014:15:14:49 NOTE: 13 records were read from the infile PROJLOG. The minimum record length was 1. The maximum record length was 80. NOTE: SAS went to a new line when INPUT statement reached past the end of a line. NOTE: The data set WORK._TMPC_ has 10 observations and 2 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds NOTE: Numeric values have been converted to character values at the places given by: (Line):(Column). 12132:99 NOTE: There were 10 observations read from the data set WORK._TMPC_. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: The file PROJLOG is: Filename=E:\verhalt\Latenz_3\StudyLog.txt, RECFM=V,LRECL=256,File Size (bytes)=424, Last Modified=13Oct2014:15:17:04, Create Time=13Oct2014:15:14:49 NOTE: 4 records were written to the file PROJLOG. The minimum record length was 1. The maximum record length was 57. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: There were 1 observations read from the data set WORK.TMP_CLOCK. NOTE: The data set WORK._PROCESSINFO has 1 observations and 10 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds PathName: _ref = E:\verhalt\Latenz_3\wt5_26_dmg_ibd_kc.sas7bdat PathName: TmpPath=E:\verhalt\Latenz_3\ TmpName=wt5_26_dmg_ibd_kc TmpName2=wt5_26_dmg_ibd_kc.sas7bdat NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds PathName: _ref = E:\verhalt\Latenz_3\wt5_26_dmg_ibd_kc.sas7bdat PathName: TmpPath=E:\verhalt\Latenz_3\ TmpName=wt5_26_dmg_ibd_kc TmpName2=wt5_26_dmg_ibd_kc.sas7bdat NOTE: Libname INLIB refers to the same physical library as OUTLIB. NOTE: Libref INLIB was successfully assigned as follows: Engine: V9 Physical Name: E:\verhalt\Latenz_3 NOTE: Libname OUTLIB refers to the same physical library as INLIB. NOTE: Libref OUTLIB was successfully assigned as follows: Engine: V9 Physical Name: E:\verhalt\Latenz_3 NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds PathName: _ref = E:\verhalt\ori_verhalt\snp_map_dmg_recgeno.sas7bdat PathName: TmpPath=E:\verhalt\ori_verhalt\ TmpName=snp_map_dmg_recgeno TmpName2=snp_map_dmg_recgeno.sas7bdat NOTE: Libref ANNOLIB was successfully assigned as follows: Engine: V9 Physical Name: E:\verhalt\ori_verhalt NOTE: Functions using annotation accession numbers are not included in this analysis. NOTE: Format NUMTOCHAR has been output. NOTE: PROCEDURE FORMAT used (Total process time): real time 0.09 seconds cpu time 0.01 seconds NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: There were 2 observations read from the data set INLIB.WT5_26_DMG_IBD_KC. NOTE: The data set WORK.COUNT has 1 observations and 48909 variables. NOTE: DATA statement used (Total process time): real time 0.25 seconds cpu time 0.25 seconds 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). 1173 at 12132:26 NOTE: There were 48909 observations read from the data set ANNOLIB.SNP_MAP_DMG_RECGENO. NOTE: The data set WORK.MAPDATA has 48909 observations and 18 variables. NOTE: DATA statement used (Total process time): real time 0.07 seconds cpu time 0.06 seconds WARNING: Apparent symbolic reference XLVARSTMT not resolved. WARNING: Apparent symbolic reference REORDERINGVARS not resolved. NOTE: There were 48909 observations read from the data set WORK.MAPDATA. NOTE: The data set WORK.MAPDATAT has 48909 observations and 19 variables. NOTE: DATA statement used (Total process time): real time 0.03 seconds cpu time 0.03 seconds NOTE: There were 48909 observations read from the data set WORK.MAPDATAT. NOTE: 48889 observations with duplicate key values were deleted. NOTE: The data set WORK.MAPGP has 20 observations and 18 variables. NOTE: PROCEDURE SORT used (Total process time): real time 0.02 seconds cpu time 0.03 seconds NOTE: Numeric values have been converted to character values at the places given by: (Line):(Column). 12132:31 12132:221 12132:56 12132:99 NOTE: There were 20 observations read from the data set WORK.MAPGP. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: Variable Effect is uninitialized. NOTE: The data set WORK.TA_ALL has 0 observations and 1 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: Variable Effect is uninitialized. NOTE: The data set WORK.MA_A has 0 observations and 1 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: Variable Effect is uninitialized. NOTE: Variable Trait is uninitialized. NOTE: The data set WORK.PAG_ALL has 0 observations and 2 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: Variable Effect is uninitialized. NOTE: Variable Trait is uninitialized. NOTE: The data set WORK.PAT_ALL has 0 observations and 2 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: Variable Trait is uninitialized. NOTE: The data set WORK.CPG_ALL has 0 observations and 1 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: Variable Trait is uninitialized. NOTE: The data set WORK.CPT_ALL has 0 observations and 1 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: Variable Trait is uninitialized. NOTE: The data set WORK.SFG_ALL has 0 observations and 1 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds NOTE: Variable Trait is uninitialized. NOTE: The data set WORK.SFT_ALL has 0 observations and 1 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: There were 1 observations read from the data set INLIB.WT5_26_DMG_IBD_KC. NOTE: The data set WORK.A1 has 1 observations and 49096 variables. NOTE: DATA statement used (Total process time): real time 0.19 seconds cpu time 0.18 seconds NOTE: There were 1 observations read from the data set WORK.A1. NOTE: The data set WORK.AT has 1 observations and 2 variables. NOTE: PROCEDURE TRANSPOSE used (Total process time): real time 0.00 seconds cpu time 0.01 seconds NOTE: There were 1 observations read from the data set WORK.AT. NOTE: The data set WORK.AT has 1 observations and 2 variables. NOTE: PROCEDURE SORT used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: Numeric values have been converted to character values at the places given by: (Line):(Column). 12132:107 NOTE: There were 1 observations read from the data set WORK.AT. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: There were 294 observations read from the data set INLIB.WT5_26_DMG_IBD_KC. NOTE: The data set WORK.TRAITS has 294 observations and 7 variables. NOTE: The data set WORK.TRAITS1 has 294 observations and 7 variables. NOTE: DATA statement used (Total process time): real time 0.17 seconds cpu time 0.17 seconds NOTE: There were 1 observations read from the data set INLIB.WT5_26_DMG_IBD_KC. NOTE: DATA statement used (Total process time): real time 0.12 seconds cpu time 0.12 seconds Number of Blocks = 1, Block Size = 48909 NOTE: There were 294 observations read from the data set INLIB.WT5_26_DMG_IBD_KC. NOTE: The data set WORK.AVARS1 has 294 observations and 48909 variables. NOTE: DATA statement used (Total process time): real time 0.35 seconds cpu time 0.35 seconds NOTE: Variable Effect is uninitialized. NOTE: The data set WORK.MA_P has 0 observations and 1 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: Variable Effect is uninitialized. NOTE: The data set WORK.TA_P has 0 observations and 1 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds Currently processing block 1 NOTE: There were 294 observations read from the data set WORK.AVARS1. NOTE: The data set WORK.TRANS has 48909 observations and 295 variables. NOTE: PROCEDURE TRANSPOSE used (Total process time): real time 0.54 seconds cpu time 0.53 seconds NOTE: Variable maja is uninitialized. NOTE: Variable _w1 is uninitialized. NOTE: Variable _w2 is uninitialized. NOTE: There were 48909 observations read from the data set WORK.TRANS. NOTE: The data set WORK.NUMGENODATA has 14379246 observations and 3 variables. NOTE: DATA statement used (Total process time): real time 1.52 seconds cpu time 1.51 seconds NOTE: The data set WORK.TRANS has 0 observations and 0 variables. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds NOTE: There were 14379246 observations read from the data set WORK.TRAITS. NOTE: There were 14379246 observations read from the data set WORK.NUMGENODATA. NOTE: The data set WORK.GENOTYPES has 14379246 observations and 10 variables. NOTE: DATA statement used (Total process time): real time 17.15 seconds cpu time 5.17 seconds NOTE: Deleting WORK.AVARS1 (memtype=DATA). NOTE: PROCEDURE DATASETS used (Total process time): real time 0.01 seconds cpu time 0.01 seconds ERROR: Invalid or missing data. ERROR: Invalid or missing data. ERROR: Invalid or missing data. Test = Trend, Trait = Latenz3, Effect = Genotype , Permutation = 0 NOTE: There were 48906 observations read from the data set WORK.TNOBS. NOTE: There were 146571 observations read from the data set WORK.TA. NOTE: The data set WORK.TA has 146620 observations and 7 variables. NOTE: DATA statement used (Total process time): real time 0.05 seconds cpu time 0.04 seconds WARNING: Argument 2 to macro function %SCAN is out of range. NOTE: There were 48857 observations read from the data set WORK.PAT. WHERE Effect='Genotype'; NOTE: There were 48857 observations read from the data set WORK.TA. WHERE effect contains 'Genotype'; NOTE: The data set WORK.TA has 48857 observations and 9 variables. NOTE: DATA statement used (Total process time): real time 0.06 seconds cpu time 0.07 seconds NOTE: There were 0 observations read from the data set WORK.TA_ALL. NOTE: There were 48857 observations read from the data set WORK.TA. NOTE: The data set WORK.TA_ALL has 48857 observations and 10 variables. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds NOTE: There were 0 observations read from the data set WORK.PAT_ALL. NOTE: There were 341999 observations read from the data set WORK.PAT. NOTE: The data set WORK.PAT_ALL has 341999 observations and 10 variables. NOTE: DATA statement used (Total process time): real time 0.08 seconds cpu time 0.09 seconds NOTE: There were 0 observations read from the data set WORK.CPT_ALL. NOTE: There were 146718 observations read from the data set WORK.CP. NOTE: The data set WORK.CPT_ALL has 146718 observations and 5 variables. NOTE: DATA statement used (Total process time): real time 0.03 seconds cpu time 0.03 seconds NOTE: There were 48857 observations read from the data set WORK.TA_ALL. NOTE: 48856 observations with duplicate key values were deleted. NOTE: The data set WORK.EFFECT_MAP has 1 observations and 2 variables. NOTE: PROCEDURE SORT used (Total process time): real time 0.02 seconds cpu time 0.01 seconds NOTE: There were 1 observations read from the data set WORK.EFFECT_MAP. NOTE: The data set WORK.EFFECT_MAP has 48909 observations and 3 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds NOTE: There were 48909 observations read from the data set WORK.EFFECT_MAP. NOTE: The data set WORK.EFFECT_MAP has 48909 observations and 3 variables. NOTE: PROCEDURE SORT used (Total process time): real time 0.01 seconds cpu time 0.01 seconds NOTE: There were 48909 observations read from the data set WORK.MAPDATA. NOTE: There were 48909 observations read from the data set WORK.EFFECT_MAP. NOTE: The data set WORK.MAPDATA2 has 48909 observations and 20 variables. NOTE: DATA statement used (Total process time): real time 0.04 seconds cpu time 0.04 seconds 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). 55 at 12132:72 NOTE: There were 48909 observations read from the data set WORK.MAPDATA2. NOTE: There were 48857 observations read from the data set WORK.TA_ALL. NOTE: The data set WORK.TA_ALL has 48909 observations and 28 variables. NOTE: DATA statement used (Total process time): real time 0.05 seconds cpu time 0.06 seconds NOTE: There were 48909 observations read from the data set WORK.TA_ALL. NOTE: The data set WORK.TA_ALL has 48909 observations and 28 variables. NOTE: PROCEDURE SORT used (Total process time): real time 0.06 seconds cpu time 0.06 seconds NOTE: There were 48909 observations read from the data set WORK.MAPDATA. NOTE: There were 341999 observations read from the data set WORK.PAT_ALL. NOTE: The data set OUTLIB.WT5_26_DMG_IBD_KC_PET has 342051 observations and 26 variables. NOTE: DATA statement used (Total process time): real time 7.46 seconds cpu time 0.21 seconds Calling PackageInsertDataset on OutLib.wt5_26_dmg_ibd_kc_pet NOTE: The data set WORK.EH has 9 observations and 4 variables. NOTE: PROCEDURE DATASETS used (Total process time): real time 0.01 seconds cpu time 0.01 seconds NOTE: There were 9 observations read from the data set WORK.EH. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: The data set WORK._M_ has 4 observations and 5 variables. NOTE: PROCEDURE DATASETS used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: There were 4 observations read from the data set WORK._M_. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds NOTE: There were 48909 observations read from the data set WORK.MAPDATA. NOTE: There were 146718 observations read from the data set WORK.CPT_ALL. NOTE: The data set OUTLIB.WT5_26_DMG_IBD_KC_CPT has 146721 observations and 21 variables. NOTE: DATA statement used (Total process time): real time 0.10 seconds cpu time 0.11 seconds Calling PackageInsertDataset on OutLib.wt5_26_dmg_ibd_kc_cpt NOTE: The data set WORK.EH has 9 observations and 4 variables. NOTE: PROCEDURE DATASETS used (Total process time): real time 0.01 seconds cpu time 0.01 seconds NOTE: There were 9 observations read from the data set WORK.EH. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: The data set WORK._M_ has 5 observations and 5 variables. NOTE: PROCEDURE DATASETS used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: There were 5 observations read from the data set WORK._M_. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: There were 48909 observations read from the data set WORK.TA_ALL. NOTE: The data set WORK.MA_ALL has 48909 observations and 28 variables. NOTE: DATA statement used (Total process time): real time 0.03 seconds cpu time 0.04 seconds NOTE: There were 48909 observations read from the data set WORK.MA_ALL. NOTE: The data set OUTLIB.WT5_26_DMG_IBD_KC_QKM has 48909 observations and 28 variables. NOTE: PROCEDURE SORT used (Total process time): real time 0.04 seconds cpu time 0.04 seconds WARNING: Argument 2 to macro function %SUBSTR is out of range. WARNING: Argument 3 to macro function %SUBSTR is out of range. NOTE: There were 48909 observations read from the data set OUTLIB.WT5_26_DMG_IBD_KC_QKM. NOTE: The data set WORK.TEMP1 has 48909 observations and 29 variables. NOTE: DATA statement used (Total process time): real time 0.03 seconds cpu time 0.03 seconds NOTE: There were 48909 observations read from the data set WORK.TEMP1. NOTE: The data set WORK.TEMP has 48909 observations and 3 variables. NOTE: PROCEDURE PSMOOTH used (Total process time): real time 0.03 seconds cpu time 0.04 seconds WARNING: Argument 2 to macro function %SUBSTR is out of range. WARNING: Argument 3 to macro function %SUBSTR is out of range. NOTE: There were 48909 observations read from the data set WORK.TEMP1. NOTE: There were 48909 observations read from the data set WORK.TEMP. NOTE: The data set OUTLIB.WT5_26_DMG_IBD_KC_QKM has 48909 observations and 29 variables. NOTE: DATA statement used (Total process time): real time 0.04 seconds cpu time 0.04 seconds WARNING: An argument to the function LOG10 referenced by the %SYSFUNC or %QSYSFUNC macro function is out of range. NOTE: Mathematical operations could not be performed during %SYSFUNC function execution. The result of the operations have been set to a missing value. NOTE: Missing values were generated as a result of performing an operation on missing values during %SYSEVALF expression evaluation. NOTE: There were 48909 observations read from the data set OUTLIB.WT5_26_DMG_IBD_KC_QKM. NOTE: The data set OUTLIB.WT5_26_DMG_IBD_KC_QKM has 48909 observations and 28 variables. NOTE: DATA statement used (Total process time): real time 0.03 seconds cpu time 0.03 seconds NOTE: Numeric values have been converted to character values at the places given by: (Line):(Column). 12132:35 NOTE: There were 48909 observations read from the data set OUTLIB.WT5_26_DMG_IBD_KC_QKM. NOTE: The data set OUTLIB.WT5_26_DMG_IBD_KC_QKM has 48909 observations and 29 variables. NOTE: DATA statement used (Total process time): real time 0.07 seconds cpu time 0.06 seconds WARNING: Apparent symbolic reference NULLSNPS not resolved. NOTE: There were 48909 observations read from the data set OUTLIB.WT5_26_DMG_IBD_KC_QKM. NOTE: The data set OUTLIB.WT5_26_DMG_IBD_KC_QKM has 48909 observations and 30 variables. NOTE: DATA statement used (Total process time): real time 0.09 seconds cpu time 0.07 seconds NOTE: There were 48909 observations read from the data set OUTLIB.WT5_26_DMG_IBD_KC_QKM. NOTE: The data set OUTLIB.WT5_26_DMG_IBD_KC_QKM has 48909 observations and 29 variables. NOTE: PROCEDURE SORT used (Total process time): real time 0.08 seconds cpu time 0.09 seconds Calling PackageInsertDataset on outlib.wt5_26_dmg_ibd_kc_qkm NOTE: The data set WORK.EH has 9 observations and 4 variables. NOTE: PROCEDURE DATASETS used (Total process time): real time 0.01 seconds cpu time 0.01 seconds NOTE: There were 9 observations read from the data set WORK.EH. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: The data set WORK._M_ has 6 observations and 5 variables. NOTE: PROCEDURE DATASETS used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: There were 6 observations read from the data set WORK._M_. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: There were 48909 observations read from the data set OUTLIB.WT5_26_DMG_IBD_KC_QKM. NOTE: The data set WORK.SIGIND has 48909 observations and 31 variables. NOTE: DATA statement used (Total process time): real time 0.05 seconds cpu time 0.06 seconds NOTE: There were 48909 observations read from the data set WORK.SIGIND. NOTE: The data set WORK.SIGIND has 48909 observations and 31 variables. NOTE: PROCEDURE SORT used (Total process time): real time 0.07 seconds cpu time 0.07 seconds WARNING: Argument 3 to macro function %SUBSTR is out of range. NOTE: There were 48909 observations read from the data set WORK.SIGIND. NOTE: The data set OUTLIB.WT5_26_DMG_IBD_KC_QKM_SBG has 20 observations and 4 variables. NOTE: PROCEDURE MEANS used (Total process time): real time 0.02 seconds cpu time 0.01 seconds WARNING: Argument 3 to macro function %SUBSTR is out of range. NOTE: MODIFY was successful for OUTLIB.WT5_26_DMG_IBD_KC_QKM_SBG.DATA. NOTE: PROCEDURE DATASETS used (Total process time): real time 0.00 seconds cpu time 0.01 seconds WARNING: Argument 3 to macro function %SUBSTR is out of range. WARNING: Argument 3 to macro function %SUBSTR is out of range. WARNING: Argument 2 to function VARNUM referenced by the %SYSFUNC or %QSYSFUNC macro function is out of range. NOTE: Mathematical operations could not be performed during %SYSFUNC function execution. The result of the operations have been set to a missing value. WARNING: Argument 2 to function VARLABEL referenced by the %SYSFUNC or %QSYSFUNC macro function is out of range. NOTE: The file "E:\verhalt\Latenz_3\QKMixedModel Script for wt5_26_dmg_ibd_kc.jsl" is: Filename=E:\verhalt\Latenz_3\QKMixedModel Script for wt5_26_dmg_ibd_kc.jsl, RECFM=V,LRECL=32767,File Size (bytes)=0, Last Modified=13Oct2014:17:40:03, Create Time=13Oct2014:17:40:03 NOTE: 4583 records were written to the file "E:\verhalt\Latenz_3\QKMixedModel Script for wt5_26_dmg_ibd_kc.jsl". The minimum record length was 1. The maximum record length was 172. NOTE: DATA statement used (Total process time): real time 0.17 seconds cpu time 0.17 seconds WARNING: Argument 3 to macro function %SUBSTR is out of range. WARNING: Argument 3 to macro function %SUBSTR is out of range. Calling PackageInsertFile on QKMixedModel Script for wt5_26_dmg_ibd_kc.jsl syserr = 4 exiterror = 0 NOTE: There were 1 observations read from the data set WORK._PROCESSINFO. NOTE: The data set WORK.TMP_CLOCK has 1 observations and 11 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: Numeric values have been converted to character values at the places given by: (Line):(Column). 13150:183 NOTE: There were 1 observations read from the data set WORK.TMP_CLOCK. NOTE: The data set WORK.TMP_CLOCK has 1 observations and 11 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds QKMixedModel finished on 13OCT14 17:40:03.45. The total time for QKMixedModel was 2:18:23.47. NOTE: There were 1 observations read from the data set WORK._PROCESSINFO. NOTE: The data set WORK._PROCESSINFO has 1 observations and 10 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds NOTE: There were 1 observations read from the data set WORK._PROCESSINFO. NOTE: There were 1 observations read from the data set OUTLIB._PROCESSINFO. NOTE: The data set OUTLIB._PROCESSINFO has 2 observations and 10 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds fName from OutName = wt5_26_dmg_ibd_kc NOTE: The file "E:\verhalt\Latenz_3\QKMixedModel Script for wt5_26_dmg_ibd_kc.jsl" is: Filename=E:\verhalt\Latenz_3\QKMixedModel Script for wt5_26_dmg_ibd_kc.jsl, RECFM=V,LRECL=256,File Size (bytes)=154120, Last Modified=13Oct2014:17:40:03, Create Time=13Oct2014:17:40:03 NOTE: 71 records were written to the file "E:\verhalt\Latenz_3\QKMixedModel Script for wt5_26_dmg_ibd_kc.jsl". The minimum record length was 3. The maximum record length was 113. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: The file "E:\verhalt\Latenz_3\QKMixedModel Script for wt5_26_dmg_ibd_kc.jsl" is: Filename=E:\verhalt\Latenz_3\QKMixedModel Script for wt5_26_dmg_ibd_kc.jsl, RECFM=V,LRECL=256,File Size (bytes)=157153, Last Modified=13Oct2014:17:40:03, Create Time=13Oct2014:17:40:03 NOTE: 20 records were written to the file "E:\verhalt\Latenz_3\QKMixedModel Script for wt5_26_dmg_ibd_kc.jsl". The minimum record length was 2. The maximum record length was 111. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: The file PROJLOG is: Filename=E:\verhalt\Latenz_3\StudyLog.txt, RECFM=V,LRECL=256,File Size (bytes)=529, Last Modified=13Oct2014:15:21:39, Create Time=13Oct2014:15:14:49 NOTE: 12 records were written to the file PROJLOG. The minimum record length was 1. The maximum record length was 77. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds file is E:\verhalt\Latenz_3\QKMixedModel.sas new file name is E:\verhalt\Latenz_3\QKMixedModel__wt5_26_dmg_ibd_kc.sas NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds NOTE: The file FCHK is: Filename=E:\verhalt\Latenz_3\QKMixedModel__wt5_26_dmg_ibd_kc.sas, RECFM=V,LRECL=256,File Size (bytes)=3039, Last Modified=13Oct2014:15:21:38, Create Time=13Oct2014:15:21:38 NOTE: 7 records were written to the file FCHK. The minimum record length was 1. The maximum record length was 77. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds Calling ExitAndRetrieve _outpath=E:\verhalt\Latenz_3\ _processname=QKMixedModel deleting QKMixedModel_2014_10_13_3_21_38_PM.bat i1=(-1 ne -1) i2=0 NOTE: The file SASCLEAN is: Filename=E:\verhalt\Latenz_3\sasclean.jsl, RECFM=V,LRECL=256,File Size (bytes)=0, Last Modified=13Oct2014:17:40:03, Create Time=13Oct2014:17:40:03 NOTE: 90 records were written to the file SASCLEAN. The minimum record length was 2. The maximum record length was 123. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 13152 13153 13154 ====================================================================================================