1 The SAS System 14:53 Tuesday, November 29, 2016 NOTE: Copyright (c) 2002-2012 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software 9.4 (TS1M0) Licensed to FORE SCHOOL OF MANAGEMENT, Site 11602920. NOTE: This session is executing on the X64_7PRO platform. NOTE: Updated analytical products: SAS/STAT 12.3 (maintenance) SAS/ETS 12.3 (maintenance) SAS/OR 12.3 (maintenance) SAS/IML 12.3 (maintenance) SAS/QC 12.3 (maintenance) NOTE: Additional host information: X64_7PRO WIN 6.1.7601 Service Pack 1 Workstation NOTE: SAS Initialization used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 1 filename _emenv catalog 'sashelp.emwip.em_loadmacros.source'; 2 %inc _emenv; NOTE: Fileref _TEMP has been deassigned. NOTE: Fileref _TEMP has been deassigned. NOTE: Fileref _TEMP has been deassigned. NOTE: Fileref _TEMP has been deassigned. NOTE: Fileref _TEMP has been deassigned. NOTE: Fileref _TEMP has been deassigned. NOTE: Fileref _TEMP has been deassigned. NOTE: Fileref _TEMP has been deassigned. NOTE: Fileref _TEMP has been deassigned. NOTE: Fileref _FDSEP has been deassigned. NOTE: Fileref _TEMP has been deassigned. 1084 filename _emenv; NOTE: Fileref _EMENV has been deassigned. 1085 %let WIP_PROJPATH=%nrstr(C:\Users\SAS_EM\Projects_EM); 1086 %let WIP_PROJNAME=%nrstr(P_SASCase2); 1087 proc display c=sashelp.emwip.em_init.scl; run; 6893 %let SYSCC=0; 6894 options VBUFSIZE= 64M; NOTE: PROCEDURE DISPLAY used (Total process time): real time 0.32 seconds cpu time 0.23 seconds 2 The SAS System 14:53 Tuesday, November 29, 201 6 6896 %let SYSCC=0; 6897 %let SYSRC=0; 6898 %let EMEXCEPTIONSTRING=; 6899 %let SYSMSG=; 6900 filename _emproj catalog 'sashelp.emwip.em_project.source'; 6901 %inc _emproj; 7039 filename _emproj; NOTE: Fileref _EMPROJ has been deassigned. 7040 %em_project(action=adddiagram, 7041 projpath=%nrstr(C:\Users\SAS_EM\Projects_EM), 7042 projname=%nrstr(P_SASCase2), 7043 userid=Administrator, 7044 dgmName=Assign2, 7045 outfile=addDiagram.xml 7046 ); NOTE: Fileref _X has been deassigned. 1 7058 libname _wiptest "C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1"; NOTE: Libref _WIPTEST was successfully assigned as follows: Engine: V9 Physical Name: C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1 7059 data _null_; 7060 dsid = open('_wiptest.em_nodeid'); 7061 if dsid then do; 7062 call symput('_wipDgmEncoding', attrc(dsid, 'encoding')); 7063 if upcase(attrc(dsid, 'datarep')) = 'NATIVE' then call symput('_wipDgmNative', 'Y'); 7064 else call symput('_wipDgmNative', 'N'); 7065 call symput('_wipDgmDataRepNm', attrc(dsid, 'datarepnm')); 7066 dsid = close(dsid); 7067 end; 7068 run; NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 7069 libname _wiptest; NOTE: Libref _WIPTEST has been deassigned. 7070 filename _wipxml 'C:\Users\ADMINI~1\AppData\Local\Temp\SAS Temporary Files\_TD4292_RAMANSETHI-PC_\Prc2\addDiagram.xml' encoding="UTF-8" NOBOM; 3 The SAS System 14:53 Tuesday, November 29, 201 6 WARNING: End of file. WARNING: End of file. 7071 %let SYSCC=0; 7072 %let SYSRC=0; 7073 %let EMEXCEPTIONSTRING=; 7074 %let SYSMSG=; 7075 %em_diagram(action=open, projpath=%nrstr(C:\Users\SAS_EM\Projects_EM), projname=%nrstr(P_SASCase2), dgmId=EMWS1, userId=Administrator, sessionid=Administrator1480404512900, outfile=DiagramOpenResponse.xml); NOTE: Fileref _DGMFRF has been deassigned. WIP_ACTION: adddiagram DGMID: EMWS1 LOCKFILE: C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1\System\wsopen.lck NOTE: Libref EMWS1 was successfully assigned as follows: Engine: V9 Physical Name: C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1 7087 %let _EM_TREECONVERSION=0; 7088 data _null_; 7089 set EMWS1.EM_NODEID end=eof; 7090 where upcase(Component) ='DECISIONTREE' and CLASS = 'SASHELP.EMMODL.DECISIONTREE.CLASS'; 7091 if eof then call symput('_EM_TREECONVERSION', '1'); 7092 run; NOTE: There were 0 observations read from the data set EMWS1.EM_NODEID. WHERE (UPCASE(Component)='DECISIONTREE') and (CLASS='SASHELP.EMMODL.DECISIONTREE.CLASS'); NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds treeconversion=0 7093 filename _wipxml 'C:\Users\ADMINI~1\AppData\Local\Temp\SAS Temporary Files\_TD4292_RAMANSETHI-PC_\Prc2\DiagramOpenResponse.xml' encoding="UTF-8" NOBOM; 4 The SAS System 14:53 Tuesday, November 29, 201 6 WARNING: End of file. WARNING: End of file. 7094 %let SYSCC=0; 7095 %let SYSRC=0; 7096 %let EMEXCEPTIONSTRING=; 7097 %let SYSMSG=; 7098 %em_diagram(action=SETORIENTATION, projpath=%nrstr(C:\Users\SAS_EM\Projects_EM), projname=%nrstr(P_SASCase2), dgmId=EMWS1, sessionid=Administrator1480404512900, orientation=HORIZONTAL); NOTE: Fileref _DGMFRF has been deassigned. WIP_ACTION: OPEN DGMID: EMWS1 LOCKFILE: C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1\System\wsopen.lck 5 The SAS System 14:53 Tuesday, November 29, 201 6 WARNING: End of file. WARNING: End of file. 7110 %let SYSCC=0; 7111 %let SYSRC=0; 7112 %let EMEXCEPTIONSTRING=; 7113 %let SYSMSG=; 7114 %em_diagram(action=adddatasource, projpath=%nrstr(C:\Users\SAS_EM\Projects_EM), projname=%nrstr(P_SASCase2), dgmId=EMWS1, sessionid=Administrator1480404512900, component=DataSource, x=28, y=195, toolprefix=IDS, tooltype=SAMPLE, 7114 ! datasource=webstation, serverclass=SASHELP.EMSAMP.IDS.CLASS, requestfile=DiagramAddNodeRequest.xml, outfile=DiagramAddDataSourceNodeResponse.xml); NOTE: Fileref _DGMFRF has been deassigned. WIP_ACTION: SETORIENTATION DGMID: EMWS1 LOCKFILE: C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1\System\wsopen.lck 7128 data _null_; 7129 set EMWS1.EM_NODEID; 7130 where upcase(NODEID)=upcase("Ids"); 7131 call symput('_EMCLASS', CLASS); 7132 run; NOTE: There were 1 observations read from the data set EMWS1.EM_NODEID. WHERE UPCASE(NODEID)='IDS'; NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: There were 1 observations read from the data set EMDS.WEBSTATION_TM. NOTE: The data set EMWS1.IDS_EMTMETADEFAULT has 1 observations and 15 variables. 7133 data EMWS1.Ids_EMCMETADEFAULT; 7134 set EMDS.webstation_CM; 7135 drop nlevel pctmiss min max mean std skewness kurtosis; 7136 run; NOTE: There were 2 observations read from the data set EMDS.WEBSTATION_CM. NOTE: The data set EMWS1.IDS_EMCMETADEFAULT has 2 observations and 21 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 7137 data EMWS1.Ids_EMSTATDEFAULT; 7138 set EMDS.webstation_CM; 7139 keep NAME nlevel pctmiss min max mean std skewness kurtosis; 7140 run; NOTE: There were 2 observations read from the data set EMDS.WEBSTATION_CM. NOTE: The data set EMWS1.IDS_EMSTATDEFAULT has 2 observations and 9 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 7141 data EMWS1.Ids_CMeta_DATA; 7142 set WORK.M2V7JXH1; 7143 drop DROP; 7144 where DROP='N'; 7145 run; NOTE: There were 2 observations read from the data set WORK.M2V7JXH1. WHERE DROP='N'; NOTE: The data set EMWS1.IDS_CMETA_DATA has 2 observations and 20 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 7148 %let _wipclass=; 7149 %let _wipcomponent=; 7150 %let _wipx=; 7151 %let _wipy=; 7152 %let _wipdesc=; 7153 %let _wipDgmid=; 7154 %let _wipParentid=; 7155 data _null_; 7156 set EMWS1.EM_NODEID; 7157 where NODEID = "Ids"; 7158 call symput('_wipclass', strip(class)); 7159 call symput('_wipcomponent', strip(component)); 7160 call symput('_wipx', strip(put(X, best.))); 7161 call symput('_wipy', strip(put(Y, best.))); 7162 call symput('_wipdesc', strip(LABEL)); 7163 call symput('_wipDgmId', strip(DIAGRAMID)); 7164 call symput('_wipParentId', strip(PARENTID)); 7165 run; NOTE: There were 1 observations read from the data set EMWS1.EM_NODEID. WHERE NODEID='Ids'; NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 7166 filename _wipxml 'C:\Users\ADMINI~1\AppData\Local\Temp\SAS Temporary Files\_TD4292_RAMANSETHI-PC_\Prc2\DiagramAddDataSourceNodeResponse.xml' encoding="UTF-8" NOBOM; 6 The SAS System 14:53 Tuesday, November 29, 201 6 WARNING: End of file. WARNING: End of file. 7167 %let SYSCC=0; 7168 %let SYSRC=0; 7169 %let EMEXCEPTIONSTRING=; 7170 %let SYSMSG=; 7171 %em_diagram(action=addnode, projpath=%nrstr(C:\Users\SAS_EM\Projects_EM), projname=%nrstr(P_SASCase2), dgmId=EMWS1, sessionid=Administrator1480404512900, component=Association, x=199, y=209, toolprefix=Assoc, tooltype=EXPLORE, 7171 ! serverclass=SASHELP.EMEXPL.ASSOCIATE.CLASS, requestfile=DiagramAddNodeRequest.xml, outfile=DiagramAddNodeResponse.xml); NOTE: Fileref _DGMFRF has been deassigned. WIP_ACTION: ADDDATASOURCE DGMID: EMWS1 LOCKFILE: C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1\System\wsopen.lck 7185 %let _wipclass=; 7186 %let _wipcomponent=; 7187 %let _wipx=; 7188 %let _wipy=; 7189 %let _wipdesc=; 7190 %let _wipDgmid=; 7191 %let _wipParentid=; 7192 data _null_; 7193 set EMWS1.EM_NODEID; 7194 where NODEID = "Assoc"; 7195 call symput('_wipclass', strip(class)); 7196 call symput('_wipcomponent', strip(component)); 7197 call symput('_wipx', strip(put(X, best.))); 7198 call symput('_wipy', strip(put(Y, best.))); 7199 call symput('_wipdesc', strip(LABEL)); 7200 call symput('_wipDgmId', strip(DIAGRAMID)); 7201 call symput('_wipParentId', strip(PARENTID)); 7202 run; NOTE: There were 1 observations read from the data set EMWS1.EM_NODEID. WHERE NODEID='Assoc'; NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 7203 filename _wipxml 'C:\Users\ADMINI~1\AppData\Local\Temp\SAS Temporary Files\_TD4292_RAMANSETHI-PC_\Prc2\DiagramAddNodeResponse.xml' encoding="UTF-8" NOBOM; 7 The SAS System 14:53 Tuesday, November 29, 201 6 WARNING: End of file. WARNING: End of file. 7204 %let SYSCC=0; 7205 %let SYSRC=0; 7206 %let EMEXCEPTIONSTRING=; 7207 %let SYSMSG=; 7208 %em_diagram(action=connectnode, projpath=%nrstr(C:\Users\SAS_EM\Projects_EM), projname=%nrstr(P_SASCase2), dgmId=EMWS1, from=Ids, to=Assoc); NOTE: Fileref _DGMFRF has been deassigned. WIP_ACTION: ADDNODE DGMID: EMWS1 LOCKFILE: C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1\System\wsopen.lck 7220 data EMWS1.EM_DGRAPH; 7221 set EMWS1.EM_DGRAPH; 7222 where ^(FROM = "Ids" and TO = ""); 7223 run; NOTE: There were 1 observations read from the data set EMWS1.EM_DGRAPH. WHERE (FROM not = 'Ids') or (TO not = ' '); NOTE: The data set EMWS1.EM_DGRAPH has 1 observations and 2 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 8 The SAS System 14:53 Tuesday, November 29, 201 6 7224 %let SYSCC=0; 7225 %let SYSRC=0; 7226 %let EMEXCEPTIONSTRING=; 7227 %let SYSMSG=; 7228 %em_diagram(action=UPDATE, projpath=%nrstr(C:\Users\SAS_EM\Projects_EM), projname=%nrstr(P_SASCase2), dgmId=EMWS1, nodeid=Ids, sessionid=Administrator1480404512900); NOTE: Fileref _DGMFRF has been deassigned. WIP_ACTION: CONNECTNODE DGMID: EMWS1 LOCKFILE: C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1\System\wsopen.lck 7240 %let em_exceptionstring=; 7241 libname EMWS1 %nrstr("C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1"); NOTE: Libref EMWS1 was successfully assigned as follows: Engine: V9 Physical Name: C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1 7242 %let _EM_TREECONVERSION=0; 7243 data _null_; 7244 set EMWS1.EM_NODEID end=eof; 7245 where upcase(Component) ='DECISIONTREE' and CLASS = 'SASHELP.EMMODL.DECISIONTREE.CLASS'; 7246 if eof then call symput('_EM_TREECONVERSION', '1'); 7247 run; NOTE: There were 0 observations read from the data set EMWS1.EM_NODEID. WHERE (UPCASE(Component)='DECISIONTREE') and (CLASS='SASHELP.EMMODL.DECISIONTREE.CLASS'); NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 1 7248 proc printto log=L2S1JKM2 new; 7249 run; NOTE: PROCEDURE PRINTTO used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 7297 %let _wipclass=; 7298 %let _wipcomponent=; 7299 %let _wipx=; 7300 %let _wipy=; 7301 %let _wipdesc=; 7302 %let _wipDgmid=; 7303 %let _wipParentid=; 7304 data _null_; 7305 set EMWS1.EM_NODEID; 7306 where NODEID = "Ids"; 7307 call symput('_wipclass', strip(class)); 7308 call symput('_wipcomponent', strip(component)); 7309 call symput('_wipx', strip(put(X, best.))); 7310 call symput('_wipy', strip(put(Y, best.))); 7311 call symput('_wipdesc', strip(LABEL)); 7312 call symput('_wipDgmId', strip(DIAGRAMID)); 7313 call symput('_wipParentId', strip(PARENTID)); 7314 run; NOTE: There were 1 observations read from the data set EMWS1.EM_NODEID. WHERE NODEID='Ids'; NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 7315 filename _wipxml 'C:\Users\ADMINI~1\AppData\Local\Temp\SAS Temporary Files\_TD4292_RAMANSETHI-PC_\Prc2\RESPONSE.XML' encoding="UTF-8" NOBOM; 7316 libname EMWS1 %nrstr("C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1"); NOTE: Libref EMWS1 was successfully assigned as follows: Engine: V9 Physical Name: C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1 9 The SAS System 14:53 Tuesday, November 29, 201 6 7317 %let SYSCC=0; 7318 %let SYSRC=0; 7319 %let EMEXCEPTIONSTRING=; 7320 %let SYSMSG=; 7321 %em_diagram(action=setproperties, projpath=%nrstr(C:\Users\SAS_EM\Projects_EM), projname=%nrstr(P_SASCase2), dgmId=EMWS1, requestFile=DiagramSetPropertiesRequest.xml); NOTE: Fileref _DGMFRF has been deassigned. WIP_ACTION: UPDATE DGMID: EMWS1 LOCKFILE: C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1\System\wsopen.lck 7333 %global EM_REFRESH_PROPERTY; 7334 %let EM_REFRESH_PROPERTY=N; 7335 %let syscc=0; 7336 data WORK._EMVISUALPROPERTIES; 7337 length NODEID CLASS COMPONENT $32 X Y 8 LABEL $81; 7338 NODEID = "Ids"; 7339 CLASS=''; 7340 component=''; 7341 X = 34; 7342 Y= 194; 7343 LABEL = "WEBSTATION"; 7344 output; 7345 NODEID = "Assoc"; 7346 CLASS=''; 7347 component=''; 7348 X = 205; 7349 Y= 194; 7350 LABEL = "Association"; 7351 output; 7352 run; NOTE: The data set WORK._EMVISUALPROPERTIES has 2 observations and 6 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 7353 proc sort data=WORK._EMVISUALPROPERTIES; 7354 by NODEID; 7355 run; NOTE: There were 2 observations read from the data set WORK._EMVISUALPROPERTIES. NOTE: The data set WORK._EMVISUALPROPERTIES has 2 observations and 6 variables. NOTE: PROCEDURE SORT used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 7356 proc sort data=EMWS1.em_nodeid out=_tempNodeid; 7357 by NODEID; 7358 run; NOTE: There were 2 observations read from the data set EMWS1.EM_NODEID. NOTE: The data set WORK._TEMPNODEID has 2 observations and 8 variables. NOTE: PROCEDURE SORT used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 7359 data _tempNodeid; 7360 update _tempNodeid(in=_a) WORK._EMVISUALPROPERTIES(in=_b); 7361 by NODEID; 7362 if _a then output; 7363 run; NOTE: There were 2 observations read from the data set WORK._TEMPNODEID. NOTE: There were 2 observations read from the data set WORK._EMVISUALPROPERTIES. NOTE: The data set WORK._TEMPNODEID has 2 observations and 8 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 7364 data EMWS1.em_nodeid; 7365 set _tempNodeid; 7366 run; NOTE: There were 2 observations read from the data set WORK._TEMPNODEID. NOTE: The data set EMWS1.EM_NODEID has 2 observations and 8 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 7367 proc datasets lib=WORK nolist; 7368 delete _tempNodeid _EMVISUALPROPERTIES; 7369 run; NOTE: Deleting WORK._TEMPNODEID (memtype=DATA). NOTE: Deleting WORK._EMVISUALPROPERTIES (memtype=DATA). 7370 quit; NOTE: PROCEDURE DATASETS used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 10 The SAS System 14:53 Tuesday, November 29, 201 6 WARNING: Physical file does not exist, C:\Users\ADMINI~1\AppData\Local\Temp\SAS Temporary Files\_TD4292_RAMANSETHI-PC_\Prc2\DiagramOpenSessionResponse.xml. 7371 %let SYSCC=0; 7372 %let SYSRC=0; 7373 %let EMEXCEPTIONSTRING=; 7374 %let SYSMSG=; 7375 %em_diagram(action=closesession, projpath=%nrstr(C:\Users\SAS_EM\Projects_EM), projname=%nrstr(P_SASCase2), dgmId=EMWS1); NOTE: Fileref _DGMFRF has been deassigned. WIP_ACTION: SETPROPERTIES DGMID: EMWS1 LOCKFILE: C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1\System\wsopen.lck NOTE: Libref EMWS1 has been deassigned. 11 The SAS System 14:53 Tuesday, November 29, 201 6 7387 %let SYSCC=0; 7388 %let SYSRC=0; 7389 %let EMEXCEPTIONSTRING=; 7390 %let SYSMSG=; 7391 %em_diagram(action=opensession, projpath=%nrstr(C:\Users\SAS_EM\Projects_EM), projname=%nrstr(P_SASCase2), dgmId=EMWS1, sessionid=Administrator1480404512900, outfile=DiagramOpenSessionResponse.xml); NOTE: Fileref _DGMFRF has been deassigned. WIP_ACTION: CLOSESESSION DGMID: EMWS1 LOCKFILE: C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1\System\wsopen.lck NOTE: Libref EMWS1 was successfully assigned as follows: Engine: V9 Physical Name: C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1 NOTE: There were 2 observations read from the data set EMWS1.EM_DGRAPH. NOTE: The data set WORK.EM_DGRAPH has 2 observations and 2 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 7403 %let _EM_TREECONVERSION=0; 7404 data _null_; 7405 set EMWS1.EM_NODEID end=eof; 7406 where upcase(Component) ='DECISIONTREE' and CLASS = 'SASHELP.EMMODL.DECISIONTREE.CLASS'; 7407 if eof then call symput('_EM_TREECONVERSION', '1'); 7408 run; NOTE: There were 0 observations read from the data set EMWS1.EM_NODEID. WHERE (UPCASE(Component)='DECISIONTREE') and (CLASS='SASHELP.EMMODL.DECISIONTREE.CLASS'); NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds treeconversion=0 7409 %let syscc=0; 7410 filename _wipchk catalog "EMWS1.Assoc.test.source"; 7411 data _null_; 7412 file _wipchk; 7413 put '/* Test */'; 7414 run; NOTE: The file _WIPCHK is: Catalog Name=EMWS1.ASSOC.TEST.SOURCE, Catalog Page Size=4096, Number of Catalog Pages=8, Created=Tue, Nov 29, 2016 02:53:48 PM, Last Modified=Tue, Nov 29, 2016 02:53:48 PM, Filename=C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1\assoc.sas7bcat, Release Created=9.0401M0,Host Created=X64_7PRO NOTE: 1 record was written to the file _WIPCHK. The minimum record length was 10. The maximum record length was 10. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 7415 data _null_; 7416 rc = fdelete('_wipchk'); 7417 run; NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 7418 filename _wipchk; NOTE: Fileref _WIPCHK has been deassigned. 7419 filename _wipxml 'C:\Users\ADMINI~1\AppData\Local\Temp\SAS Temporary Files\_TD4292_RAMANSETHI-PC_\Prc2\DiagramOpenSessionResponse.xml' encoding="UTF-8" NOBOM; 12 The SAS System 14:53 Tuesday, November 29, 201 6 WARNING: End of file. WARNING: End of file. 7420 %let SYSCC=0; 7421 %let SYSRC=0; 7422 %let EMEXCEPTIONSTRING=; 7423 %let SYSMSG=; 7424 %em_diagram(action=getreportsmeta, projpath=%nrstr(C:\Users\SAS_EM\Projects_EM), projname=%nrstr(P_SASCase2), dgmId=EMWS1, nodeid=Ids, outfile=DiagramGetReportMetadata.xml); NOTE: Fileref _DGMFRF has been deassigned. WIP_ACTION: OPENSESSION DGMID: EMWS1 LOCKFILE: C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1\System\wsopen.lck 7436 data _null_; 7437 set EMWS1.EM_NODEID; 7438 where upcase(NODEID)=upcase("Ids"); 7439 call symput('_EMCLASS', CLASS); 7440 run; NOTE: There were 1 observations read from the data set EMWS1.EM_NODEID. WHERE UPCASE(NODEID)='IDS'; NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 7442 filename _wipxml 'C:\Users\ADMINI~1\AppData\Local\Temp\SAS Temporary Files\_TD4292_RAMANSETHI-PC_\Prc2\DiagramGetReportMetadata.xml' encoding="UTF-8" NOBOM; 13 The SAS System 14:53 Tuesday, November 29, 201 6 WARNING: End of file. WARNING: End of file. 7443 %let SYSCC=0; 7444 %let SYSRC=0; 7445 %let EMEXCEPTIONSTRING=; 7446 %let SYSMSG=; 7447 %exploreobs(data=EMWS1.Ids_EMTRAINVARIABLE); NOTE: EXPLOREOBS EMWS1.Ids_EMTRAINVARIABLE : vars= 6 : recl= 315 : max=20000 : def= 2000 14 The SAS System 14:53 Tuesday, November 29, 201 6 7448 %let SYSCC=0; 7449 %let SYSRC=0; 7450 %let EMEXCEPTIONSTRING=; 7451 %let SYSMSG=; 7452 %EM_getFormats(data=EMWS1.Ids_EMTRAINVARIABLE); NOTE: PROCEDURE DATASETS used (Total process time): real time 0.00 seconds cpu time 0.01 seconds NOTE: The data set WORK._VARS_ has 6 observations and 2 variables. NOTE: PROCEDURE CONTENTS used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: There were 0 observations read from the data set WORK._VARS_. WHERE fmtname not = ' '; NOTE: The data set WORK._VARS_ has 0 observations and 2 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 15 The SAS System 14:53 Tuesday, November 29, 201 6 NOTE: The data set EMWS1.IDS_EMTRAINVARIABLE has been updated. There were 0 observations rewritten, 0 observations added and 0 observations deleted. 7453 %let SYSCC=0; 7454 %let SYSRC=0; 7455 %let EMEXCEPTIONSTRING=; 7456 %let SYSMSG=; 7457 %em_variableeditor(action=OPEN, projpath=%nrstr(C:\Users\SAS_EM\Projects_EM), projname=%nrstr(P_SASCase2), dgmId=EMWS1, nodeid=Ids, subset=NONE, type=NODE, port=, outfile=DiagramOpenVariableEditorResponse.xml); WIP_ACTION: GETREPORTSMETA 7458 data _null_; 7459 set EMWS1.EM_NODEID; 7460 where upcase(NODEID)=upcase("Ids"); 7461 call symput('_EMCLASS', CLASS); 7462 run; NOTE: There were 1 observations read from the data set EMWS1.EM_NODEID. WHERE UPCASE(NODEID)='IDS'; NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 7463 proc sort data=EMWS1.Ids_EMSTATDEFAULT; 7464 by NAME; 7465 run; NOTE: There were 2 observations read from the data set EMWS1.IDS_EMSTATDEFAULT. NOTE: The data set EMWS1.IDS_EMSTATDEFAULT has 2 observations and 9 variables. NOTE: PROCEDURE SORT used (Total process time): real time 0.01 seconds cpu time 0.01 seconds 7466 proc sort data=EMWS1.Ids_VariableSet; 7467 by NAME; 7468 run; NOTE: There were 2 observations read from the data set EMWS1.IDS_VARIABLESET. NOTE: The data set EMWS1.IDS_VARIABLESET has 2 observations and 21 variables. NOTE: PROCEDURE SORT used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 7469 data WORK.VARIABLESET; 7470 merge EMWS1.Ids_VariableSet(in=_a) EMWS1.Ids_EMSTATDEFAULT(keep=NAME Nlevel pctmiss min mean max std skewness kurtosis); 7471 by NAME; 7472 if ^_a then delete; 7473 ; 7474 run; NOTE: There were 2 observations read from the data set EMWS1.IDS_VARIABLESET. NOTE: There were 2 observations read from the data set EMWS1.IDS_EMSTATDEFAULT. NOTE: The data set WORK.VARIABLESET has 2 observations and 29 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 7476 filename _wipxml 'C:\Users\ADMINI~1\AppData\Local\Temp\SAS Temporary Files\_TD4292_RAMANSETHI-PC_\Prc2\DiagramOpenVariableEditorResponse.xml' encoding="UTF-8" NOBOM; 16 The SAS System 14:53 Tuesday, November 29, 201 6 WARNING: End of file. WARNING: End of file. 7477 %let SYSCC=0; 7478 %let SYSRC=0; 7479 %let EMEXCEPTIONSTRING=; 7480 %let SYSMSG=; 7481 filename _emds catalog 'sashelp.emwip.em_loadmacros.source'; 7482 %inc _emds; NOTE: Fileref _TEMP has been deassigned. NOTE: Fileref _TEMP has been deassigned. NOTE: Fileref _TEMP has been deassigned. NOTE: Fileref _TEMP has been deassigned. NOTE: Fileref _TEMP has been deassigned. NOTE: Fileref _TEMP has been deassigned. NOTE: Fileref _TEMP has been deassigned. NOTE: Fileref _TEMP has been deassigned. NOTE: Fileref _TEMP has been deassigned. NOTE: Fileref _FDSEP has been deassigned. NOTE: Fileref _TEMP has been deassigned. 8564 filename _emds; NOTE: Fileref _EMDS has been deassigned. 8565 filename _emac catalog 'sashelp.emmeta.emadvisecolumns.source'; 8566 %inc _emac; 8612 filename _emac; NOTE: Fileref _EMAC has been deassigned. 8613 %em_variableeditor(action=getAttributes, columnmeta=WORK.VARIABLESET, outfile=getattributes.xml); WIP_ACTION: OPEN 8614 filename _wipxml 'C:\Users\ADMINI~1\AppData\Local\Temp\SAS Temporary Files\_TD4292_RAMANSETHI-PC_\Prc2\getattributes.xml' encoding="UTF-8" NOBOM; 17 The SAS System 14:53 Tuesday, November 29, 201 6 WARNING: End of file. WARNING: End of file. WARNING: End of file. WARNING: End of file. NOTE: The data set WORK.VARIABLESET has been updated. There were 0 observations rewritten, 0 observations added and 0 observations deleted. 8615 %let SYSCC=0; 8616 %let SYSRC=0; 8617 %let EMEXCEPTIONSTRING=; 8618 %let SYSMSG=; 8619 %em_diagram(action=closesession, projpath=%nrstr(C:\Users\SAS_EM\Projects_EM), projname=%nrstr(P_SASCase2), dgmId=EMWS1); NOTE: Fileref _DGMFRF has been deassigned. WIP_ACTION: GETATTRIBUTES DGMID: EMWS1 LOCKFILE: C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1\System\wsopen.lck NOTE: Libref EMWS1 has been deassigned. 18 The SAS System 14:53 Tuesday, November 29, 201 6 8631 %let SYSCC=0; 8632 %let SYSRC=0; 8633 %let EMEXCEPTIONSTRING=; 8634 %let SYSMSG=; 8635 %em_diagram(action=opensession, projpath=%nrstr(C:\Users\SAS_EM\Projects_EM), projname=%nrstr(P_SASCase2), dgmId=EMWS1, sessionid=Administrator1480404512900, outfile=DiagramOpenSessionResponse.xml); NOTE: Fileref _DGMFRF has been deassigned. WIP_ACTION: CLOSESESSION DGMID: EMWS1 LOCKFILE: C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1\System\wsopen.lck NOTE: Libref EMWS1 was successfully assigned as follows: Engine: V9 Physical Name: C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1 NOTE: There were 2 observations read from the data set EMWS1.EM_DGRAPH. NOTE: The data set WORK.EM_DGRAPH has 2 observations and 2 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 8647 %let _EM_TREECONVERSION=0; 8648 data _null_; 8649 set EMWS1.EM_NODEID end=eof; 8650 where upcase(Component) ='DECISIONTREE' and CLASS = 'SASHELP.EMMODL.DECISIONTREE.CLASS'; 8651 if eof then call symput('_EM_TREECONVERSION', '1'); 8652 run; NOTE: There were 0 observations read from the data set EMWS1.EM_NODEID. WHERE (UPCASE(Component)='DECISIONTREE') and (CLASS='SASHELP.EMMODL.DECISIONTREE.CLASS'); NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds treeconversion=0 8653 %let syscc=0; 8654 filename _wipchk catalog "EMWS1.Assoc.test.source"; 8655 data _null_; 8656 file _wipchk; 8657 put '/* Test */'; 8658 run; NOTE: The file _WIPCHK is: Catalog Name=EMWS1.ASSOC.TEST.SOURCE, Catalog Page Size=4096, Number of Catalog Pages=8, Created=Tue, Nov 29, 2016 02:53:48 PM, Last Modified=Tue, Nov 29, 2016 02:54:26 PM, Filename=C:\Users\SAS_EM\Projects_EM\P_SASCase2\Workspaces\EMWS1\assoc.sas7bcat, Release Created=9.0401M0,Host Created=X64_7PRO NOTE: 1 record was written to the file _WIPCHK. The minimum record length was 10. The maximum record length was 10. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 8659 data _null_; 8660 rc = fdelete('_wipchk'); 8661 run; NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 8662 filename _wipchk; NOTE: Fileref _WIPCHK has been deassigned. 8663 filename _wipxml 'C:\Users\ADMINI~1\AppData\Local\Temp\SAS Temporary Files\_TD4292_RAMANSETHI-PC_\Prc2\DiagramOpenSessionResponse.xml' encoding="UTF-8" NOBOM; 19 The SAS System 14:53 Tuesday, November 29, 201 6 WARNING: End of file. WARNING: End of file.