NOTE: PROCEDURE PRINTTO used (Total process time): real time 0.04 seconds cpu time 0.00 seconds 602 proc printto print=WORK.P1QD4S01.TEMP.OUTPUT new; 603 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: Create DMDB Metadata 605 proc dmdb data=EMDATA.VIEW_0O7 out=_null_ dmdbcat=EMPROJ.dm_DGM00000 606 normlen=32 maxlevel=513; 607 var 608 NPREG 609 GLU 610 BP 611 BMI 612 AGE 613 ; 614 target 615 GLU 616 ; 617 run; NOTE: Records processed= 100 Memory used = 511K. NOTE: View EMDATA.VIEW_0O7.VIEW used (Total process time): real time 0.07 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_0O7. NOTE: PROCEDURE DMDB used (Total process time): real time 0.07 seconds cpu time 0.01 seconds 618 * Create data view with dmdb name; 619 data EMDATA.dm_DGM00000 / view=EMDATA.dm_DGM00000; 620 set EMDATA.VIEW_0O7; 621 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_0O7.VIEW used (Total process time): real time 0.00 seconds cpu time 0.01 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 622 proc dmdb data = EMDATA.VIEW_0O7 dmdbcat=EMPROJ._TRG1PFM batch; 623 var 624 GLU 625 ; 626 ; 627 run; NOTE: Records processed= 100 Memory used = 511K. NOTE: View EMDATA.VIEW_0O7.VIEW used (Total process time): real time 0.03 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_0O7. NOTE: PROCEDURE DMDB used (Total process time): real time 0.03 seconds cpu time 0.00 seconds 628 quit; *************************************************************************** Node: Neural Network Datetime: 23MAR2006:14:33:13 Message: Start network training... Number of INPUT VARIABLES = 4 Number of TARGET VARIABLES = 1 Number of HIDDEN UNITS = 1 629 %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=6670 MONITOR EXE =C:\"Program Files"\SAS\"Shared Files"\"Enterprise Miner Clients"\V9\nls\eng\emmonitor.exe MONITOR IS AVAILABLE NOTE: Entry EMPROJ.NN_DR86Y.NETWORK has been opened. NOTE: Entry EMPROJ.NN_DR86Y.NETWORK has been closed. NOTE: Creating a new Catalogue with entry EMPROJ.NNS_PJSJ.NETWORK. NOTE: Entry EMPROJ.NNS_PJSJ.NETWORK has been opened. NOTE: Entry EMPROJ.NNS_PJSJ.NETWORK has been closed. NOTE: The data set EMDATA.DM_DGM00000 has . observations and 7 variables. NOTE: The data set EMDATA.VIEW_708 has . observations and 7 variables. 630 filename remote socket "127.0.0.1:6670"; 631 *; 632 * SAS NEURAL NETWORK - TRAINING FUNCTION; 633 *; 634 proc neural data=emdata.dm_DGM00000 dmdbcat=EMPROJ.dm_DGM00000 635 network=EMPROJ.NNS_PJSJ.NETWORK 636 validdata=EMDATA.VIEW_708 637 ; NOTE: Entry EMPROJ.NNS_PJSJ.NETWORK has been opened. NOTE: Entry EMPROJ.NNS_PJSJ.NETWORK has been closed. 638 REMOTE socket=remote; 639 *; 640 train 641 outest= EMPROJ.NNEXEYLW estiter=1 642 outfit= EMPROJ.NNF0733J 643 ; 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.NNEXEYLW has 33 observations and 22 variables. NOTE: The data set EMPROJ.NNF0733J has 50 observations and 36 variables. 644 *; 645 code noerror nores metabase=EMPROJ.NNS_PJSJ.DATASTEP.SOURCE; NOTE: Catalog entry EMPROJ.NNS_PJSJ.DATASTEP.SOURCE opened. 646 *; 647 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 1.03 seconds cpu time 0.06 seconds NOTE: There were 100 observations read from the data set EMDATA.VIEW_0O7. NOTE: The data set EMDATA.VIEW_708 has . observations and 7 variables. NOTE: View EMDATA.VIEW_708.VIEW used (Total process time): real time 1.03 seconds cpu time 0.06 seconds NOTE: There were 50 observations read from the data set RCLIB.DIABVA. NOTE: Closing the Neural Application. NOTE: PROCEDURE NEURAL used (Total process time): real time 1.05 seconds cpu time 0.08 seconds Neural Network : Completed network training. NOTE: Entry EMPROJ.NN_DR86Y.NETWORK has been opened. NOTE: Entry EMPROJ.NN_DR86Y.NETWORK has been closed. Neural Network : Post processing: save history... Neural Network : Model selection based on: ERROR Neural Network : Network entry saved: EMPROJ.NN_DR86Y.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 793 proc dmdb data = EMDATA.VIEW_0O7 dmdbcat=EMPROJ._TRG6BQP batch; 794 var 795 GLU 796 ; 797 ; 798 run; NOTE: Records processed= 100 Memory used = 511K. NOTE: View EMDATA.VIEW_0O7.VIEW used (Total process time): real time 0.04 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_0O7. NOTE: PROCEDURE DMDB used (Total process time): real time 0.06 seconds cpu time 0.01 seconds 799 quit; Neural Network : Clearing assessment data sets. NOTE: Entry EMPROJ.NN_DR86Y.NETWORK has been opened. NOTE: Entry EMPROJ.NN_DR86Y.NETWORK has been closed. Neural Network : Start network scoring... NOTE: Entry EMPROJ.NNS_PJSJ.NETWORK has been opened. NOTE: Entry EMPROJ.NNS_PJSJ.NETWORK has been closed. NOTE: The data set EMDATA.DM_DGM00000 has . observations and 7 variables. NOTE: The data set EMDATA.VIEW_1S3 has . observations and 7 variables. NOTE: The data set EMDATA.VIEW_708 has . observations and 7 variables. 854 *; 855 * SAS NEURAL NETWORK - SCORING FUNCTION; 856 *; 857 proc neural data= emdata.dm_DGM00000 dmdbcat=EMPROJ.dm_DGM00000 858 network=EMPROJ.NNS_PJSJ.NETWORK; NOTE: Entry EMPROJ.NNS_PJSJ.NETWORK has been opened. NOTE: Entry EMPROJ.NNS_PJSJ.NETWORK has been closed. 859 *; 860 initial inest=EMPROJ.NNXKX59H BYLABEL; NOTE: The data set EMPROJ.NNXKX59H has 1 observations and 23 variables. 861 *; 862 NLOPTIONS noprint; 863 TRAIN tech=none; NOTE: A page size of 16384 was used for utility file processing. NOTE: No optimization performed. 864 *; 865 code noerror nores metabase=EMPROJ.NNS_PJSJ.DATASTEP; NOTE: Catalog entry EMPROJ.NNS_PJSJ.DATASTEP.SOURCE opened. 866 score noerr nostd nohidden nores data=EMDATA.VIEW_708 role=VALID outfit=_vfit 867 out=EMPROJ._A00000X (label='Neural scores:VALID' type=VALID 868 keep= 869 P_: 870 D_: 871 ID_ 872 _WARN_ 873 EP_: 874 BP_: 875 CP_: 876 EL_: NOTE: View EMDATA.VIEW_708.VIEW used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 877 BL_: 878 CL_: 879 IC_: 880 GLU 881 ); WARNING: The variable D_: in the DROP, KEEP, or RENAME list has never been referenced. WARNING: The variable EP_: in the DROP, KEEP, or RENAME list has never been referenced. WARNING: The variable BP_: in the DROP, KEEP, or RENAME list has never been referenced. WARNING: The variable CP_: in the DROP, KEEP, or RENAME list has never been referenced. 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_708 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 4 variables. NOTE: The data set WORK._VFIT has 2 observations and 15 variables. NOTE: View EMDATA.VIEW_0O7.VIEW used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 882 score role=train data=EMDATA.VIEW_0O7 out=_null_ outfit=_tfit; NOTE: The data set EMDATA.VIEW_0O7 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 23 variables. NOTE: View EMDATA.VIEW_1S3.VIEW used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 883 score role=test data=EMDATA.VIEW_1S3 out=_null_ outfit=_sfit; NOTE: The data set EMDATA.VIEW_1S3 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 25 variables. 884 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.07 seconds cpu time 0.03 seconds NOTE: There were 100 observations read from the data set EMDATA.VIEW_0O7. NOTE: Closing the Neural Application. NOTE: PROCEDURE NEURAL used (Total process time): real time 0.08 seconds cpu time 0.03 seconds 885 * Save fit statistics; 886 data EMPROJ.NNYV0S89; 887 merge _tfit _vfit _sfit; 888 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.NNYV0S89 has 2 observations and 59 variables. NOTE: DATA statement used (Total process time): real time 0.03 seconds cpu time 0.01 seconds Neural Network : Completed network scoring. Neural Network : Computing assessment statistics... 889 proc datasets lib= EMPROJ nolist; 890 delete 891 _A000002 892 _A000004 893 _A000005 894 _A000006 895 _A000007 896 _A000008 897 _A000009 898 _A00000A 899 _A00000B 900 _A00000C 901 _A00000D 902 _A00000E 903 _A00000F 904 _A00000I 905 ; 906 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.01 seconds cpu time 0.01 seconds 907 proc datasets lib= EMPROJ nolist; 908 delete 909 _A00000J 910 _A00000L 911 _A00000M 912 _A00000N 913 _A00000O 914 _A00000P 915 _A00000Q 916 _A00000R 917 _A00000S 918 _A00000T 919 _A00000U 920 _A00000V 921 _A00000W 922 _A00000Z 923 ; 924 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.01 seconds 925 proc datasets lib= EMPROJ nolist; 926 delete 927 _A000010 928 _A000012 929 _A000013 930 _A000014 931 _A000015 932 _A000016 933 _A000017 934 _A000018 935 _A000019 936 _A00001A 937 _A00001B 938 _A00001C 939 _A00001D 940 _A00001G 941 ; 942 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.00 seconds 943 proc printto new log=work.em_tmp.assess.log; 944 run; ************************************************************************** NOTE: PROCEDURE PRINTTO used (Total process time): real time 0.03 seconds cpu time 0.00 seconds 2149 proc printto print=WORK.P11K3919.TEMP.OUTPUT new; 2150 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. Neural Network : Computing assessment statistics... 2151 proc datasets lib= EMPROJ nolist; 2152 delete 2153 _A000002 2154 _A000004 2155 _A000005 2156 _A000006 2157 _A000007 2158 _A000008 2159 _A000009 2160 _A00000A 2161 _A00000B 2162 _A00000C 2163 _A00000D 2164 _A00000E 2165 _A00000F 2166 ; 2167 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.01 seconds 2168 proc datasets lib= EMPROJ nolist; 2169 delete 2170 _A000010 2171 _A000012 2172 _A000013 2173 _A000014 2174 _A000015 2175 _A000016 2176 _A000017 2177 _A000018 2178 _A000019 2179 _A00001A 2180 _A00001B 2181 _A00001C 2182 _A00001D 2183 ; 2184 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 2185 proc printto new log=work.em_tmp.assess.log; 2186 run; ************************************************************************** NOTE: PROCEDURE PRINTTO used (Total process time): real time 0.07 seconds cpu time 0.00 seconds 2198 proc printto print=WORK.P2PWW9_B.TEMP.OUTPUT new; 2199 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. Neural Network : Computing assessment statistics... 2200 proc datasets lib= EMPROJ nolist; 2201 delete 2202 _A000002 2203 _A000004 2204 _A000005 2205 _A000006 2206 _A000007 2207 _A000008 2208 _A000009 2209 _A00000A 2210 _A00000B 2211 _A00000C 2212 _A00000D 2213 _A00000E 2214 _A00000F 2215 ; 2216 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.01 seconds cpu time 0.00 seconds 2217 proc datasets lib= EMPROJ nolist; 2218 delete 2219 _A000010 2220 _A000012 2221 _A000013 2222 _A000014 2223 _A000015 2224 _A000016 2225 _A000017 2226 _A000018 2227 _A000019 2228 _A00001A 2229 _A00001B 2230 _A00001C 2231 _A00001D 2232 ; 2233 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.01 seconds cpu time 0.00 seconds 2234 proc printto new log=work.em_tmp.assess.log; 2235 run;