NOTE: PROCEDURE PRINTTO used (Total process time): real time 0.03 seconds cpu time 0.00 seconds 3327 proc printto print=WORK.P2_MT9KV.TEMP.OUTPUT new; 3328 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. 3329 proc dmdb data = EMDATA.VIEW_GF2 dmdbcat=EMPROJ._TRGAMQ1 batch; 3330 class 3331 DIAB(DESC) 3332 ; 3333 run; NOTE: Records processed= 100 Memory used = 511K. 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: There were 100 observations read from the data set EMDATA.VIEW_GF2. NOTE: PROCEDURE DMDB used (Total process time): real time 0.11 seconds cpu time 0.01 seconds 3334 quit; 3335 proc dmdb data = EMDATA.VIEW_QXS dmdbcat=EMPROJ._TRG6BRC batch; 3336 class 3337 DIAB(DESC) 3338 ; 3339 run; NOTE: Records processed= 50 Memory used = 511K. NOTE: View EMDATA.VIEW_QXS.VIEW used (Total process time): real time 0.06 seconds cpu time 0.01 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: PROCEDURE DMDB used (Total process time): real time 0.06 seconds cpu time 0.01 seconds 3340 quit; 3341 proc dmdb data = EMDATA.VIEW_PXU dmdbcat=EMPROJ._TRGCFXT batch; 3342 class 3343 DIAB(DESC) 3344 ; 3345 run; NOTE: Records processed= 50 Memory used = 511K. NOTE: View EMDATA.VIEW_PXU.VIEW used (Total process time): real time 0.04 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: PROCEDURE DMDB used (Total process time): real time 0.04 seconds cpu time 0.01 seconds 3346 quit; 3347 proc dmdb data = EMDATA.VIEW_GF2 dmdbcat=EMPROJ._TRG4CR1 batch; 3348 class 3349 DIAB(DESC) 3350 ; 3351 run; NOTE: Records processed= 100 Memory used = 511K. NOTE: View EMDATA.VIEW_GF2.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_GF2. NOTE: PROCEDURE DMDB used (Total process time): real time 0.05 seconds cpu time 0.00 seconds 3352 quit; 3356 data EMPROJ.DIAB_(type=PROFIT label=DIAB); 3357 LENGTH DIAB $%DMNORLEN; 3358 input DIAB 3359 $1-%DMNORLEN 3360 _PRIOR 3361 _MPRIOR 3362 _DEC1 3363 @; 3364 label _DEC1="1"; 3365 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 4 variables. NOTE: DATA statement used (Total process time): real time 0.03 seconds cpu time 0.00 seconds 3374 ; 3375 run; 3376 quit; 3377 data work._DECDBG_; 3378 set EMPROJ.DIAB_; 3379 run; NOTE: There were 2 observations read from the data set EMPROJ.DIAB_. NOTE: The data set WORK._DECDBG_ has 2 observations and 4 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 3380 quit; 3381 * Create dmtool decision components; 3382 * Show source statements: %let DM_TOOL=SHOWCODE; 3383 OPTIONS NOSOURCE NONOTES; 3414 * Show source option restored; Memory-Based Reasoning : Training model... NOTE: There were 100 observations read from the data set RCLIB.DIABTR. NOTE: Create DMDB Metadata 3470 proc dmdb data=EMDATA.VIEW_GF2 out=_null_ dmdbcat=EMPROJ.dm_DGM00000 3471 normlen=32 maxlevel=513; 3472 class 3473 DIAB(Desc) 3474 ; 3475 var 3476 STNPREG 3477 STGLU 3478 STBP 3479 STBMI 3480 STAGE 3481 ; 3482 target 3483 DIAB 3484 ; 3485 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 3486 * Create data view with dmdb name; 3487 data EMDATA.dm_DGM00000 / view=EMDATA.dm_DGM00000; 3488 set EMDATA.VIEW_GF2; 3489 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 3490 * ; 3491 * Memory Based Reasoning Training ; 3492 * ; 3493 * ; 3494 * Score training data ; 3495 * ; 3496 proc pmbr score=EMDATA.VIEW_GF2 out=work._tmpmbr 3497 data=EMDATA.VIEW_GF2 dmdbcat=EMPROJ.dm_DGM00000 k=16 method=RDTREE; 3498 target DIAB; 3499 var STNPREG STGLU 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_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: 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 28 variables. NOTE: PROCEDURE PMBR used (Total process time): real time 0.04 seconds cpu time 0.01 seconds 3500 data EMPROJ.OUT_OTUA; set work._tmpmbr; 3501 *--------------------------------------------------------------*; 3502 * Memory-Based Reasoning: DIAB: Decisions; 3503 *--------------------------------------------------------------*; 3504 *** Warning Variable; 3505 length _warn_ $4; 3506 label _warn_ = 'Warnings'; 3507 drop _decwarn; _decwarn = 0; 3508 3509 *** Check Posterior Probabilities; 3510 if not (n( P_DIAB1 ) & ( P_DIAB1 <= 1) & (0 <= P_DIAB1 ) 3511 & n( P_DIAB0 ) & ( P_DIAB0 <= 1) & (0 <= P_DIAB0 ) 3512 ) then do; 3513 _decwarn = 1; 3514 substr(_warn_,3,1) = 'P'; 3515 P_DIAB1 = .; 3516 P_DIAB0 = .; 3517 goto _demi; 3518 end; 3519 3520 *** Update Posterior Probabilities; 3521 P_DIAB1 = P_DIAB1 * 0.39 / 0.39; 3522 P_DIAB0 = P_DIAB0 * 0.61 / 0.61; 3523 drop _sum; _sum = P_DIAB1 + P_DIAB0 ; 3524 if _sum > 0 then do; 3525 P_DIAB1 = P_DIAB1 / _sum; 3526 P_DIAB0 = P_DIAB0 / _sum; 3527 end; 3528 3529 *** Decision Processing; 3530 label D_DIAB_ = 'Decision: DIAB' ; 3531 label EP_DIAB_ = 'Expected Profit: DIAB' ; 3532 label BP_DIAB_ = 'Best Profit: DIAB' ; 3533 label CP_DIAB_ = 'Computed Profit: DIAB' ; 3534 3535 length D_DIAB_ $ 5; 3536 3537 *** Initialize to Missing if Target Used; 3538 _demi:; 3539 3540 D_DIAB_ = ' '; 3541 EP_DIAB_ = .; 3542 BP_DIAB_ = .; 3543 CP_DIAB_ = .; 3544 3545 if _decwarn then goto _deex; 3546 3547 *** Compute Expected Consequences and Choose Decision; 3548 _decnum = 1; drop _decnum; 3549 3550 D_DIAB_ = '1' ; 3551 EP_DIAB_ = P_DIAB1 * 1 + P_DIAB0 * 0; 3552 3553 *** Decision Matrix; 3554 array _dema [2,1] _temporary_ ( 3555 /* row 1 */ 1 3556 /* row 2 */ 0 3557 ); 3558 3559 *** Normalize Target Value; 3560 length _targnor $ %DMNORLEN; drop _targnor; 3561 length _format $200; drop _format; 3562 _format = put( DIAB , BEST12. ); 3563 %DMNORMCP(_format,_targnor); 3564 3565 *** Find Index of Target Category; 3566 drop _tarnum; select( _targnor ); 3567 when('1' ) _tarnum = 1; 3568 when('0' ) _tarnum = 2; 3569 otherwise _tarnum = 0; 3570 end; 3571 if _tarnum <= 0 then goto _deex; 3572 3573 *** Computed Consequence of Chosen Decision; 3574 CP_DIAB_ = _dema [_tarnum,_decnum]; 3575 3576 *** Best Possible Consequence of Any Decision without Cost; 3577 array _debe [2] _temporary_ ( 1 0); 3578 BP_DIAB_ = _debe [_tarnum]; 3579 3580 3581 _deex:; 3582 3583 *** End Decision Processing ; 3584 run; NOTE: There were 100 observations read from the data set WORK._TMPMBR. NOTE: The data set EMPROJ.OUT_OTUA has 100 observations and 32 variables. NOTE: DATA statement used (Total process time): real time 0.06 seconds cpu time 0.00 seconds 3585 * ; 3586 * Score validation data ; 3587 * ; 3588 proc pmbr score=EMDATA.VIEW_QXS out=work._tmpmbr 3589 data=EMDATA.VIEW_GF2 dmdbcat=EMPROJ.dm_DGM00000 k=16 method=RDTREE; 3590 target DIAB; 3591 var STNPREG STGLU STBP STBMI STAGE; NOTE: View EMDATA.VIEW_GF2.VIEW used (Total process time): real time 0.01 seconds cpu time 0.01 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 24 variables. NOTE: PROCEDURE PMBR used (Total process time): real time 0.02 seconds cpu time 0.02 seconds 3592 data EMPROJ.OUT_D5QJ; set work._tmpmbr; 3593 *--------------------------------------------------------------*; 3594 * Memory-Based Reasoning: DIAB: Decisions; 3595 *--------------------------------------------------------------*; 3596 *** Warning Variable; 3597 length _warn_ $4; 3598 label _warn_ = 'Warnings'; 3599 drop _decwarn; _decwarn = 0; 3600 3601 *** Check Posterior Probabilities; 3602 if not (n( P_DIAB1 ) & ( P_DIAB1 <= 1) & (0 <= P_DIAB1 ) 3603 & n( P_DIAB0 ) & ( P_DIAB0 <= 1) & (0 <= P_DIAB0 ) 3604 ) then do; 3605 _decwarn = 1; 3606 substr(_warn_,3,1) = 'P'; 3607 P_DIAB1 = .; 3608 P_DIAB0 = .; 3609 goto _demi; 3610 end; 3611 3612 *** Update Posterior Probabilities; 3613 P_DIAB1 = P_DIAB1 * 0.39 / 0.39; 3614 P_DIAB0 = P_DIAB0 * 0.61 / 0.61; 3615 drop _sum; _sum = P_DIAB1 + P_DIAB0 ; 3616 if _sum > 0 then do; 3617 P_DIAB1 = P_DIAB1 / _sum; 3618 P_DIAB0 = P_DIAB0 / _sum; 3619 end; 3620 3621 *** Decision Processing; 3622 label D_DIAB_ = 'Decision: DIAB' ; 3623 label EP_DIAB_ = 'Expected Profit: DIAB' ; 3624 label BP_DIAB_ = 'Best Profit: DIAB' ; 3625 label CP_DIAB_ = 'Computed Profit: DIAB' ; 3626 3627 length D_DIAB_ $ 5; 3628 3629 *** Initialize to Missing if Target Used; 3630 _demi:; 3631 3632 D_DIAB_ = ' '; 3633 EP_DIAB_ = .; 3634 BP_DIAB_ = .; 3635 CP_DIAB_ = .; 3636 3637 if _decwarn then goto _deex; 3638 3639 *** Compute Expected Consequences and Choose Decision; 3640 _decnum = 1; drop _decnum; 3641 3642 D_DIAB_ = '1' ; 3643 EP_DIAB_ = P_DIAB1 * 1 + P_DIAB0 * 0; 3644 3645 *** Decision Matrix; 3646 array _dema [2,1] _temporary_ ( 3647 /* row 1 */ 1 3648 /* row 2 */ 0 3649 ); 3650 3651 *** Normalize Target Value; 3652 length _targnor $ %DMNORLEN; drop _targnor; 3653 length _format $200; drop _format; 3654 _format = put( DIAB , BEST12. ); 3655 %DMNORMCP(_format,_targnor); 3656 3657 *** Find Index of Target Category; 3658 drop _tarnum; select( _targnor ); 3659 when('1' ) _tarnum = 1; 3660 when('0' ) _tarnum = 2; 3661 otherwise _tarnum = 0; 3662 end; 3663 if _tarnum <= 0 then goto _deex; 3664 3665 *** Computed Consequence of Chosen Decision; 3666 CP_DIAB_ = _dema [_tarnum,_decnum]; 3667 3668 *** Best Possible Consequence of Any Decision without Cost; 3669 array _debe [2] _temporary_ ( 1 0); 3670 BP_DIAB_ = _debe [_tarnum]; 3671 3672 3673 _deex:; 3674 3675 *** End Decision Processing ; 3676 run; NOTE: There were 50 observations read from the data set WORK._TMPMBR. NOTE: The data set EMPROJ.OUT_D5QJ has 50 observations and 28 variables. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds 3677 * ; 3678 * Score test data ; 3679 * ; 3680 proc pmbr score=EMDATA.VIEW_PXU out=work._tmpmbr 3681 data=EMDATA.VIEW_GF2 dmdbcat=EMPROJ.dm_DGM00000 k=16 method=RDTREE; 3682 target DIAB; 3683 var STNPREG STGLU 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 17 variables. NOTE: PROCEDURE PMBR used (Total process time): real time 0.04 seconds cpu time 0.01 seconds 3684 data EMPROJ.OUT_II9L; set work._tmpmbr; 3685 *--------------------------------------------------------------*; 3686 * Memory-Based Reasoning: DIAB: Decisions; 3687 *--------------------------------------------------------------*; 3688 *** Warning Variable; 3689 length _warn_ $4; 3690 label _warn_ = 'Warnings'; 3691 drop _decwarn; _decwarn = 0; 3692 3693 *** Check Posterior Probabilities; 3694 if not (n( P_DIAB1 ) & ( P_DIAB1 <= 1) & (0 <= P_DIAB1 ) 3695 & n( P_DIAB0 ) & ( P_DIAB0 <= 1) & (0 <= P_DIAB0 ) 3696 ) then do; 3697 _decwarn = 1; 3698 substr(_warn_,3,1) = 'P'; 3699 P_DIAB1 = .; 3700 P_DIAB0 = .; 3701 goto _demi; 3702 end; 3703 3704 *** Update Posterior Probabilities; 3705 P_DIAB1 = P_DIAB1 * 0.39 / 0.39; 3706 P_DIAB0 = P_DIAB0 * 0.61 / 0.61; 3707 drop _sum; _sum = P_DIAB1 + P_DIAB0 ; 3708 if _sum > 0 then do; 3709 P_DIAB1 = P_DIAB1 / _sum; 3710 P_DIAB0 = P_DIAB0 / _sum; 3711 end; 3712 3713 *** Decision Processing; 3714 label D_DIAB_ = 'Decision: DIAB' ; 3715 label EP_DIAB_ = 'Expected Profit: DIAB' ; 3716 label BP_DIAB_ = 'Best Profit: DIAB' ; 3717 label CP_DIAB_ = 'Computed Profit: DIAB' ; 3718 3719 length D_DIAB_ $ 5; 3720 3721 *** Initialize to Missing if Target Used; 3722 _demi:; 3723 3724 D_DIAB_ = ' '; 3725 EP_DIAB_ = .; 3726 BP_DIAB_ = .; 3727 CP_DIAB_ = .; 3728 3729 if _decwarn then goto _deex; 3730 3731 *** Compute Expected Consequences and Choose Decision; 3732 _decnum = 1; drop _decnum; 3733 3734 D_DIAB_ = '1' ; 3735 EP_DIAB_ = P_DIAB1 * 1 + P_DIAB0 * 0; 3736 3737 *** Decision Matrix; 3738 array _dema [2,1] _temporary_ ( 3739 /* row 1 */ 1 3740 /* row 2 */ 0 3741 ); 3742 3743 *** Normalize Target Value; 3744 length _targnor $ %DMNORLEN; drop _targnor; 3745 length _format $200; drop _format; 3746 _format = put( DIAB , BEST12. ); 3747 %DMNORMCP(_format,_targnor); 3748 3749 *** Find Index of Target Category; 3750 drop _tarnum; select( _targnor ); 3751 when('1' ) _tarnum = 1; 3752 when('0' ) _tarnum = 2; 3753 otherwise _tarnum = 0; 3754 end; 3755 if _tarnum <= 0 then goto _deex; 3756 3757 *** Computed Consequence of Chosen Decision; 3758 CP_DIAB_ = _dema [_tarnum,_decnum]; 3759 3760 *** Best Possible Consequence of Any Decision without Cost; 3761 array _debe [2] _temporary_ ( 1 0); 3762 BP_DIAB_ = _debe [_tarnum]; 3763 3764 3765 _deex:; 3766 3767 *** End Decision Processing ; 3768 run; NOTE: There were 50 observations read from the data set WORK._TMPMBR. NOTE: The data set EMPROJ.OUT_II9L has 50 observations and 21 variables. NOTE: DATA statement used (Total process time): real time 0.04 seconds cpu time 0.01 seconds 3772 data _SCR; 3773 set EMPROJ.OUT_OTUA; 3774 run; NOTE: There were 100 observations read from the data set EMPROJ.OUT_OTUA. NOTE: The data set WORK._SCR has 100 observations and 32 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds Memory-Based Reasoning : Creating fit statistics. 3781 * Show source statements: %let DM_TOOL=SHOWCODE; 3782 OPTIONS NOSOURCE; NOTE: There were 100 observations read from the data set WORK._SCR. NOTE: The data set WORK._FIT has 1 observations and 15 variables. NOTE: DATA statement used (Total process time): real time 0.01 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 15 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 3893 * Show source option restored; 3897 data _SCR; 3898 set EMPROJ.OUT_D5QJ; 3899 run; NOTE: There were 50 observations read from the data set EMPROJ.OUT_D5QJ. NOTE: The data set WORK._SCR has 50 observations and 28 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds Memory-Based Reasoning : Creating fit statistics. 3906 * Show source statements: %let DM_TOOL=SHOWCODE; 3907 OPTIONS NOSOURCE; NOTE: There were 50 observations read from the data set WORK._SCR. NOTE: The data set WORK._VFIT has 1 observations and 14 variables. NOTE: DATA statement 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._VFIT. NOTE: The data set WORK._VFIT has 1 observations and 14 variables. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.00 seconds 4030 * Show source option restored; 4034 data _SCR; 4035 set EMPROJ.OUT_II9L; 4036 run; NOTE: There were 50 observations read from the data set EMPROJ.OUT_II9L. 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.01 seconds Memory-Based Reasoning : Creating fit statistics. 4043 * Show source statements: %let DM_TOOL=SHOWCODE; 4044 OPTIONS NOSOURCE; NOTE: There were 50 observations read from the data set WORK._SCR. NOTE: The data set WORK._TFIT has 1 observations and 14 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 14 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 4167 * Show source option restored; 4168 * Merge fit stat tables; 4169 options nosource nonotes; Creating printable fit statistics table Enable source statements printing: %let DM_TOOL=SHOWCODE; 4248 * FIT_STATS: Print Statistics; 4249 options nosource nonotes; 4261 data EMDATA.STRNZ2DZ /view=EMDATA.STRNZ2DZ; 4262 set EMPROJ.OUT_OTUA; 4263 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.00 seconds cpu time 0.00 seconds 4264 data EMDATA.SVALT8N0 /view=EMDATA.SVALT8N0; 4265 set EMPROJ.OUT_D5QJ; 4266 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.00 seconds cpu time 0.00 seconds 4267 data EMDATA.STSTRW0W /view=EMDATA.STSTRW0W; 4268 set EMPROJ.OUT_II9L; 4269 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.00 seconds Memory-Based Reasoning : Assessing model... 4273 data EMPROJ._A00000X; 4274 set EMPROJ.OUT_D5QJ; 4275 run; NOTE: There were 50 observations read from the data set EMPROJ.OUT_D5QJ. NOTE: The data set EMPROJ._A00000X has 50 observations and 28 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 4276 proc datasets lib= EMPROJ nolist; 4277 delete 4278 _A000002 4279 _A000004 4280 _A000005 4281 _A000006 4282 _A000007 4283 _A000008 4284 _A000009 4285 _A00000A 4286 _A00000B 4287 _A00000C 4288 _A00000D 4289 _A00000E 4290 _A00000F 4291 _A00000I 4292 ; 4293 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 4294 proc datasets lib= EMPROJ nolist; 4295 delete 4296 _A00000J 4297 _A00000L 4298 _A00000M 4299 _A00000N 4300 _A00000O 4301 _A00000P 4302 _A00000Q 4303 _A00000R 4304 _A00000S 4305 _A00000T 4306 _A00000U 4307 _A00000V 4308 _A00000W 4309 _A00000Z 4310 ; 4311 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.00 seconds cpu time 0.00 seconds 4312 proc datasets lib= EMPROJ nolist; 4313 delete 4314 _A000010 4315 _A000012 4316 _A000013 4317 _A000014 4318 _A000015 4319 _A000016 4320 _A000017 4321 _A000018 4322 _A000019 4323 _A00001A 4324 _A00001B 4325 _A00001C 4326 _A00001D 4327 _A00001G 4328 ; 4329 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.00 seconds cpu time 0.01 seconds 4330 proc printto new log=work.em_tmp.assess.log; 4331 run;