1 The SAS System 11:36 Monday, January 9, 2017 1 ;*';*";*/;quit;run; 2 OPTIONS PAGENO=MIN; 3 %LET SYSLAST=WORK.'V100_IL'n; 4 %LET _CLIENTTASKLABEL='COMB_DATA'; 5 %LET _CLIENTPROCESSFLOWNAME='Process Flow'; 6 %LET _CLIENTPROJECTPATH='\\DWCPMCA\Data\REAAL\EG\EG_CONV_TABLES.egp'; 7 %LET _CLIENTPROJECTNAME='EG_CONV_TABLES.egp'; 8 %LET _SASPROGRAMFILE=; 9 10 ODS _ALL_ CLOSE; 11 OPTIONS DEV=ACTIVEX; 12 GOPTIONS XPIXELS=0 YPIXELS=0; 13 FILENAME EGSR TEMP; 14 ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR 15 STYLE=HtmlBlue 16 STYLESHEET=(URL="file:///D:/Program%20Files/SASCPM81/SASEnterpriseGuide/7.1/Styles/HtmlBlue.css") 17 NOGTITLE 18 NOGFOOTNOTE 19 GPATH=&sasworklocation 20 ENCODING=UTF8 21 options(rolap="on") 22 ; NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR 23 24 GOPTIONS ACCESSIBLE; 25 proc sql; 26 select count(*) into : obs from sashelp.vtable 27 where libname = 'SAS_TMP'; 28 %LET OBS=&OBS; 29 SELECT catx('.', 'SAS_TMP', memname) INTO : TAB1-:TAB&OBS FROM sashelp.vtable 30 where libname = 'SAS_TMP'; 31 QUIT; NOTE: PROCEDURE SQL used (Total process time): real time 0.01 seconds cpu time 0.01 seconds 32 33 %MACRO append; 34 %DO i=1 %to &obs; 35 proc append base=SAS_TMP.tot_comb data=&&tab&i force;run; 36 %end; 37 %mend; 38 %append; NOTE: Appending SAS_TMP.TOT_COMB to SAS_TMP.TOT_COMB. NOTE: Appending the file SAS_TMP.TOT_COMB to itself. NOTE: There were 203 observations read from the data set SAS_TMP.TOT_COMB. NOTE: 203 observations added. NOTE: The data set SAS_TMP.TOT_COMB has 406 observations and 64 variables. NOTE: PROCEDURE APPEND used (Total process time): real time 0.00 seconds cpu time 0.01 seconds NOTE: Appending SAS_TMP.V100_IL to SAS_TMP.TOT_COMB. NOTE: There were 159 observations read from the data set SAS_TMP.V100_IL. 2 The SAS System 11:36 Monday, January 9, 2017 NOTE: 159 observations added. NOTE: The data set SAS_TMP.TOT_COMB has 565 observations and 64 variables. NOTE: PROCEDURE APPEND used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: Appending SAS_TMP.V350_IL to SAS_TMP.TOT_COMB. WARNING: Variable 'Primaire Activiteiten'n was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable Leven was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable 'Verkoop Intermediair'n was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable 'Marketing en Communicatie'n was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable Productontwikkeling was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT02_TP326 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT02_TP327 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT02_TP328 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT02_TP329 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT02_TP330 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT02_TP331 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable AS was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable BE was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable BQ was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP61 was not found on BASE file. The variable will not be added to the BASE file. 3 The SAS System 11:36 Monday, January 9, 2017 WARNING: Variable V450_LEV_VI_ACT09_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable CC was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable CO was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable DA was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable DM was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable DY was not found on BASE file. The variable will not be added to the BASE file. 4 The SAS System 11:36 Monday, January 9, 2017 WARNING: Variable V450_LEV_VI_ACT22_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable EK was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable EW was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable FI was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable FU was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT51_TP326 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT51_TP341 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT51_TP327 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT51_TP328 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT51_TP329 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT51_TP330 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT51_TP331 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable GC was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP61 was not found on BASE file. The variable will not be added to the BASE file. 5 The SAS System 11:36 Monday, January 9, 2017 WARNING: Variable V450_LEV_VI_ACT59_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable GO was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable HA was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable HM was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable HY was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable IK was not found on BASE file. The variable will not be added to the BASE file. 6 The SAS System 11:36 Monday, January 9, 2017 WARNING: Variable V450_LEV_VI_ACT63_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable IW was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT39_TP322 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT39_TP323 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT39_TP339 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT39_TP324 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT39_TP325 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT39_TP340 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT39_TP336 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT39_TP337 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT39_TP338 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JG was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JH was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JI was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JJ was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_HYP_VI_ACT05_TP66 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_HYP_VI_ACT05_TP307 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JM was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_HYP_VI_ACT07_TP66 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_HYP_VI_ACT07_TP307 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JP was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JQ was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JR was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JS was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JT was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JU was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JV was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JW was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JX was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JY was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JZ was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable KA was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable KB was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable KC was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable KD was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable KE was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable KF was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable KG was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable DIMREF1 has different lengths on BASE and DATA files (BASE 5 DATA 50). WARNING: Variable DIMREF2 has different lengths on BASE and DATA files (BASE 5 DATA 50). WARNING: Variable DIMREF3 has different lengths on BASE and DATA files (BASE 5 DATA 50). WARNING: Variable DIMREF4 has different lengths on BASE and DATA files (BASE 5 DATA 50). WARNING: Variable DIMREF5 has different lengths on BASE and DATA files (BASE 5 DATA 50). WARNING: Variable DIMREF6 has different lengths on BASE and DATA files (BASE 5 DATA 50). WARNING: Variable DimMemberRef1 has different lengths on BASE and DATA files (BASE 5 DATA 50). WARNING: Variable L1_NAME has different lengths on BASE and DATA files (BASE 42 DATA 23). WARNING: Variable L2_NAME has different lengths on BASE and DATA files (BASE 27 DATA 50). WARNING: Variable 'Product Lines'n was not found on DATA file. 7 The SAS System 11:36 Monday, January 9, 2017 WARNING: Variable 'Individual Life'n was not found on DATA file. WARNING: Variable 'Complex requests'n was not found on DATA file. WARNING: Variable V350_ILCR01 was not found on DATA file. WARNING: Variable V350_ILCR06 was not found on DATA file. WARNING: Variable V350_ILCR02 was not found on DATA file. WARNING: Variable V350_ILCR03 was not found on DATA file. WARNING: Variable V350_ILCR04 was not found on DATA file. WARNING: Variable V350_ILCR05 was not found on DATA file. WARNING: Variable V350_ILCR10 was not found on DATA file. WARNING: Variable V350_ILCR11 was not found on DATA file. WARNING: Variable V350_ILCR07 was not found on DATA file. WARNING: Variable V350_ILCR12 was not found on DATA file. WARNING: Variable V350_ILCR13 was not found on DATA file. WARNING: Variable V350_ILCR08 was not found on DATA file. WARNING: Variable V350_ILCR09 was not found on DATA file. WARNING: Variable 'Standard requests'n was not found on DATA file. WARNING: Variable V350_ILSR01 was not found on DATA file. WARNING: Variable V350_ILSR02 was not found on DATA file. WARNING: Variable V350_ILSR03 was not found on DATA file. WARNING: Variable V350_ILSR04 was not found on DATA file. WARNING: Variable V350_ILSR05 was not found on DATA file. WARNING: Variable V350_ILSR06 was not found on DATA file. WARNING: Variable V350_ILSR09 was not found on DATA file. WARNING: Variable 'Procuct and support'n was not found on DATA file. WARNING: Variable V350_ILPS03 was not found on DATA file. WARNING: Variable V350_ILPS04 was not found on DATA file. WARNING: Variable V350_ILPS05 was not found on DATA file. WARNING: Variable 'Mortgage Operations'n was not found on DATA file. WARNING: Variable V350_ILMO01 was not found on DATA file. WARNING: Variable V350_ILMO03 was not found on DATA file. WARNING: Variable 'IL Specials'n was not found on DATA file. WARNING: Variable V350_ILSP01 was not found on DATA file. WARNING: Variable V350_ILSP02 was not found on DATA file. WARNING: Variable V350_ILSP03 was not found on DATA file. WARNING: Variable 'IL Functional Lines'n was not found on DATA file. WARNING: Variable V350_ILFL01 was not found on DATA file. WARNING: Variable V350_ILFL02 was not found on DATA file. WARNING: Variable V350_ILFL03 was not found on DATA file. WARNING: Variable BJ was not found on DATA file. WARNING: Variable BK was not found on DATA file. WARNING: Variable BL was not found on DATA file. NOTE: FORCE is specified, so dropping/truncating will occur. NOTE: There were 44 observations read from the data set SAS_TMP.V350_IL. NOTE: 44 observations added. NOTE: The data set SAS_TMP.TOT_COMB has 609 observations and 64 variables. NOTE: PROCEDURE APPEND used (Total process time): real time 0.03 seconds cpu time 0.06 seconds NOTE: Appending SAS_TMP.WANT to SAS_TMP.TOT_COMB. WARNING: Variable 'Primaire Activiteiten'n was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable Leven was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable 'Verkoop Intermediair'n was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable 'Marketing en Communicatie'n was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP61 was not found on BASE file. The variable will not be added to the BASE file. 8 The SAS System 11:36 Monday, January 9, 2017 WARNING: Variable V450_LEV_VI_ACT01_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT01_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable Productontwikkeling was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT02_TP326 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT02_TP327 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT02_TP328 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT02_TP329 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT02_TP330 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT02_TP331 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable AS was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT03_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable BE was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT05_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable BQ was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT09_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable CC was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP74 was not found on BASE file. The variable will not be added to the BASE file. 9 The SAS System 11:36 Monday, January 9, 2017 WARNING: Variable V450_LEV_VI_ACT15_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT15_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable CO was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT18_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable DA was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT19_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable DM was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT21_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable DY was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT22_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable EK was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP62 was not found on BASE file. The variable will not be added to the BASE file. 10 The SAS System 11:36 Monday, January 9, 2017 WARNING: Variable V450_LEV_VI_ACT58_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT58_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable EW was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT23_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable FI was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT24_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable FU was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT51_TP326 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT51_TP341 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT51_TP327 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT51_TP328 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT51_TP329 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT51_TP330 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT51_TP331 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable GC was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT59_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable GO was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP74 was not found on BASE file. The variable will not be added to the BASE file. 11 The SAS System 11:36 Monday, January 9, 2017 WARNING: Variable V450_LEV_VI_ACT60_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT60_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable HA was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT61_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable HM was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT41_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable HY was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT62_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable IK was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP59 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP61 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP62 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP73 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP74 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP75 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP76 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP77 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP78 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP79 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT63_TP80 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable IW was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT39_TP322 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT39_TP323 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT39_TP339 was not found on BASE file. The variable will not be added to the BASE file. 12 The SAS System 11:36 Monday, January 9, 2017 WARNING: Variable V450_LEV_VI_ACT39_TP324 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT39_TP325 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT39_TP340 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT39_TP336 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT39_TP337 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_LEV_VI_ACT39_TP338 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JG was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JH was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JI was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JJ was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_HYP_VI_ACT05_TP66 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_HYP_VI_ACT05_TP307 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JM was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_HYP_VI_ACT07_TP66 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable V450_HYP_VI_ACT07_TP307 was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JP was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JQ was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JR was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JS was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JT was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JU was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JV was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JW was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JX was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JY was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable JZ was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable KA was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable KB was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable KC was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable KD was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable KE was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable KF was not found on BASE file. The variable will not be added to the BASE file. WARNING: Variable KG was not found on BASE file. The variable will not be added to the BASE file. NOTE: FORCE is specified, so dropping/truncating will occur. NOTE: There were 203 observations read from the data set SAS_TMP.WANT. NOTE: 203 observations added. NOTE: The data set SAS_TMP.TOT_COMB has 812 observations and 64 variables. NOTE: PROCEDURE APPEND used (Total process time): real time 0.03 seconds cpu time 0.03 seconds NOTE: Appending SAS_TMP.WANT2 to SAS_TMP.TOT_COMB. WARNING: Variable MODULE was not found on DATA file. WARNING: Variable DIMREF1 was not found on DATA file. WARNING: Variable DIMREF2 was not found on DATA file. WARNING: Variable DIMREF3 was not found on DATA file. WARNING: Variable DIMREF4 was not found on DATA file. WARNING: Variable DIMREF5 was not found on DATA file. WARNING: Variable DIMREF6 was not found on DATA file. WARNING: Variable DimMemberRef1 was not found on DATA file. WARNING: Variable DimMemberRef2 was not found on DATA file. WARNING: Variable DimMemberRef3 was not found on DATA file. WARNING: Variable DimMemberRef4 was not found on DATA file. WARNING: Variable DimMemberRef5 was not found on DATA file. WARNING: Variable DimMemberRef6 was not found on DATA file. WARNING: Variable REFERENCE was not found on DATA file. 13 The SAS System 11:36 Monday, January 9, 2017 WARNING: Variable L1_NAME was not found on DATA file. WARNING: Variable L2_NAME was not found on DATA file. WARNING: Variable L3_NAME was not found on DATA file. WARNING: Variable L4_NAME was not found on DATA file. WARNING: Variable L5_NAME was not found on DATA file. WARNING: Variable DriverName was not found on DATA file. WARNING: Variable aantal was not found on DATA file. WARNING: Variable Attribuut was not found on DATA file. WARNING: Variable 'Product Lines'n was not found on DATA file. WARNING: Variable 'Individual Life'n was not found on DATA file. WARNING: Variable 'Complex requests'n was not found on DATA file. WARNING: Variable V350_ILCR01 was not found on DATA file. WARNING: Variable V350_ILCR06 was not found on DATA file. WARNING: Variable V350_ILCR02 was not found on DATA file. WARNING: Variable V350_ILCR03 was not found on DATA file. WARNING: Variable V350_ILCR04 was not found on DATA file. WARNING: Variable V350_ILCR05 was not found on DATA file. WARNING: Variable V350_ILCR10 was not found on DATA file. WARNING: Variable V350_ILCR11 was not found on DATA file. WARNING: Variable V350_ILCR07 was not found on DATA file. WARNING: Variable V350_ILCR12 was not found on DATA file. WARNING: Variable V350_ILCR13 was not found on DATA file. WARNING: Variable V350_ILCR08 was not found on DATA file. WARNING: Variable V350_ILCR09 was not found on DATA file. WARNING: Variable 'Standard requests'n was not found on DATA file. WARNING: Variable V350_ILSR01 was not found on DATA file. WARNING: Variable V350_ILSR02 was not found on DATA file. WARNING: Variable V350_ILSR03 was not found on DATA file. WARNING: Variable V350_ILSR04 was not found on DATA file. WARNING: Variable V350_ILSR05 was not found on DATA file. WARNING: Variable V350_ILSR06 was not found on DATA file. WARNING: Variable V350_ILSR09 was not found on DATA file. WARNING: Variable 'Procuct and support'n was not found on DATA file. WARNING: Variable V350_ILPS03 was not found on DATA file. WARNING: Variable V350_ILPS04 was not found on DATA file. WARNING: Variable V350_ILPS05 was not found on DATA file. WARNING: Variable 'Mortgage Operations'n was not found on DATA file. WARNING: Variable V350_ILMO01 was not found on DATA file. WARNING: Variable V350_ILMO03 was not found on DATA file. WARNING: Variable 'IL Specials'n was not found on DATA file. WARNING: Variable V350_ILSP01 was not found on DATA file. WARNING: Variable V350_ILSP02 was not found on DATA file. WARNING: Variable V350_ILSP03 was not found on DATA file. WARNING: Variable 'IL Functional Lines'n was not found on DATA file. WARNING: Variable V350_ILFL01 was not found on DATA file. WARNING: Variable V350_ILFL02 was not found on DATA file. WARNING: Variable V350_ILFL03 was not found on DATA file. WARNING: Variable BJ was not found on DATA file. WARNING: Variable BK was not found on DATA file. WARNING: Variable BL was not found on DATA file. NOTE: There were 0 observations read from the data set SAS_TMP.WANT2. NOTE: 0 observations added. NOTE: The data set SAS_TMP.TOT_COMB has 812 observations and 64 variables. NOTE: PROCEDURE APPEND used (Total process time): real time 0.01 seconds cpu time 0.00 seconds 14 The SAS System 11:36 Monday, January 9, 2017 39 40 proc print data=SAS_TMP.tot_comb; 41 run; NOTE: There were 812 observations read from the data set SAS_TMP.TOT_COMB. NOTE: PROCEDURE PRINT used (Total process time): real time 3.83 seconds cpu time 3.82 seconds 42 43 44 GOPTIONS NOACCESSIBLE; 45 %LET _CLIENTTASKLABEL=; 46 %LET _CLIENTPROCESSFLOWNAME=; 47 %LET _CLIENTPROJECTPATH=; 48 %LET _CLIENTPROJECTNAME=; 49 %LET _SASPROGRAMFILE=; 50 51 ;*';*";*/;quit;run; 52 ODS _ALL_ CLOSE; 53 54 55 QUIT; RUN; 56