1 The SAS System 14:28 Thursday, November 3, 2016 NOTE: Copyright (c) 2002-2012 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software 9.4 (TS1M2) Licensed to MARUTI SUZUKI INDIA LTD, Site 11603280. NOTE: This session is executing on the HP-UX B.11.31 (HP IPF) platform. NOTE: Running on HP Model ia64 Serial Number 4291378838. NOTE: Updated analytical products: SAS/STAT 13.2 SAS/ETS 13.2 SAS/OR 13.2 NOTE: Additional host information: HP HP-UX HP IPF B.11.31 U ia64 You are running SAS 9. Some SAS 8 files will be automatically converted by the V9 engine; others are incompatible. Please see http://support.sas.com/rnd/migration/planning/platform/64bit.html PROC MIGRATE will preserve current SAS file attributes and is recommended for converting all your SAS libraries from any SAS 8 release to SAS 9. For details and examples, please see http://support.sas.com/rnd/migration/index.html This message is contained in the SAS news file, and is presented upon initialization. Edit the file "news" in the "misc/base" directory to display site-specific news and information in the program log. The command line option "-nonews" will prevent this display. NOTE: SAS Initialization used (Total process time): real time 0.02 seconds cpu time 0.02 seconds NOTE: The autoexec file, /sas/SASCONF/Lev1/SASApp/WorkspaceServer/autoexec.sas, was executed at server initialization. 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(/home/sasdemo/CIAZ); 1086 %let WIP_PROJNAME=%nrstr(CIAZ_N1A); 2 The SAS System 14:28 Thursday, November 3, 2016 1087 proc display c=sashelp.emwip.em_init.scl; run; 6989 %let SYSCC=0; 6990 options VBUFSIZE= 64M; NOTE: PROCEDURE DISPLAY used (Total process time): real time 0.48 seconds cpu time 0.42 seconds 3 The SAS System 14:28 Thursday, November 3, 201 6 WARNING: End of file. WARNING: End of file. WARNING: End of file. WARNING: End of file. 6992 %let SYSCC=0; 6993 %let SYSRC=0; 6994 %let EMEXCEPTIONSTRING=; 6995 %let SYSMSG=; 6996 %em_diagram(action=open, projpath=%nrstr(/home/sasdemo/CIAZ), projname=%nrstr(CIAZ_N1A), dgmId=EMWS1, userId=sasdemo, sessionid=0d9667fb-104f-4b66-8a45-bea318ef9f8a, outfile=DiagramOpenResponse.xml); NOTE: Fileref _DGMFRF has been deassigned. WIP_ACTION: DGMID: EMWS1 LOCKFILE: /home/sasdemo/CIAZ/CIAZ_N1A/Workspaces/EMWS1/System/wsopen.lck NOTE: Libref EMWS1 was successfully assigned as follows: Engine: V9 Physical Name: /home/sasdemo/CIAZ/CIAZ_N1A/Workspaces/EMWS1 7008 %let _EM_TREECONVERSION=0; 7009 data _null_; 7010 set EMWS1.EM_NODEID end=eof; 7011 where upcase(Component) ='DECISIONTREE' and CLASS = 'SASHELP.EMMODL.DECISIONTREE.CLASS'; 7012 if eof then call symput('_EM_TREECONVERSION', '1'); 7013 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.02 seconds cpu time 0.03 seconds treeconversion=0 7014 %let syscc=0; 7015 filename _wipchk catalog "EMWS1.Boost.test.source"; 7016 data _null_; 7017 file _wipchk; 7018 put '/* Test */'; 7019 run; NOTE: The file _WIPCHK is: Catalog Name=EMWS1.BOOST.TEST.SOURCE, Catalog Page Size=4096, Number of Catalog Pages=12, Created=Wed, Nov 2, 2016 10:11:53 AM, Last Modified=Wed, Nov 2, 2016 10:30:52 AM, Filename=/home/sasdemo/CIAZ/CIAZ_N1A/Workspaces/EMWS1/boost.sas7bcat, Release Created=9.0401M2,Host Created=HP-UX, Inode Number=18709,Access Permission=rw-r--r--, Owner Name=sasdemo,File Size (bytes)=57344 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.01 seconds cpu time 0.01 seconds 7020 data _null_; 7021 rc = fdelete('_wipchk'); 7022 run; NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 7023 filename _wipchk; NOTE: Fileref _WIPCHK has been deassigned. 7024 filename _wipxml '/saswork/SAS_work0A4E00005F65_CL12CM/SAS_work0C7700005F65_CL12CM/DiagramOpenResponse.xml' encoding="UTF-8" NOBOM; 4 The SAS System 14:28 Thursday, November 3, 201 6 WARNING: End of file. WARNING: End of file. 7025 %let SYSCC=0; 7026 %let SYSRC=0; 7027 %let EMEXCEPTIONSTRING=; 7028 %let SYSMSG=; 7029 %em_diagram(action=SETORIENTATION, projpath=%nrstr(/home/sasdemo/CIAZ), projname=%nrstr(CIAZ_N1A), dgmId=EMWS1, sessionid=0d9667fb-104f-4b66-8a45-bea318ef9f8a, orientation=VERTICAL); NOTE: Fileref _DGMFRF has been deassigned. WIP_ACTION: OPEN DGMID: EMWS1 LOCKFILE: /home/sasdemo/CIAZ/CIAZ_N1A/Workspaces/EMWS1/System/wsopen.lck 5 The SAS System 14:28 Thursday, November 3, 201 6 WARNING: End of file. WARNING: End of file. 7041 %let SYSCC=0; 7042 %let SYSRC=0; 7043 %let EMEXCEPTIONSTRING=; 7044 %let SYSMSG=; 7045 %em_diagram(action=setproperties, projpath=%nrstr(/home/sasdemo/CIAZ), projname=%nrstr(CIAZ_N1A), dgmId=EMWS1, requestFile=DiagramSetPropertiesRequest.xml); NOTE: Fileref _DGMFRF has been deassigned. WIP_ACTION: SETORIENTATION DGMID: EMWS1 LOCKFILE: /home/sasdemo/CIAZ/CIAZ_N1A/Workspaces/EMWS1/System/wsopen.lck 7057 %global EM_REFRESH_PROPERTY; 7058 %let EM_REFRESH_PROPERTY=N; 7059 %let syscc=0; 7060 data WORK._EMVISUALPROPERTIES; 7061 length NODEID CLASS COMPONENT $32 X Y 8 LABEL $81; 7062 NODEID = "Boost"; 7063 CLASS=''; 7064 component=''; 7065 X = 48; 7066 Y= 365; 7067 LABEL = "Gradient Boosting"; 7068 output; 7069 NODEID = "EMSave"; 7070 CLASS=''; 7071 component=''; 7072 X = 37; 7073 Y= 654; 7074 LABEL = "Save Data"; 7075 output; 7076 NODEID = "Ids"; 7077 CLASS=''; 7078 component=''; 7079 X = 93; 7080 Y= 37; 7081 LABEL = "CIAZ_EVAL_N1A"; 7082 output; 7083 NODEID = "Ids2"; 7084 CLASS=''; 7085 component=''; 7086 X = 195; 7087 Y= 561; 7088 LABEL = "CIAZ_N1A_FINAL"; 7089 output; 7090 NODEID = "Part"; 7091 CLASS=''; 7092 component=''; 7093 X = 93; 7094 Y= 187; 7095 LABEL = "Data Partition"; 7096 output; 7097 NODEID = "Repl"; 7098 CLASS=''; 7099 component=''; 7100 X = 93; 7101 Y= 265; 7102 LABEL = "Replacement"; 7103 output; 7104 NODEID = "Score"; 7105 CLASS=''; 7106 component=''; 7107 X = 37; 7108 Y= 579; 7109 LABEL = "Score"; 7110 output; 7111 NODEID = "Stat"; 7112 CLASS=''; 7113 component=''; 7114 X = 94; 7115 Y= 110; 7116 LABEL = "StatExplore"; 7117 output; 7118 NODEID = "Tree"; 7119 CLASS=''; 7120 component=''; 7121 X = 195; 7122 Y= 369; 7123 LABEL = "Decision Tree"; 7124 output; 7125 run; NOTE: The data set WORK._EMVISUALPROPERTIES has 9 observations and 6 variables. NOTE: DATA statement used (Total process time): real time 0.03 seconds cpu time 0.02 seconds 7126 proc sort data=WORK._EMVISUALPROPERTIES; 7127 by NODEID; 7128 run; NOTE: There were 9 observations read from the data set WORK._EMVISUALPROPERTIES. NOTE: The data set WORK._EMVISUALPROPERTIES has 9 observations and 6 variables. NOTE: PROCEDURE SORT used (Total process time): real time 0.01 seconds cpu time 0.01 seconds 7129 proc sort data=EMWS1.em_nodeid out=_tempNodeid; 7130 by NODEID; 7131 run; NOTE: There were 9 observations read from the data set EMWS1.EM_NODEID. NOTE: The data set WORK._TEMPNODEID has 9 observations and 8 variables. NOTE: PROCEDURE SORT used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 7132 data _tempNodeid; 7133 update _tempNodeid(in=_a) WORK._EMVISUALPROPERTIES(in=_b); 7134 by NODEID; 7135 if _a then output; 7136 run; NOTE: There were 9 observations read from the data set WORK._TEMPNODEID. NOTE: There were 9 observations read from the data set WORK._EMVISUALPROPERTIES. NOTE: The data set WORK._TEMPNODEID has 9 observations and 8 variables. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.02 seconds 7137 data EMWS1.em_nodeid; 7138 set _tempNodeid; 7139 run; NOTE: There were 9 observations read from the data set WORK._TEMPNODEID. NOTE: The data set EMWS1.EM_NODEID has 9 observations and 8 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 7140 proc datasets lib=WORK nolist; 7141 delete _tempNodeid _EMVISUALPROPERTIES; 7142 run; NOTE: Deleting WORK._TEMPNODEID (memtype=DATA). NOTE: Deleting WORK._EMVISUALPROPERTIES (memtype=DATA). 7143 quit; NOTE: PROCEDURE DATASETS used (Total process time): real time 0.01 seconds cpu time 0.01 seconds 6 The SAS System 14:28 Thursday, November 3, 201 6 WARNING: Physical file does not exist, /saswork/SAS_work0A4E00005F65_CL12CM/SAS_work0C7700005F65_CL12CM/DiagramOpenSessionResponse.xml. 7144 %let SYSCC=0; 7145 %let SYSRC=0; 7146 %let EMEXCEPTIONSTRING=; 7147 %let SYSMSG=; 7148 %em_diagram(action=closesession, projpath=%nrstr(/home/sasdemo/CIAZ), projname=%nrstr(CIAZ_N1A), dgmId=EMWS1); NOTE: Fileref _DGMFRF has been deassigned. WIP_ACTION: SETPROPERTIES DGMID: EMWS1 LOCKFILE: /home/sasdemo/CIAZ/CIAZ_N1A/Workspaces/EMWS1/System/wsopen.lck NOTE: Libref EMWS1 has been deassigned. 7 The SAS System 14:28 Thursday, November 3, 201 6 7160 %let SYSCC=0; 7161 %let SYSRC=0; 7162 %let EMEXCEPTIONSTRING=; 7163 %let SYSMSG=; 7164 %em_diagram(action=opensession, projpath=%nrstr(/home/sasdemo/CIAZ), projname=%nrstr(CIAZ_N1A), dgmId=EMWS1, sessionid=0d9667fb-104f-4b66-8a45-bea318ef9f8a, outfile=DiagramOpenSessionResponse.xml); NOTE: Fileref _DGMFRF has been deassigned. WIP_ACTION: CLOSESESSION DGMID: EMWS1 LOCKFILE: /home/sasdemo/CIAZ/CIAZ_N1A/Workspaces/EMWS1/System/wsopen.lck NOTE: Libref EMWS1 was successfully assigned as follows: Engine: V9 Physical Name: /home/sasdemo/CIAZ/CIAZ_N1A/Workspaces/EMWS1 NOTE: There were 9 observations read from the data set EMWS1.EM_DGRAPH. NOTE: The data set WORK.EM_DGRAPH has 9 observations and 2 variables. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds 7176 %let _EM_TREECONVERSION=0; 7177 data _null_; 7178 set EMWS1.EM_NODEID end=eof; 7179 where upcase(Component) ='DECISIONTREE' and CLASS = 'SASHELP.EMMODL.DECISIONTREE.CLASS'; 7180 if eof then call symput('_EM_TREECONVERSION', '1'); 7181 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.01 seconds cpu time 0.01 seconds treeconversion=0 7182 %let syscc=0; 7183 filename _wipchk catalog "EMWS1.Boost.test.source"; 7184 data _null_; 7185 file _wipchk; 7186 put '/* Test */'; 7187 run; NOTE: The file _WIPCHK is: Catalog Name=EMWS1.BOOST.TEST.SOURCE, Catalog Page Size=4096, Number of Catalog Pages=11, Created=Wed, Nov 2, 2016 10:11:53 AM, Last Modified=Thu, Nov 3, 2016 02:30:07 PM, Filename=/home/sasdemo/CIAZ/CIAZ_N1A/Workspaces/EMWS1/boost.sas7bcat, Release Created=9.0401M2,Host Created=HP-UX, Inode Number=18709,Access Permission=rw-r--r--, Owner Name=sasdemo,File Size (bytes)=49152 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.01 seconds cpu time 0.02 seconds 7188 data _null_; 7189 rc = fdelete('_wipchk'); 7190 run; NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.02 seconds 7191 filename _wipchk; NOTE: Fileref _WIPCHK has been deassigned. 7192 filename _wipxml '/saswork/SAS_work0A4E00005F65_CL12CM/SAS_work0C7700005F65_CL12CM/DiagramOpenSessionResponse.xml' encoding="UTF-8" NOBOM; 8 The SAS System 14:28 Thursday, November 3, 201 6 WARNING: End of file. WARNING: End of file.