NOTE: PROCEDURE PRINTTO used (Total process time): real time 0.04 seconds cpu time 0.00 seconds 7236 proc printto print=WORK.P00QVC34.TEMP.OUTPUT new; 7237 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. NOTE: There were 100 observations read from the data set RCLIB.DIABTR. NOTE: Reuse DMDB Metadata 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 7239 proc dmdb data = EMDATA.VIEW_5RG dmdbcat=EMPROJ._TRGAM05 batch; 7240 class 7241 DIAB(DESC) 7242 ; 7243 run; NOTE: Records processed= 100 Memory used = 511K. NOTE: View EMDATA.VIEW_5RG.VIEW used (Total process time): real time 0.05 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_5RG. NOTE: PROCEDURE DMDB used (Total process time): real time 0.05 seconds cpu time 0.02 seconds 7244 quit; 7245 data EMPROJ.DIAB_(type=PROFIT label=DIAB); 7246 LENGTH DIAB $%DMNORLEN; 7247 input DIAB 7248 $1-%DMNORLEN 7249 _MPRIOR 7250 _DEC1 7251 @; 7252 label _DEC1="1"; 7253 cards; NOTE: SAS went to a new line when INPUT statement reached past the end of a line. NOTE: The data set EMPROJ.DIAB_ has 2 observations and 3 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 7260 ; 7261 run; 7262 quit; 7263 data work._DECDBG_; 7264 set EMPROJ.DIAB_; 7265 run; NOTE: There were 2 observations read from the data set EMPROJ.DIAB_. NOTE: The data set WORK._DECDBG_ has 2 observations and 3 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 7266 quit; 7267 * Remove saved decdata; 7268 proc delete data=EMPROJ.NNCLC7N4; 7269 run; NOTE: Deleting EMPROJ.NNCLC7N4 (memtype=DATA). NOTE: PROCEDURE DELETE used (Total process time): real time 0.00 seconds cpu time 0.00 seconds *************************************************************************** Node: Neural Network Datetime: 23MAR2006:14:46:32 Message: Start network training... Number of INPUT VARIABLES = 5 Number of TARGET VARIABLES = 1 Number of HIDDEN UNITS = 1 7270 %DMMON; 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 MONITOR IP =127.0.0.1 MONITOR PORT=6659 MONITOR EXE =C:\"Program Files"\SAS\"Shared Files"\"Enterprise Miner Clients"\V9\nls\eng\emmonitor.exe MONITOR IS AVAILABLE NOTE: Entry EMPROJ.NN_0IOCY.NETWORK has been opened. NOTE: Entry EMPROJ.NN_0IOCY.NETWORK has been closed. NOTE: Entry EMPROJ.NNS_5BAG.NETWORK has been opened. NOTE: Entry EMPROJ.NNS_5BAG.NETWORK has been closed. NOTE: The data set EMDATA.DM_DGM00000 has . observations and 7 variables. NOTE: The data set EMDATA.VIEW_PCW has . observations and 7 variables. 7271 filename remote socket "127.0.0.1:6659"; 7272 *; 7273 * SAS NEURAL NETWORK - TRAINING FUNCTION; 7274 *; 7275 proc neural data=emdata.dm_DGM00000 dmdbcat=EMPROJ.dm_DGM00000 7276 network=EMPROJ.NNS_5BAG.NETWORK 7277 validdata=EMDATA.VIEW_PCW 7278 ; NOTE: Entry EMPROJ.NNS_5BAG.NETWORK has been opened. NOTE: Entry EMPROJ.NNS_5BAG.NETWORK has been closed. 7279 REMOTE socket=remote; 7280 decision decisiondata= EMPROJ.DIAB_ decvars= 7281 _DEC1 7282 ; 7283 *; 7284 train 7285 outest= EMPROJ.NNEY7R46 estiter=1 7286 outfit= EMPROJ.NNF4MSEI 7287 ; NOTE: A page size of 16384 was used for utility file processing. NOTE: Synchronizing the objectives and the Solution. NOTE: Convergence criterion (FCONV=0.0001) satisfied. NOTE: At least one element of the gradient is greater than 1e-3. NOTE: The data set EMPROJ.NNEY7R46 has 40 observations and 23 variables. NOTE: The data set EMPROJ.NNF4MSEI has 62 observations and 40 variables. 7288 *; 7289 code noerror nores metabase=EMPROJ.NNS_5BAG.DATASTEP.SOURCE; NOTE: Catalog entry EMPROJ.NNS_5BAG.DATASTEP.SOURCE opened. 7290 *; 7291 RUN; NOTE: The data set EMDATA.DM_DGM00000 has . observations and 7 variables. NOTE: There were 100 observations read from the data set RCLIB.DIABTR. NOTE: View EMDATA.DM_DGM00000.VIEW used (Total process time): real time 0.65 seconds cpu time 0.07 seconds NOTE: There were 100 observations read from the data set EMDATA.VIEW_5RG. NOTE: The data set EMDATA.VIEW_PCW has . observations and 7 variables. NOTE: View EMDATA.VIEW_PCW.VIEW used (Total process time): real time 0.66 seconds cpu time 0.07 seconds NOTE: There were 50 observations read from the data set RCLIB.DIABVA. NOTE: The data set EMPROJ.DIAB_ has 2 observations and 3 variables. NOTE: Closing the Neural Application. NOTE: PROCEDURE NEURAL used (Total process time): real time 0.67 seconds cpu time 0.08 seconds Neural Network : Completed network training. NOTE: Entry EMPROJ.NN_0IOCY.NETWORK has been opened. NOTE: Entry EMPROJ.NN_0IOCY.NETWORK has been closed. Neural Network : Post processing: save history... Neural Network : Model selection based on: MISC Neural Network : Network entry saved: EMPROJ.NN_0IOCY.RNET1.DM_NEURL Neural Network : Retrieving DMDB... NOTE: Reuse DMDB Metadata 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 7437 proc dmdb data = EMDATA.VIEW_5RG dmdbcat=EMPROJ._TRGU5QC batch; 7438 class 7439 DIAB(DESC) 7440 ; 7441 run; NOTE: Records processed= 100 Memory used = 511K. NOTE: View EMDATA.VIEW_5RG.VIEW used (Total process time): real time 0.05 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_5RG. NOTE: PROCEDURE DMDB used (Total process time): real time 0.05 seconds cpu time 0.00 seconds 7442 quit; Neural Network : Clearing assessment data sets. NOTE: Entry EMPROJ.NN_0IOCY.NETWORK has been opened. NOTE: Entry EMPROJ.NN_0IOCY.NETWORK has been closed. Neural Network : Start network scoring... NOTE: Entry EMPROJ.NNS_5BAG.NETWORK has been opened. NOTE: Entry EMPROJ.NNS_5BAG.NETWORK has been closed. NOTE: The data set EMDATA.DM_DGM00000 has . observations and 7 variables. NOTE: The data set EMDATA.VIEW_16U has . observations and 7 variables. NOTE: The data set EMDATA.VIEW_PCW has . observations and 7 variables. 7497 *; 7498 * SAS NEURAL NETWORK - SCORING FUNCTION; 7499 *; 7500 proc neural data= emdata.dm_DGM00000 dmdbcat=EMPROJ.dm_DGM00000 7501 network=EMPROJ.NNS_5BAG.NETWORK; NOTE: Entry EMPROJ.NNS_5BAG.NETWORK has been opened. NOTE: Entry EMPROJ.NNS_5BAG.NETWORK has been closed. 7502 decision decisiondata= EMPROJ.DIAB_ decvars= 7503 _DEC1 7504 ; 7505 *; 7506 initial inest=EMPROJ.NNXBRPB4 BYLABEL; NOTE: The data set EMPROJ.NNXBRPB4 has 1 observations and 24 variables. 7507 *; 7508 NLOPTIONS noprint; 7509 TRAIN tech=none; NOTE: A page size of 16384 was used for utility file processing. NOTE: No optimization performed. 7510 *; 7511 code noerror nores metabase=EMPROJ.NNS_5BAG.DATASTEP; NOTE: Catalog entry EMPROJ.NNS_5BAG.DATASTEP.SOURCE opened. 7512 score noerr nostd nohidden nores data=EMDATA.VIEW_PCW role=VALID outfit=_vfit 7513 out=EMPROJ._A00000X (label='Neural scores:VALID' type=VALID 7514 keep= 7515 P_: 7516 D_: 7517 ID_ 7518 _WARN_ 7519 EP_: 7520 BP_: 7521 CP_: 7522 EL_: NOTE: View EMDATA.VIEW_PCW.VIEW used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 7523 BL_: 7524 CL_: 7525 IC_: 7526 DIAB 7527 ); WARNING: The variable EL_: in the DROP, KEEP, or RENAME list has never been referenced. WARNING: The variable BL_: in the DROP, KEEP, or RENAME list has never been referenced. WARNING: The variable CL_: in the DROP, KEEP, or RENAME list has never been referenced. WARNING: The variable IC_: in the DROP, KEEP, or RENAME list has never been referenced. NOTE: The data set EMDATA.VIEW_PCW has . observations and 7 variables. NOTE: There were 50 observations read from the data set RCLIB.DIABVA. NOTE: The data set EMPROJ._A00000X has 50 observations and 9 variables. NOTE: The data set WORK._VFIT has 2 observations and 17 variables. NOTE: View EMDATA.VIEW_5RG.VIEW used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 7528 score role=train data=EMDATA.VIEW_5RG out=_null_ outfit=_tfit; NOTE: The data set EMDATA.VIEW_5RG has . observations and 7 variables. NOTE: There were 100 observations read from the data set RCLIB.DIABTR. NOTE: The data set WORK._TFIT has 2 observations and 25 variables. NOTE: View EMDATA.VIEW_16U.VIEW used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 7529 score role=test data=EMDATA.VIEW_16U out=_null_ outfit=_sfit; NOTE: The data set EMDATA.VIEW_16U has . observations and 7 variables. NOTE: There were 50 observations read from the data set RCLIB.DIABTE. NOTE: The data set WORK._SFIT has 2 observations and 19 variables. 7530 RUN; NOTE: The data set EMDATA.DM_DGM00000 has . observations and 7 variables. NOTE: There were 100 observations read from the data set RCLIB.DIABTR. NOTE: View EMDATA.DM_DGM00000.VIEW used (Total process time): real time 0.08 seconds cpu time 0.05 seconds NOTE: There were 100 observations read from the data set EMDATA.VIEW_5RG. NOTE: The data set EMPROJ.DIAB_ has 2 observations and 3 variables. NOTE: Closing the Neural Application. NOTE: PROCEDURE NEURAL used (Total process time): real time 0.08 seconds cpu time 0.05 seconds 7531 * Save fit statistics; 7532 data EMPROJ.NNY9PWGJ; 7533 merge _tfit _vfit _sfit; 7534 RUN; NOTE: There were 2 observations read from the data set WORK._TFIT. NOTE: There were 2 observations read from the data set WORK._VFIT. NOTE: There were 2 observations read from the data set WORK._SFIT. NOTE: The data set EMPROJ.NNY9PWGJ has 2 observations and 57 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds Neural Network : Completed network scoring. Neural Network : Computing assessment statistics... 7535 proc datasets lib= EMPROJ nolist; 7536 delete 7537 _A000002 7538 _A000004 7539 _A000005 7540 _A000006 7541 _A000007 7542 _A000008 7543 _A000009 7544 _A00000A 7545 _A00000B 7546 _A00000C 7547 _A00000D 7548 _A00000E 7549 _A00000F 7550 _A00000I 7551 ; 7552 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.01 seconds 7553 proc datasets lib= EMPROJ nolist; 7554 delete 7555 _A00000J 7556 _A00000L 7557 _A00000M 7558 _A00000N 7559 _A00000O 7560 _A00000P 7561 _A00000Q 7562 _A00000R 7563 _A00000S 7564 _A00000T 7565 _A00000U 7566 _A00000V 7567 _A00000W 7568 _A00000Z 7569 ; 7570 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 7571 proc datasets lib= EMPROJ nolist; 7572 delete 7573 _A000010 7574 _A000012 7575 _A000013 7576 _A000014 7577 _A000015 7578 _A000016 7579 _A000017 7580 _A000018 7581 _A000019 7582 _A00001A 7583 _A00001B 7584 _A00001C 7585 _A00001D 7586 _A00001G 7587 ; 7588 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 7589 proc printto new log=work.em_tmp.assess.log; 7590 run; ************************************************************************** NOTE: PROCEDURE PRINTTO used (Total process time): real time 0.05 seconds cpu time 0.01 seconds 11958 proc printto print=WORK.P20ETIL5.TEMP.OUTPUT new; 11959 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. Recall local decdata: EMPROJ.NNCLC7N4 >> EMPROJ.DIAB_ NOTE: There were 2 observations read from the data set EMPROJ.NNCLC7N4. NOTE: The data set EMPROJ.DIAB_ has 2 observations and 3 variables. Neural Network : Computing assessment statistics... 11960 proc datasets lib= EMPROJ nolist; 11961 delete 11962 _A000002 11963 _A000004 11964 _A000005 11965 _A000006 11966 _A000007 11967 _A000008 11968 _A000009 11969 _A00000A 11970 _A00000B 11971 _A00000C 11972 _A00000D 11973 _A00000E 11974 _A00000F 11975 ; 11976 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: PROCEDURE DATASETS used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 11977 proc datasets lib= EMPROJ nolist; 11978 delete 11979 _A000010 11980 _A000012 11981 _A000013 11982 _A000014 11983 _A000015 11984 _A000016 11985 _A000017 11986 _A000018 11987 _A000019 11988 _A00001A 11989 _A00001B 11990 _A00001C 11991 _A00001D 11992 ; 11993 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: PROCEDURE DATASETS used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 11994 proc printto new log=work.em_tmp.assess.log; 11995 run;