NOTE: PROCEDURE PRINTTO used (Total process time): real time 0.10 seconds cpu time 0.00 seconds 1126 proc printto print=WORK.P2GRB61Q.TEMP.OUTPUT new; 1127 run; NOTE: PROCEDURE PRINTTO used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: There were 100 observations read from the data set RCLIB.DIABTR. NOTE: There were 50 observations read from the data set RCLIB.DIABVA. NOTE: There were 50 observations read from the data set RCLIB.DIABTE. 1128 proc dmdb data = EMDATA.VIEW_GF2 dmdbcat=EMPROJ._TRGVKT2 batch; 1129 var 1130 GLU 1131 ; 1132 ; 1133 run; NOTE: Records processed= 100 Memory used = 511K. NOTE: View EMDATA.VIEW_GF2.VIEW used (Total process time): real time 0.06 seconds cpu time 0.00 seconds NOTE: There were 100 observations read from the data set RCLIB.DIABTR. NOTE: There were 100 observations read from the data set EMDATA.VIEW_GF2. NOTE: PROCEDURE DMDB used (Total process time): real time 0.06 seconds cpu time 0.00 seconds 1134 quit; Memory-Based Reasoning : Training model... NOTE: There were 100 observations read from the data set RCLIB.DIABTR. NOTE: Create DMDB Metadata 1190 proc dmdb data=EMDATA.VIEW_GF2 out=_null_ dmdbcat=EMPROJ.dm_DGM00000 1191 normlen=32 maxlevel=513; 1192 var 1193 GLU 1194 STNPREG 1195 STBP 1196 STBMI 1197 STAGE 1198 ; 1199 target 1200 GLU 1201 ; 1202 run; NOTE: Records processed= 100 Memory used = 511K. NOTE: View EMDATA.VIEW_GF2.VIEW used (Total process time): real time 0.06 seconds cpu time 0.01 seconds NOTE: There were 100 observations read from the data set RCLIB.DIABTR. NOTE: There were 100 observations read from the data set EMDATA.VIEW_GF2. NOTE: PROCEDURE DMDB used (Total process time): real time 0.06 seconds cpu time 0.01 seconds 1203 * Create data view with dmdb name; 1204 data EMDATA.dm_DGM00000 / view=EMDATA.dm_DGM00000; 1205 set EMDATA.VIEW_GF2; 1206 run; NOTE: DATA STEP view saved on file EMDATA.DM_DGM00000. NOTE: A stored DATA STEP view cannot run under a different operating system. NOTE: View EMDATA.VIEW_GF2.VIEW 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.01 seconds NOTE: Checking class levels NOTE: The class levels limit is set by the macro variable DM_MAX_TRAIN_LEVELS NOTE: The current class levels limit is 512 NOTE: Class levels are acceptable 1207 * ; 1208 * Memory Based Reasoning Training ; 1209 * ; 1210 * ; 1211 * Score training data ; 1212 * ; 1213 proc pmbr score=EMDATA.VIEW_GF2 out=work._tmpmbr 1214 data=EMDATA.VIEW_GF2 dmdbcat=EMPROJ.dm_DGM00000 k=16 method=RDTREE; 1215 target GLU; 1216 var STNPREG STBP STBMI STAGE; NOTE: View EMDATA.VIEW_GF2.VIEW used (Total process time): real time 0.11 seconds cpu time 0.01 seconds NOTE: There were 100 observations read from the data set RCLIB.DIABTR. NOTE: View EMDATA.VIEW_GF2.VIEW used (Total process time): real time 0.12 seconds cpu time 0.02 seconds NOTE: There were 100 observations read from the data set RCLIB.DIABTR. NOTE: There were 100 observations read from the data set EMDATA.VIEW_GF2. NOTE: There were 100 observations read from the data set EMDATA.VIEW_GF2. NOTE: The data set WORK._TMPMBR has 100 observations and 25 variables. NOTE: PROCEDURE PMBR used (Total process time): real time 0.12 seconds cpu time 0.02 seconds 1217 data EMPROJ.OUT_OTUA; set work._tmpmbr; 1218 *--------------------------------------------------------------*; 1219 * Memory-Based Reasoning: GLU: Decisions; 1220 *--------------------------------------------------------------*; 1221 **** NO DECISION CODE; 1222 run; NOTE: There were 100 observations read from the data set WORK._TMPMBR. NOTE: The data set EMPROJ.OUT_OTUA has 100 observations and 25 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 1223 * ; 1224 * Score validation data ; 1225 * ; 1226 proc pmbr score=EMDATA.VIEW_QXS out=work._tmpmbr 1227 data=EMDATA.VIEW_GF2 dmdbcat=EMPROJ.dm_DGM00000 k=16 method=RDTREE; 1228 target GLU; 1229 var STNPREG STBP STBMI STAGE; NOTE: View EMDATA.VIEW_GF2.VIEW used (Total process time): real time 0.02 seconds cpu time 0.02 seconds NOTE: There were 100 observations read from the data set RCLIB.DIABTR. NOTE: View EMDATA.VIEW_QXS.VIEW used (Total process time): real time 0.02 seconds cpu time 0.02 seconds NOTE: There were 50 observations read from the data set RCLIB.DIABVA. NOTE: There were 50 observations read from the data set EMDATA.VIEW_QXS. NOTE: There were 100 observations read from the data set EMDATA.VIEW_GF2. NOTE: The data set WORK._TMPMBR has 50 observations and 21 variables. NOTE: PROCEDURE PMBR used (Total process time): real time 0.04 seconds cpu time 0.03 seconds 1230 data EMPROJ.OUT_D5QJ; set work._tmpmbr; 1231 *--------------------------------------------------------------*; 1232 * Memory-Based Reasoning: GLU: Decisions; 1233 *--------------------------------------------------------------*; 1234 **** NO DECISION CODE; 1235 run; NOTE: There were 50 observations read from the data set WORK._TMPMBR. NOTE: The data set EMPROJ.OUT_D5QJ has 50 observations and 21 variables. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds 1236 * ; 1237 * Score test data ; 1238 * ; 1239 proc pmbr score=EMDATA.VIEW_PXU out=work._tmpmbr 1240 data=EMDATA.VIEW_GF2 dmdbcat=EMPROJ.dm_DGM00000 k=16 method=RDTREE; 1241 target GLU; 1242 var STNPREG STBP STBMI STAGE; NOTE: View EMDATA.VIEW_GF2.VIEW used (Total process time): real time 0.03 seconds cpu time 0.01 seconds NOTE: There were 100 observations read from the data set RCLIB.DIABTR. NOTE: View EMDATA.VIEW_PXU.VIEW used (Total process time): real time 0.03 seconds cpu time 0.01 seconds NOTE: There were 50 observations read from the data set RCLIB.DIABTE. NOTE: There were 50 observations read from the data set EMDATA.VIEW_PXU. NOTE: There were 100 observations read from the data set EMDATA.VIEW_GF2. NOTE: The data set WORK._TMPMBR has 50 observations and 30 variables. NOTE: PROCEDURE PMBR used (Total process time): real time 0.03 seconds cpu time 0.01 seconds 1243 data EMPROJ.OUT_II9L; set work._tmpmbr; 1244 *--------------------------------------------------------------*; 1245 * Memory-Based Reasoning: GLU: Decisions; 1246 *--------------------------------------------------------------*; 1247 **** NO DECISION CODE; 1248 run; NOTE: There were 50 observations read from the data set WORK._TMPMBR. NOTE: The data set EMPROJ.OUT_II9L has 50 observations and 30 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 1249 data _SCR; 1250 set EMPROJ.OUT_OTUA; 1251 run; NOTE: There were 100 observations read from the data set EMPROJ.OUT_OTUA. NOTE: The data set WORK._SCR has 100 observations and 25 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds Memory-Based Reasoning : Creating fit statistics. 1252 * Show source statements: %let DM_TOOL=SHOWCODE; 1253 OPTIONS NOSOURCE; NOTE: There were 100 observations read from the data set WORK._SCR. NOTE: The data set WORK._FIT has 1 observations and 9 variables. NOTE: DATA statement used (Total process time): real time 0.05 seconds cpu time 0.01 seconds NOTE: There were 1 observations read from the data set WORK._FIT. NOTE: The data set WORK._FIT has 1 observations and 9 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 1307 * Show source option restored; 1308 data _SCR; 1309 set EMPROJ.OUT_D5QJ; 1310 run; NOTE: There were 50 observations read from the data set EMPROJ.OUT_D5QJ. NOTE: The data set WORK._SCR has 50 observations and 21 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds Memory-Based Reasoning : Creating fit statistics. 1311 * Show source statements: %let DM_TOOL=SHOWCODE; 1312 OPTIONS NOSOURCE; NOTE: There were 50 observations read from the data set WORK._SCR. NOTE: The data set WORK._VFIT has 1 observations and 8 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._VFIT. NOTE: The data set WORK._VFIT has 1 observations and 8 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 1372 * Show source option restored; 1373 data _SCR; 1374 set EMPROJ.OUT_II9L; 1375 run; NOTE: There were 50 observations read from the data set EMPROJ.OUT_II9L. NOTE: The data set WORK._SCR has 50 observations and 30 variables. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.00 seconds Memory-Based Reasoning : Creating fit statistics. 1376 * Show source statements: %let DM_TOOL=SHOWCODE; 1377 OPTIONS NOSOURCE; NOTE: There were 50 observations read from the data set WORK._SCR. NOTE: The data set WORK._TFIT has 1 observations and 8 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._TFIT. NOTE: The data set WORK._TFIT has 1 observations and 8 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 1437 * Show source option restored; 1438 * Merge fit stat tables; 1439 options nosource nonotes; Creating printable fit statistics table Enable source statements printing: %let DM_TOOL=SHOWCODE; 1518 * FIT_STATS: Print Statistics; 1519 options nosource nonotes; 1531 data EMDATA.STRNZ2DZ /view=EMDATA.STRNZ2DZ; 1532 set EMPROJ.OUT_OTUA; 1533 run; NOTE: DATA STEP view saved on file EMDATA.STRNZ2DZ. NOTE: A stored DATA STEP view cannot run under a different operating system. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.00 seconds 1534 data EMDATA.SVALT8N0 /view=EMDATA.SVALT8N0; 1535 set EMPROJ.OUT_D5QJ; 1536 run; NOTE: DATA STEP view saved on file EMDATA.SVALT8N0. NOTE: A stored DATA STEP view cannot run under a different operating system. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.00 seconds 1537 data EMDATA.STSTRW0W /view=EMDATA.STSTRW0W; 1538 set EMPROJ.OUT_II9L; 1539 run; NOTE: DATA STEP view saved on file EMDATA.STSTRW0W. NOTE: A stored DATA STEP view cannot run under a different operating system. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds Memory-Based Reasoning : Assessing model... 1540 data EMPROJ._A00000X; 1541 set EMPROJ.OUT_D5QJ; 1542 run; NOTE: There were 50 observations read from the data set EMPROJ.OUT_D5QJ. NOTE: The data set EMPROJ._A00000X has 50 observations and 21 variables. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds 1543 proc datasets lib= EMPROJ nolist; 1544 delete 1545 _A000002 1546 _A000004 1547 _A000005 1548 _A000006 1549 _A000007 1550 _A000008 1551 _A000009 1552 _A00000A 1553 _A00000B 1554 _A00000C 1555 _A00000D 1556 _A00000E 1557 _A00000F 1558 _A00000I 1559 ; 1560 quit; NOTE: The file EMPROJ._A000002 (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A000004 (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A000005 (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A000006 (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A000007 (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A000008 (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A000009 (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000A (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000B (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000C (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000D (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000E (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000F (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000I (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: PROCEDURE DATASETS used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 1561 proc datasets lib= EMPROJ nolist; 1562 delete 1563 _A00000J 1564 _A00000L 1565 _A00000M 1566 _A00000N 1567 _A00000O 1568 _A00000P 1569 _A00000Q 1570 _A00000R 1571 _A00000S 1572 _A00000T 1573 _A00000U 1574 _A00000V 1575 _A00000W 1576 _A00000Z 1577 ; 1578 quit; NOTE: The file EMPROJ._A00000J (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000L (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000M (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000N (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000O (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000P (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000Q (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000R (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000S (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000T (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000U (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000V (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000W (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00000Z (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: PROCEDURE DATASETS used (Total process time): real time 0.01 seconds cpu time 0.00 seconds 1579 proc datasets lib= EMPROJ nolist; 1580 delete 1581 _A000010 1582 _A000012 1583 _A000013 1584 _A000014 1585 _A000015 1586 _A000016 1587 _A000017 1588 _A000018 1589 _A000019 1590 _A00001A 1591 _A00001B 1592 _A00001C 1593 _A00001D 1594 _A00001G 1595 ; 1596 quit; NOTE: The file EMPROJ._A000010 (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A000012 (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A000013 (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A000014 (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A000015 (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A000016 (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A000017 (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A000018 (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A000019 (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00001A (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00001B (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00001C (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00001D (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: The file EMPROJ._A00001G (memtype=DATA) was not found, but appears on a DELETE statement. NOTE: PROCEDURE DATASETS used (Total process time): real time 0.01 seconds cpu time 0.00 seconds 1597 proc printto new log=work.em_tmp.assess.log; 1598 run;