23767 options mlogic; 23768 %unilogistic ( MLOGIC(UNILOGISTIC): Beginning execution. 23769 dsn = UNIVARIATE, /* Dataset name */ 23770 outcome = MO, /* Name of the outcome variable */ 23771 catvar = TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER, /* 23771! Names of the categorical variables */ 23772 contvar = AGE, /* Names of the continuous variables */ 23773 order = descending, /* Order of the outcome variable 23773! */ 23774 modeltype = BINOMIAL, /* Binomial/Ordinal/multinomial 23774! */ 23775 ref = last, /* Level of class variables as 23775! reference*/ 23776 xlfile = Logistic Macro Results, /* Name of the Excel file 23776! */ 23777 dir = H:\Informatics\Cancer Analytics\Disease Pathway 23777! Management\Lung\CSQI 2016\Results\WLC Abstract for Gail/* Name of the directory 23777! (optional) */ 23778 ) ; MLOGIC(UNILOGISTIC): Parameter DSN has value UNIVARIATE MLOGIC(UNILOGISTIC): Parameter OUTCOME has value MO MLOGIC(UNILOGISTIC): Parameter CATVAR has value TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER MLOGIC(UNILOGISTIC): Parameter CONTVAR has value AGE MLOGIC(UNILOGISTIC): Parameter ORDER has value descending MLOGIC(UNILOGISTIC): Parameter MODELTYPE has value BINOMIAL MLOGIC(UNILOGISTIC): Parameter REF has value last MLOGIC(UNILOGISTIC): Parameter XLFILE has value Logistic Macro Results MLOGIC(UNILOGISTIC): Parameter DIR has value H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail MLOGIC(UNILOGISTIC): Parameter SCALE has value none MLOGIC(UNILOGISTIC): Parameter STATISTIC has value 1 MLOGIC(UNILOGISTIC): Parameter CHISTATISTIC has value 1 MLOGIC(UNILOGISTIC): Parameter OFFICE has value 2007 SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MLOGIC(UNILOGISTIC): %IF condition (&dsn =) is FALSE MLOGIC(UNILOGISTIC): %LET (variable name is EXPLANATORY) SYMBOLGEN: Macro variable CATVAR resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER SYMBOLGEN: Macro variable CONTVAR resolves to AGE SYMBOLGEN: Macro variable EXPLANATORY resolves to TRT_TYPE MLOGIC(UNILOGISTIC): %IF condition (&explanatory =) is FALSE MLOGIC(UNILOGISTIC): %LET (variable name is OUTCOME) SYMBOLGEN: Macro variable OUTCOME resolves to MO MLOGIC(UNILOGISTIC): %LET (variable name is CATVAR) SYMBOLGEN: Macro variable CATVAR resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER MLOGIC(UNILOGISTIC): %LET (variable name is CONTVAR) SYMBOLGEN: Macro variable CONTVAR resolves to AGE SYMBOLGEN: Macro variable ORDER resolves to descending MLOGIC(UNILOGISTIC): %IF condition %upcase (&order) = ASCENDING is FALSE MLOGIC(UNILOGISTIC): %LET (variable name is ORD) SYMBOLGEN: Macro variable ORDER resolves to descending SYMBOLGEN: Macro variable MODELTYPE resolves to BINOMIAL MLOGIC(UNILOGISTIC): %IF condition %upcase (&modeltype) = MULTINOMIAL is FALSE MLOGIC(UNILOGISTIC): %LET (variable name is MODTYPE) SYMBOLGEN: Macro variable OFFICE resolves to 2007 MLOGIC(UNILOGISTIC): %IF condition &office = 2007 is TRUE MLOGIC(UNILOGISTIC): %LET (variable name is XLS) MPRINT(UNILOGISTIC): OPTIONS NOXSYNC; MPRINT(UNILOGISTIC): filename nav DDE 'EXCEL|SYSTEM'; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): fid = fopen('nav','S'); MPRINT(UNILOGISTIC): if fid le 0 then do; MPRINT(UNILOGISTIC): rc=system("Start Excel"); MPRINT(UNILOGISTIC): start = datetime(); MPRINT(UNILOGISTIC): stop = start + 10; MPRINT(UNILOGISTIC): do while (fid le 0); MPRINT(UNILOGISTIC): fid = fopen('nav','S'); MPRINT(UNILOGISTIC): time = datetime(); MPRINT(UNILOGISTIC): if time ge stop then fid = time; MPRINT(UNILOGISTIC): end; MPRINT(UNILOGISTIC): end; MPRINT(UNILOGISTIC): rc = fclose(fid); MPRINT(UNILOGISTIC): run; NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nav; MPRINT(UNILOGISTIC): put '[error(false)]'; SYMBOLGEN: Macro variable DIR resolves to H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results MPRINT(UNILOGISTIC): put '[save.as("H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail\Logistic Macro Results")]'; MPRINT(UNILOGISTIC): run; NOTE: The file NAV is: DDE Session, SESSION=EXCEL|SYSTEM,RECFM=V,LRECL=32767 ERROR: DDE session not ready. FATAL: Unrecoverable I/O error detected in the execution of the DATA step program. Aborted during the EXECUTION phase. NOTE: 1 record was written to the file NAV. The minimum record length was 14. The maximum record length was 14. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.04 seconds cpu time 0.01 seconds MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nav; MPRINT(UNILOGISTIC): put '[workbook.insert(1)]'; SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx MPRINT(UNILOGISTIC): put '[workbook.move("Sheet4","Logistic Macro Results.xlsx",5)]'; MPRINT(UNILOGISTIC): run; NOTE: The file NAV is: DDE Session, SESSION=EXCEL|SYSTEM,RECFM=V,LRECL=32767 ERROR: DDE session not ready. FATAL: Unrecoverable I/O error detected in the execution of the DATA step program. Aborted during the EXECUTION phase. NOTE: 0 records were written to the file NAV. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MLOGIC(UNILOGISTIC): %LET (variable name is OUTGRAPH) SYMBOLGEN: Macro variable OUTCOME resolves to MO MPRINT(UNILOGISTIC): data temp; SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNILOGISTIC): set UNIVARIATE; MPRINT(UNILOGISTIC): run; NOTE: There were 778 observations read from the data set WORK.UNIVARIATE. NOTE: The data set WORK.TEMP has 778 observations and 319 variables. NOTE: Compressing data set WORK.TEMP decreased size by 78.79 percent. Compressed is 7 pages; un-compressed would require 33 pages. NOTE: DATA statement used (Total process time): real time 0.03 seconds cpu time 0.03 seconds MPRINT(UNILOGISTIC): proc sort data = temp; SYMBOLGEN: Macro variable OUTGRAPH resolves to MO MPRINT(UNILOGISTIC): by MO; MPRINT(UNILOGISTIC): run; NOTE: There were 778 observations read from the data set WORK.TEMP. NOTE: The data set WORK.TEMP has 778 observations and 319 variables. NOTE: Compressing data set WORK.TEMP decreased size by 78.79 percent. Compressed is 7 pages; un-compressed would require 33 pages. NOTE: PROCEDURE SORT used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MPRINT(UNILOGISTIC): goptions reset=all ftext="Helvetica-Bold" device=pdfc gsfname=graphics gsfmode=replace htext= 14pt htitle= 18pt ; SYMBOLGEN: Macro variable CONTVAR resolves to AGE MLOGIC(UNILOGISTIC): %IF condition (&contvar ne) is TRUE SYMBOLGEN: Macro variable DIR resolves to H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results MPRINT(UNILOGISTIC): filename graphics "H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail\Logistic Macro Results Histograms descriptive.pdf"; MPRINT(UNILOGISTIC): pattern1 value=solid color=cx117799; MPRINT(UNILOGISTIC): proc UNIVARIATE data=temp; SYMBOLGEN: Macro variable CONTVAR resolves to AGE MPRINT(UNILOGISTIC): var AGE; MPRINT(UNILOGISTIC): histogram ; MPRINT(UNILOGISTIC): RUN; ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS NOTE: The SAS System stopped processing this step because of errors. NOTE: PROCEDURE UNIVARIATE used (Total process time): real time 0.17 seconds cpu time 0.11 seconds SYMBOLGEN: Macro variable DIR resolves to H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results MPRINT(UNILOGISTIC): filename graphics "H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail\Logistic Macro Results Box plots with the outcome.pdf"; SYMBOLGEN: Macro variable OUTGRAPH resolves to MO MPRINT(UNILOGISTIC): Title1 "Box Plots with MO"; MPRINT(UNILOGISTIC): PROC BOXPLOT data= temp; SYMBOLGEN: Macro variable CONTVAR resolves to AGE SYMBOLGEN: Macro variable OUTGRAPH resolves to MO MPRINT(UNILOGISTIC): plot (AGE)*MO /BOXSTYLE=SCHEMATIC cboxfill = ywh; MPRINT(UNILOGISTIC): run; NOTE: Processing beginning for PLOT statement number 1. ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS NOTE: The SAS System stopped processing this step because of errors. NOTE: There were 778 observations read from the data set WORK.TEMP. NOTE: PROCEDURE BOXPLOT used (Total process time): real time 0.14 seconds cpu time 0.04 seconds MPRINT(UNILOGISTIC): Title; SYMBOLGEN: Macro variable CATVAR resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER MLOGIC(UNILOGISTIC): %IF condition (&catvar ne) is TRUE SYMBOLGEN: Macro variable DIR resolves to H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results MPRINT(UNILOGISTIC): filename graphics "H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail\Logistic Macro Results Bar Charts descriptive.pdf"; MPRINT(UNILOGISTIC): proc gchart data=temp; SYMBOLGEN: Macro variable CATVAR resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER MPRINT(UNILOGISTIC): hbar TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER /discrete ; MPRINT(UNILOGISTIC): run; WARNING: Font Helvetica-Bold could not be used. Font Albany AMT substituted for font Helvetica-Bold. WARNING: The intervals on the axis labeled "SES" are not evenly spaced. WARNING: The intervals on the axis labeled "SES" are not evenly spaced. WARNING: The intervals on the axis labeled "IMM_TER" are not evenly spaced. WARNING: The intervals on the axis labeled "SES" are not evenly spaced. WARNING: The intervals on the axis labeled "SES" are not evenly spaced. WARNING: The intervals on the axis labeled "IMM_TER" are not evenly spaced. NOTE: 22645 bytes written to F:\SASWork\_TD31808_CCOPRD1SAS3_\gchart.png. NOTE: 21742 bytes written to F:\SASWork\_TD31808_CCOPRD1SAS3_\gchart1.png. NOTE: 15365 bytes written to F:\SASWork\_TD31808_CCOPRD1SAS3_\gchart2.png. NOTE: 32979 bytes written to F:\SASWork\_TD31808_CCOPRD1SAS3_\gchart3.png. NOTE: 62215 bytes written to F:\SASWork\_TD31808_CCOPRD1SAS3_\gchart4.png. NOTE: 32979 bytes written to F:\SASWork\_TD31808_CCOPRD1SAS3_\gchart5.png. NOTE: 23890 bytes written to F:\SASWork\_TD31808_CCOPRD1SAS3_\gchart6.png. NOTE: 27331 bytes written to F:\SASWork\_TD31808_CCOPRD1SAS3_\gchart7.png. MPRINT(UNILOGISTIC): quit; NOTE: 14472 bytes written to H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail\Logistic Macro Results Bar Charts descriptive.pdf. NOTE: There were 778 observations read from the data set WORK.TEMP. NOTE: PROCEDURE GCHART used (Total process time): real time 0.95 seconds cpu time 0.90 seconds SYMBOLGEN: Macro variable DIR resolves to H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results MPRINT(UNILOGISTIC): filename graphics "H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail\Logistic Macro Results Bar charts with the outcome.pdf"; SYMBOLGEN: Macro variable OUTGRAPH resolves to MO MPRINT(UNILOGISTIC): Title1 "Bar Chart with MO"; MPRINT(UNILOGISTIC): proc gchart data=temp; SYMBOLGEN: Macro variable CATVAR resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER SYMBOLGEN: Macro variable OUTGRAPH resolves to MO MPRINT(UNILOGISTIC): vbar TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER /discrete subgroup = MO ; MPRINT(UNILOGISTIC): run; WARNING: Font Helvetica-Bold could not be used. Font Albany AMT substituted for font Helvetica-Bold. WARNING: The intervals on the axis labeled "SES" are not evenly spaced. WARNING: The left vertical axis labeled "FREQUENCY" could not be fit as specified. The axis values will overwrite. WARNING: The left vertical axis labeled "FREQUENCY" could not be fit as specified. The axis values will overwrite. WARNING: The intervals on the axis labeled "SES" are not evenly spaced. WARNING: The left vertical axis labeled "FREQUENCY" could not be fit as specified. The axis values will overwrite. WARNING: The intervals on the axis labeled "IMM_TER" are not evenly spaced. WARNING: The left vertical axis labeled "FREQUENCY" could not be fit as specified. The axis values will overwrite. WARNING: The intervals on the axis labeled "SES" are not evenly spaced. WARNING: The intervals on the axis labeled "SES" are not evenly spaced. WARNING: The intervals on the axis labeled "IMM_TER" are not evenly spaced. NOTE: 17485 bytes written to F:\SASWork\_TD31808_CCOPRD1SAS3_\gchart8.png. NOTE: 16899 bytes written to F:\SASWork\_TD31808_CCOPRD1SAS3_\gchart9.png. NOTE: 16079 bytes written to F:\SASWork\_TD31808_CCOPRD1SAS3_\gchart10.png. NOTE: 23878 bytes written to F:\SASWork\_TD31808_CCOPRD1SAS3_\gchart11.png. WARNING: String extends beyond the device boundary, it will be clipped. WARNING: String extends beyond the device boundary, it will be clipped. WARNING: String extends beyond the device boundary, it will be clipped. WARNING: String extends beyond the device boundary, it will be clipped. WARNING: String extends beyond the device boundary, it will be clipped. WARNING: String extends beyond the device boundary, it will be clipped. WARNING: String extends beyond the device boundary, it will be clipped. WARNING: String extends beyond the device boundary, it will be clipped. WARNING: String extends beyond the device boundary, it will be clipped. WARNING: String extends beyond the device boundary, it will be clipped. WARNING: String extends beyond the device boundary, it will be clipped. WARNING: String extends beyond the device boundary, it will be clipped. WARNING: String extends beyond the device boundary, it will be clipped. WARNING: String extends beyond the device boundary, it will be clipped. NOTE: 28331 bytes written to F:\SASWork\_TD31808_CCOPRD1SAS3_\gchart12.png. NOTE: 23878 bytes written to F:\SASWork\_TD31808_CCOPRD1SAS3_\gchart13.png. NOTE: 19367 bytes written to F:\SASWork\_TD31808_CCOPRD1SAS3_\gchart14.png. NOTE: 20679 bytes written to F:\SASWork\_TD31808_CCOPRD1SAS3_\gchart15.png. MPRINT(UNILOGISTIC): quit; NOTE: 18217 bytes written to H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail\Logistic Macro Results Bar charts with the outcome.pdf. NOTE: There were 778 observations read from the data set WORK.TEMP. NOTE: PROCEDURE GCHART used (Total process time): real time 1.20 seconds cpu time 1.11 seconds MPRINT(UNILOGISTIC): goptions reset=all; MPRINT(UNILOGISTIC): Title; MLOGIC(UNILOGISTIC): %LET (variable name is K) MLOGIC(UNILOGISTIC): %LET (variable name is EXPL) SYMBOLGEN: Macro variable CATVAR resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER SYMBOLGEN: Macro variable K resolves to 1 SYMBOLGEN: Macro variable EXPL resolves to TRT_TYPE MLOGIC(UNILOGISTIC): %DO %WHILE(&expl NE) loop beginning; condition is TRUE. MLOGIC(UNIBASIC): Beginning execution. SYMBOLGEN: Macro variable EXPL resolves to TRT_TYPE SYMBOLGEN: Macro variable EXPL resolves to TRT_TYPE SYMBOLGEN: Macro variable K resolves to 1 SYMBOLGEN: Macro variable K resolves to 1 SYMBOLGEN: Macro variable K resolves to 1 SYMBOLGEN: Macro variable K resolves to 1 SYMBOLGEN: Macro variable K resolves to 1 SYMBOLGEN: Macro variable K resolves to 1 SYMBOLGEN: Macro variable K resolves to 1 MLOGIC(UNIBASIC): Parameter EXPL has value TRT_TYPE MLOGIC(UNIBASIC): Parameter CLASS has value TRT_TYPE MLOGIC(UNIBASIC): Parameter ODDS has value odds1 MLOGIC(UNIBASIC): Parameter SET has value set1 MLOGIC(UNIBASIC): Parameter PARM has value parm1 MLOGIC(UNIBASIC): Parameter NMISS has value nmiss1 MLOGIC(UNIBASIC): Parameter GOOD has value good1 MLOGIC(UNIBASIC): Parameter CONV has value conv1 MLOGIC(UNIBASIC): Parameter FREQ has value freq1 MLOGIC(UNIBASIC): Parameter CONTINGENCY has value classfreq SYMBOLGEN: Macro variable ORD resolves to descending SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNIBASIC): PROC LOGISTIC descending data = UNIVARIATE simple NAMELEN = 50; SYMBOLGEN: Macro variable CLASS resolves to TRT_TYPE SYMBOLGEN: Macro variable REF resolves to last MPRINT(UNIBASIC): CLASS TRT_TYPE / PARAM=ref REF=last; SYMBOLGEN: Macro variable OUTCOME resolves to MO SYMBOLGEN: Macro variable EXPL resolves to TRT_TYPE SYMBOLGEN: Macro variable SCALE resolves to none SYMBOLGEN: Macro variable MODTYPE resolves to MPRINT(UNIBASIC): MODEL MO =TRT_TYPE/ SCALE= none aggregate clodds=pl clparm =pl ; SYMBOLGEN: Macro variable ODDS resolves to odds1 SYMBOLGEN: Macro variable SET resolves to set1 SYMBOLGEN: Macro variable PARM resolves to parm1 SYMBOLGEN: Macro variable GOOD resolves to good1 SYMBOLGEN: Macro variable CONV resolves to conv1 SYMBOLGEN: Macro variable CONTINGENCY resolves to classfreq SYMBOLGEN: Macro variable FREQ resolves to freq1 MPRINT(UNIBASIC): ODS output cloddspl= odds1 globaltests = set1 parameterestimates = parm1 GOODNESSOFFIT = good1 ConvergenceStatus = conv1 classfreq = freq1; MPRINT(UNIBASIC): run; NOTE: PROC LOGISTIC is modeling the probability that MO=1. NOTE: Convergence criterion (GCONV=1E-8) satisfied. ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS NOTE: The data set WORK.FREQ1 has 4 observations and 6 variables. NOTE: Compressing data set WORK.FREQ1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CONV1 has 1 observations and 3 variables. NOTE: Compressing data set WORK.CONV1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.GOOD1 has 2 observations and 5 variables. NOTE: Compressing data set WORK.GOOD1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.PARM1 has 4 observations and 8 variables. NOTE: Compressing data set WORK.PARM1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.SET1 has 3 observations and 4 variables. NOTE: Compressing data set WORK.SET1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.ODDS1 has 3 observations and 5 variables. NOTE: Compressing data set WORK.ODDS1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The SAS System stopped processing this step because of errors. NOTE: There were 778 observations read from the data set WORK.UNIVARIATE. NOTE: PROCEDURE LOGISTIC used (Total process time): real time 0.17 seconds cpu time 0.12 seconds SYMBOLGEN: Macro variable SET resolves to set1 MPRINT(UNIBASIC): Data set1; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable SET resolves to set1 MPRINT(UNIBASIC): Set set1 ( where = ( test = 'Likelihood Ratio')); SYMBOLGEN: Macro variable EXPL resolves to TRT_TYPE MPRINT(UNIBASIC): expl = "TRT_TYPE"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.SET1. WHERE test='Likelihood Ratio'; NOTE: The data set WORK.SET1 has 1 observations and 5 variables. NOTE: Compressing data set WORK.SET1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable CONV resolves to conv1 MPRINT(UNIBASIC): Data conv1 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable CONV resolves to conv1 MPRINT(UNIBASIC): Set conv1 ; SYMBOLGEN: Macro variable EXPL resolves to TRT_TYPE MPRINT(UNIBASIC): expl = "TRT_TYPE"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.CONV1. NOTE: The data set WORK.CONV1 has 1 observations and 4 variables. NOTE: Compressing data set WORK.CONV1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable GOOD resolves to good1 MPRINT(UNIBASIC): Data good1 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable GOOD resolves to good1 MPRINT(UNIBASIC): Set good1 ( where = ( Criterion = 'Deviance')); SYMBOLGEN: Macro variable EXPL resolves to TRT_TYPE MPRINT(UNIBASIC): expl = "TRT_TYPE"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.GOOD1. WHERE Criterion='Deviance'; NOTE: The data set WORK.GOOD1 has 1 observations and 6 variables. NOTE: Compressing data set WORK.GOOD1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MPRINT(UNIBASIC): proc sql noprint; SYMBOLGEN: Macro variable NMISS resolves to nmiss1 SYMBOLGEN: Macro variable EXPL resolves to TRT_TYPE SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNIBASIC): create table nmiss1 as select nmiss(TRT_TYPE) as miss from UNIVARIATE; NOTE: Compression was disabled for data set WORK.NMISS1 because compression overhead would increase the size of the data set. NOTE: Table WORK.NMISS1 created, with 1 rows and 1 columns. MPRINT(UNIBASIC): quit; NOTE: PROCEDURE SQL used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable NMISS resolves to nmiss1 MPRINT(UNIBASIC): Data nmiss1 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable NMISS resolves to nmiss1 MPRINT(UNIBASIC): Set nmiss1; SYMBOLGEN: Macro variable EXPL resolves to TRT_TYPE MPRINT(UNIBASIC): expl = "TRT_TYPE"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.NMISS1. NOTE: The data set WORK.NMISS1 has 1 observations and 2 variables. NOTE: Compressing data set WORK.NMISS1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MLOGIC(UNIBASIC): Ending execution. MLOGIC(UNILOGISTIC): %LET (variable name is K) SYMBOLGEN: Macro variable K resolves to 1 MLOGIC(UNILOGISTIC): %LET (variable name is EXPL) SYMBOLGEN: Macro variable CATVAR resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER SYMBOLGEN: Macro variable K resolves to 2 SYMBOLGEN: Macro variable EXPL resolves to AGE_GROUP MLOGIC(UNILOGISTIC): %DO %WHILE(&expl NE) condition is TRUE; loop will iterate again. MLOGIC(UNIBASIC): Beginning execution. SYMBOLGEN: Macro variable EXPL resolves to AGE_GROUP SYMBOLGEN: Macro variable EXPL resolves to AGE_GROUP SYMBOLGEN: Macro variable K resolves to 2 SYMBOLGEN: Macro variable K resolves to 2 SYMBOLGEN: Macro variable K resolves to 2 SYMBOLGEN: Macro variable K resolves to 2 SYMBOLGEN: Macro variable K resolves to 2 SYMBOLGEN: Macro variable K resolves to 2 SYMBOLGEN: Macro variable K resolves to 2 MLOGIC(UNIBASIC): Parameter EXPL has value AGE_GROUP MLOGIC(UNIBASIC): Parameter CLASS has value AGE_GROUP MLOGIC(UNIBASIC): Parameter ODDS has value odds2 MLOGIC(UNIBASIC): Parameter SET has value set2 MLOGIC(UNIBASIC): Parameter PARM has value parm2 MLOGIC(UNIBASIC): Parameter NMISS has value nmiss2 MLOGIC(UNIBASIC): Parameter GOOD has value good2 MLOGIC(UNIBASIC): Parameter CONV has value conv2 MLOGIC(UNIBASIC): Parameter FREQ has value freq2 MLOGIC(UNIBASIC): Parameter CONTINGENCY has value classfreq SYMBOLGEN: Macro variable ORD resolves to descending SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNIBASIC): PROC LOGISTIC descending data = UNIVARIATE simple NAMELEN = 50; SYMBOLGEN: Macro variable CLASS resolves to AGE_GROUP SYMBOLGEN: Macro variable REF resolves to last MPRINT(UNIBASIC): CLASS AGE_GROUP / PARAM=ref REF=last; SYMBOLGEN: Macro variable OUTCOME resolves to MO SYMBOLGEN: Macro variable EXPL resolves to AGE_GROUP SYMBOLGEN: Macro variable SCALE resolves to none SYMBOLGEN: Macro variable MODTYPE resolves to MPRINT(UNIBASIC): MODEL MO =AGE_GROUP/ SCALE= none aggregate clodds=pl clparm =pl ; SYMBOLGEN: Macro variable ODDS resolves to odds2 SYMBOLGEN: Macro variable SET resolves to set2 SYMBOLGEN: Macro variable PARM resolves to parm2 SYMBOLGEN: Macro variable GOOD resolves to good2 SYMBOLGEN: Macro variable CONV resolves to conv2 SYMBOLGEN: Macro variable CONTINGENCY resolves to classfreq SYMBOLGEN: Macro variable FREQ resolves to freq2 MPRINT(UNIBASIC): ODS output cloddspl= odds2 globaltests = set2 parameterestimates = parm2 GOODNESSOFFIT = good2 ConvergenceStatus = conv2 classfreq = freq2; MPRINT(UNIBASIC): run; NOTE: PROC LOGISTIC is modeling the probability that MO=1. NOTE: Convergence criterion (GCONV=1E-8) satisfied. ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS NOTE: The data set WORK.FREQ2 has 4 observations and 6 variables. NOTE: Compressing data set WORK.FREQ2 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CONV2 has 1 observations and 3 variables. NOTE: Compressing data set WORK.CONV2 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.GOOD2 has 2 observations and 5 variables. NOTE: Compressing data set WORK.GOOD2 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.PARM2 has 4 observations and 8 variables. NOTE: Compressing data set WORK.PARM2 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.SET2 has 3 observations and 4 variables. NOTE: Compressing data set WORK.SET2 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.ODDS2 has 3 observations and 5 variables. NOTE: Compressing data set WORK.ODDS2 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The SAS System stopped processing this step because of errors. NOTE: There were 778 observations read from the data set WORK.UNIVARIATE. NOTE: PROCEDURE LOGISTIC used (Total process time): real time 0.17 seconds cpu time 0.10 seconds SYMBOLGEN: Macro variable SET resolves to set2 MPRINT(UNIBASIC): Data set2; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable SET resolves to set2 MPRINT(UNIBASIC): Set set2 ( where = ( test = 'Likelihood Ratio')); SYMBOLGEN: Macro variable EXPL resolves to AGE_GROUP MPRINT(UNIBASIC): expl = "AGE_GROUP"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.SET2. WHERE test='Likelihood Ratio'; NOTE: The data set WORK.SET2 has 1 observations and 5 variables. NOTE: Compressing data set WORK.SET2 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable CONV resolves to conv2 MPRINT(UNIBASIC): Data conv2 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable CONV resolves to conv2 MPRINT(UNIBASIC): Set conv2 ; SYMBOLGEN: Macro variable EXPL resolves to AGE_GROUP MPRINT(UNIBASIC): expl = "AGE_GROUP"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.CONV2. NOTE: The data set WORK.CONV2 has 1 observations and 4 variables. NOTE: Compressing data set WORK.CONV2 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable GOOD resolves to good2 MPRINT(UNIBASIC): Data good2 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable GOOD resolves to good2 MPRINT(UNIBASIC): Set good2 ( where = ( Criterion = 'Deviance')); SYMBOLGEN: Macro variable EXPL resolves to AGE_GROUP MPRINT(UNIBASIC): expl = "AGE_GROUP"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.GOOD2. WHERE Criterion='Deviance'; NOTE: The data set WORK.GOOD2 has 1 observations and 6 variables. NOTE: Compressing data set WORK.GOOD2 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MPRINT(UNIBASIC): proc sql noprint; SYMBOLGEN: Macro variable NMISS resolves to nmiss2 SYMBOLGEN: Macro variable EXPL resolves to AGE_GROUP SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNIBASIC): create table nmiss2 as select nmiss(AGE_GROUP) as miss from UNIVARIATE; NOTE: Compression was disabled for data set WORK.NMISS2 because compression overhead would increase the size of the data set. NOTE: Table WORK.NMISS2 created, with 1 rows and 1 columns. MPRINT(UNIBASIC): quit; NOTE: PROCEDURE SQL used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable NMISS resolves to nmiss2 MPRINT(UNIBASIC): Data nmiss2 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable NMISS resolves to nmiss2 MPRINT(UNIBASIC): Set nmiss2; SYMBOLGEN: Macro variable EXPL resolves to AGE_GROUP MPRINT(UNIBASIC): expl = "AGE_GROUP"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.NMISS2. NOTE: The data set WORK.NMISS2 has 1 observations and 2 variables. NOTE: Compressing data set WORK.NMISS2 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MLOGIC(UNIBASIC): Ending execution. MLOGIC(UNILOGISTIC): %LET (variable name is K) SYMBOLGEN: Macro variable K resolves to 2 MLOGIC(UNILOGISTIC): %LET (variable name is EXPL) SYMBOLGEN: Macro variable CATVAR resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER SYMBOLGEN: Macro variable K resolves to 3 SYMBOLGEN: Macro variable EXPL resolves to SEX_CD MLOGIC(UNILOGISTIC): %DO %WHILE(&expl NE) condition is TRUE; loop will iterate again. MLOGIC(UNIBASIC): Beginning execution. SYMBOLGEN: Macro variable EXPL resolves to SEX_CD SYMBOLGEN: Macro variable EXPL resolves to SEX_CD SYMBOLGEN: Macro variable K resolves to 3 SYMBOLGEN: Macro variable K resolves to 3 SYMBOLGEN: Macro variable K resolves to 3 SYMBOLGEN: Macro variable K resolves to 3 SYMBOLGEN: Macro variable K resolves to 3 SYMBOLGEN: Macro variable K resolves to 3 SYMBOLGEN: Macro variable K resolves to 3 MLOGIC(UNIBASIC): Parameter EXPL has value SEX_CD MLOGIC(UNIBASIC): Parameter CLASS has value SEX_CD MLOGIC(UNIBASIC): Parameter ODDS has value odds3 MLOGIC(UNIBASIC): Parameter SET has value set3 MLOGIC(UNIBASIC): Parameter PARM has value parm3 MLOGIC(UNIBASIC): Parameter NMISS has value nmiss3 MLOGIC(UNIBASIC): Parameter GOOD has value good3 MLOGIC(UNIBASIC): Parameter CONV has value conv3 MLOGIC(UNIBASIC): Parameter FREQ has value freq3 MLOGIC(UNIBASIC): Parameter CONTINGENCY has value classfreq SYMBOLGEN: Macro variable ORD resolves to descending SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNIBASIC): PROC LOGISTIC descending data = UNIVARIATE simple NAMELEN = 50; SYMBOLGEN: Macro variable CLASS resolves to SEX_CD SYMBOLGEN: Macro variable REF resolves to last MPRINT(UNIBASIC): CLASS SEX_CD / PARAM=ref REF=last; SYMBOLGEN: Macro variable OUTCOME resolves to MO SYMBOLGEN: Macro variable EXPL resolves to SEX_CD SYMBOLGEN: Macro variable SCALE resolves to none SYMBOLGEN: Macro variable MODTYPE resolves to MPRINT(UNIBASIC): MODEL MO =SEX_CD/ SCALE= none aggregate clodds=pl clparm =pl ; SYMBOLGEN: Macro variable ODDS resolves to odds3 SYMBOLGEN: Macro variable SET resolves to set3 SYMBOLGEN: Macro variable PARM resolves to parm3 SYMBOLGEN: Macro variable GOOD resolves to good3 SYMBOLGEN: Macro variable CONV resolves to conv3 SYMBOLGEN: Macro variable CONTINGENCY resolves to classfreq SYMBOLGEN: Macro variable FREQ resolves to freq3 MPRINT(UNIBASIC): ODS output cloddspl= odds3 globaltests = set3 parameterestimates = parm3 GOODNESSOFFIT = good3 ConvergenceStatus = conv3 classfreq = freq3; MPRINT(UNIBASIC): run; NOTE: PROC LOGISTIC is modeling the probability that MO=1. NOTE: Convergence criterion (GCONV=1E-8) satisfied. ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS NOTE: The data set WORK.FREQ3 has 2 observations and 6 variables. NOTE: Compressing data set WORK.FREQ3 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CONV3 has 1 observations and 3 variables. NOTE: Compressing data set WORK.CONV3 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.GOOD3 has 2 observations and 5 variables. NOTE: Compressing data set WORK.GOOD3 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.PARM3 has 2 observations and 8 variables. NOTE: Compressing data set WORK.PARM3 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.SET3 has 3 observations and 4 variables. NOTE: Compressing data set WORK.SET3 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.ODDS3 has 1 observations and 5 variables. NOTE: Compressing data set WORK.ODDS3 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The SAS System stopped processing this step because of errors. NOTE: There were 778 observations read from the data set WORK.UNIVARIATE. NOTE: PROCEDURE LOGISTIC used (Total process time): real time 0.15 seconds cpu time 0.07 seconds SYMBOLGEN: Macro variable SET resolves to set3 MPRINT(UNIBASIC): Data set3; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable SET resolves to set3 MPRINT(UNIBASIC): Set set3 ( where = ( test = 'Likelihood Ratio')); SYMBOLGEN: Macro variable EXPL resolves to SEX_CD MPRINT(UNIBASIC): expl = "SEX_CD"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.SET3. WHERE test='Likelihood Ratio'; NOTE: The data set WORK.SET3 has 1 observations and 5 variables. NOTE: Compressing data set WORK.SET3 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable CONV resolves to conv3 MPRINT(UNIBASIC): Data conv3 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable CONV resolves to conv3 MPRINT(UNIBASIC): Set conv3 ; SYMBOLGEN: Macro variable EXPL resolves to SEX_CD MPRINT(UNIBASIC): expl = "SEX_CD"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.CONV3. NOTE: The data set WORK.CONV3 has 1 observations and 4 variables. NOTE: Compressing data set WORK.CONV3 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable GOOD resolves to good3 MPRINT(UNIBASIC): Data good3 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable GOOD resolves to good3 MPRINT(UNIBASIC): Set good3 ( where = ( Criterion = 'Deviance')); SYMBOLGEN: Macro variable EXPL resolves to SEX_CD MPRINT(UNIBASIC): expl = "SEX_CD"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.GOOD3. WHERE Criterion='Deviance'; NOTE: The data set WORK.GOOD3 has 1 observations and 6 variables. NOTE: Compressing data set WORK.GOOD3 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MPRINT(UNIBASIC): proc sql noprint; SYMBOLGEN: Macro variable NMISS resolves to nmiss3 SYMBOLGEN: Macro variable EXPL resolves to SEX_CD SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNIBASIC): create table nmiss3 as select nmiss(SEX_CD) as miss from UNIVARIATE; NOTE: Compression was disabled for data set WORK.NMISS3 because compression overhead would increase the size of the data set. NOTE: Table WORK.NMISS3 created, with 1 rows and 1 columns. MPRINT(UNIBASIC): quit; NOTE: PROCEDURE SQL used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable NMISS resolves to nmiss3 MPRINT(UNIBASIC): Data nmiss3 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable NMISS resolves to nmiss3 MPRINT(UNIBASIC): Set nmiss3; SYMBOLGEN: Macro variable EXPL resolves to SEX_CD MPRINT(UNIBASIC): expl = "SEX_CD"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.NMISS3. NOTE: The data set WORK.NMISS3 has 1 observations and 2 variables. NOTE: Compressing data set WORK.NMISS3 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MLOGIC(UNIBASIC): Ending execution. MLOGIC(UNILOGISTIC): %LET (variable name is K) SYMBOLGEN: Macro variable K resolves to 3 MLOGIC(UNILOGISTIC): %LET (variable name is EXPL) SYMBOLGEN: Macro variable CATVAR resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER SYMBOLGEN: Macro variable K resolves to 4 SYMBOLGEN: Macro variable EXPL resolves to SES MLOGIC(UNILOGISTIC): %DO %WHILE(&expl NE) condition is TRUE; loop will iterate again. MLOGIC(UNIBASIC): Beginning execution. SYMBOLGEN: Macro variable EXPL resolves to SES SYMBOLGEN: Macro variable EXPL resolves to SES SYMBOLGEN: Macro variable K resolves to 4 SYMBOLGEN: Macro variable K resolves to 4 SYMBOLGEN: Macro variable K resolves to 4 SYMBOLGEN: Macro variable K resolves to 4 SYMBOLGEN: Macro variable K resolves to 4 SYMBOLGEN: Macro variable K resolves to 4 SYMBOLGEN: Macro variable K resolves to 4 MLOGIC(UNIBASIC): Parameter EXPL has value SES MLOGIC(UNIBASIC): Parameter CLASS has value SES MLOGIC(UNIBASIC): Parameter ODDS has value odds4 MLOGIC(UNIBASIC): Parameter SET has value set4 MLOGIC(UNIBASIC): Parameter PARM has value parm4 MLOGIC(UNIBASIC): Parameter NMISS has value nmiss4 MLOGIC(UNIBASIC): Parameter GOOD has value good4 MLOGIC(UNIBASIC): Parameter CONV has value conv4 MLOGIC(UNIBASIC): Parameter FREQ has value freq4 MLOGIC(UNIBASIC): Parameter CONTINGENCY has value classfreq SYMBOLGEN: Macro variable ORD resolves to descending SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNIBASIC): PROC LOGISTIC descending data = UNIVARIATE simple NAMELEN = 50; SYMBOLGEN: Macro variable CLASS resolves to SES SYMBOLGEN: Macro variable REF resolves to last MPRINT(UNIBASIC): CLASS SES / PARAM=ref REF=last; SYMBOLGEN: Macro variable OUTCOME resolves to MO SYMBOLGEN: Macro variable EXPL resolves to SES SYMBOLGEN: Macro variable SCALE resolves to none SYMBOLGEN: Macro variable MODTYPE resolves to MPRINT(UNIBASIC): MODEL MO =SES/ SCALE= none aggregate clodds=pl clparm =pl ; SYMBOLGEN: Macro variable ODDS resolves to odds4 SYMBOLGEN: Macro variable SET resolves to set4 SYMBOLGEN: Macro variable PARM resolves to parm4 SYMBOLGEN: Macro variable GOOD resolves to good4 SYMBOLGEN: Macro variable CONV resolves to conv4 SYMBOLGEN: Macro variable CONTINGENCY resolves to classfreq SYMBOLGEN: Macro variable FREQ resolves to freq4 MPRINT(UNIBASIC): ODS output cloddspl= odds4 globaltests = set4 parameterestimates = parm4 GOODNESSOFFIT = good4 ConvergenceStatus = conv4 classfreq = freq4; MPRINT(UNIBASIC): run; NOTE: PROC LOGISTIC is modeling the probability that MO=1. NOTE: Convergence criterion (GCONV=1E-8) satisfied. ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS NOTE: The data set WORK.FREQ4 has 6 observations and 6 variables. NOTE: Compressing data set WORK.FREQ4 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CONV4 has 1 observations and 3 variables. NOTE: Compressing data set WORK.CONV4 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.GOOD4 has 2 observations and 5 variables. NOTE: Compressing data set WORK.GOOD4 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.PARM4 has 6 observations and 8 variables. NOTE: Compressing data set WORK.PARM4 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.SET4 has 3 observations and 4 variables. NOTE: Compressing data set WORK.SET4 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.ODDS4 has 5 observations and 5 variables. NOTE: Compressing data set WORK.ODDS4 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The SAS System stopped processing this step because of errors. NOTE: There were 778 observations read from the data set WORK.UNIVARIATE. NOTE: PROCEDURE LOGISTIC used (Total process time): real time 0.18 seconds cpu time 0.10 seconds SYMBOLGEN: Macro variable SET resolves to set4 MPRINT(UNIBASIC): Data set4; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable SET resolves to set4 MPRINT(UNIBASIC): Set set4 ( where = ( test = 'Likelihood Ratio')); SYMBOLGEN: Macro variable EXPL resolves to SES MPRINT(UNIBASIC): expl = "SES"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.SET4. WHERE test='Likelihood Ratio'; NOTE: The data set WORK.SET4 has 1 observations and 5 variables. NOTE: Compressing data set WORK.SET4 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable CONV resolves to conv4 MPRINT(UNIBASIC): Data conv4 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable CONV resolves to conv4 MPRINT(UNIBASIC): Set conv4 ; SYMBOLGEN: Macro variable EXPL resolves to SES MPRINT(UNIBASIC): expl = "SES"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.CONV4. NOTE: The data set WORK.CONV4 has 1 observations and 4 variables. NOTE: Compressing data set WORK.CONV4 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable GOOD resolves to good4 MPRINT(UNIBASIC): Data good4 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable GOOD resolves to good4 MPRINT(UNIBASIC): Set good4 ( where = ( Criterion = 'Deviance')); SYMBOLGEN: Macro variable EXPL resolves to SES MPRINT(UNIBASIC): expl = "SES"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.GOOD4. WHERE Criterion='Deviance'; NOTE: The data set WORK.GOOD4 has 1 observations and 6 variables. NOTE: Compressing data set WORK.GOOD4 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MPRINT(UNIBASIC): proc sql noprint; SYMBOLGEN: Macro variable NMISS resolves to nmiss4 SYMBOLGEN: Macro variable EXPL resolves to SES SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNIBASIC): create table nmiss4 as select nmiss(SES) as miss from UNIVARIATE; NOTE: Compression was disabled for data set WORK.NMISS4 because compression overhead would increase the size of the data set. NOTE: Table WORK.NMISS4 created, with 1 rows and 1 columns. MPRINT(UNIBASIC): quit; NOTE: PROCEDURE SQL used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable NMISS resolves to nmiss4 MPRINT(UNIBASIC): Data nmiss4 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable NMISS resolves to nmiss4 MPRINT(UNIBASIC): Set nmiss4; SYMBOLGEN: Macro variable EXPL resolves to SES MPRINT(UNIBASIC): expl = "SES"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.NMISS4. NOTE: The data set WORK.NMISS4 has 1 observations and 2 variables. NOTE: Compressing data set WORK.NMISS4 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MLOGIC(UNIBASIC): Ending execution. MLOGIC(UNILOGISTIC): %LET (variable name is K) SYMBOLGEN: Macro variable K resolves to 4 MLOGIC(UNILOGISTIC): %LET (variable name is EXPL) SYMBOLGEN: Macro variable CATVAR resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER SYMBOLGEN: Macro variable K resolves to 5 SYMBOLGEN: Macro variable EXPL resolves to HRENAME MLOGIC(UNILOGISTIC): %DO %WHILE(&expl NE) condition is TRUE; loop will iterate again. MLOGIC(UNIBASIC): Beginning execution. SYMBOLGEN: Macro variable EXPL resolves to HRENAME SYMBOLGEN: Macro variable EXPL resolves to HRENAME SYMBOLGEN: Macro variable K resolves to 5 SYMBOLGEN: Macro variable K resolves to 5 SYMBOLGEN: Macro variable K resolves to 5 SYMBOLGEN: Macro variable K resolves to 5 SYMBOLGEN: Macro variable K resolves to 5 SYMBOLGEN: Macro variable K resolves to 5 SYMBOLGEN: Macro variable K resolves to 5 MLOGIC(UNIBASIC): Parameter EXPL has value HRENAME MLOGIC(UNIBASIC): Parameter CLASS has value HRENAME MLOGIC(UNIBASIC): Parameter ODDS has value odds5 MLOGIC(UNIBASIC): Parameter SET has value set5 MLOGIC(UNIBASIC): Parameter PARM has value parm5 MLOGIC(UNIBASIC): Parameter NMISS has value nmiss5 MLOGIC(UNIBASIC): Parameter GOOD has value good5 MLOGIC(UNIBASIC): Parameter CONV has value conv5 MLOGIC(UNIBASIC): Parameter FREQ has value freq5 MLOGIC(UNIBASIC): Parameter CONTINGENCY has value classfreq SYMBOLGEN: Macro variable ORD resolves to descending SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNIBASIC): PROC LOGISTIC descending data = UNIVARIATE simple NAMELEN = 50; SYMBOLGEN: Macro variable CLASS resolves to HRENAME SYMBOLGEN: Macro variable REF resolves to last MPRINT(UNIBASIC): CLASS HRENAME / PARAM=ref REF=last; SYMBOLGEN: Macro variable OUTCOME resolves to MO SYMBOLGEN: Macro variable EXPL resolves to HRENAME SYMBOLGEN: Macro variable SCALE resolves to none SYMBOLGEN: Macro variable MODTYPE resolves to MPRINT(UNIBASIC): MODEL MO =HRENAME/ SCALE= none aggregate clodds=pl clparm =pl ; SYMBOLGEN: Macro variable ODDS resolves to odds5 SYMBOLGEN: Macro variable SET resolves to set5 SYMBOLGEN: Macro variable PARM resolves to parm5 SYMBOLGEN: Macro variable GOOD resolves to good5 SYMBOLGEN: Macro variable CONV resolves to conv5 SYMBOLGEN: Macro variable CONTINGENCY resolves to classfreq SYMBOLGEN: Macro variable FREQ resolves to freq5 MPRINT(UNIBASIC): ODS output cloddspl= odds5 globaltests = set5 parameterestimates = parm5 GOODNESSOFFIT = good5 ConvergenceStatus = conv5 classfreq = freq5; MPRINT(UNIBASIC): run; NOTE: PROC LOGISTIC is modeling the probability that MO=1. NOTE: Convergence criterion (GCONV=1E-8) satisfied. ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS NOTE: The data set WORK.FREQ5 has 14 observations and 6 variables. NOTE: Compressing data set WORK.FREQ5 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CONV5 has 1 observations and 3 variables. NOTE: Compressing data set WORK.CONV5 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.GOOD5 has 2 observations and 5 variables. NOTE: Compressing data set WORK.GOOD5 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.PARM5 has 14 observations and 8 variables. NOTE: Compressing data set WORK.PARM5 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.SET5 has 3 observations and 4 variables. NOTE: Compressing data set WORK.SET5 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.ODDS5 has 13 observations and 5 variables. NOTE: Compressing data set WORK.ODDS5 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The SAS System stopped processing this step because of errors. NOTE: There were 778 observations read from the data set WORK.UNIVARIATE. NOTE: PROCEDURE LOGISTIC used (Total process time): real time 0.23 seconds cpu time 0.15 seconds SYMBOLGEN: Macro variable SET resolves to set5 MPRINT(UNIBASIC): Data set5; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable SET resolves to set5 MPRINT(UNIBASIC): Set set5 ( where = ( test = 'Likelihood Ratio')); SYMBOLGEN: Macro variable EXPL resolves to HRENAME MPRINT(UNIBASIC): expl = "HRENAME"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.SET5. WHERE test='Likelihood Ratio'; NOTE: The data set WORK.SET5 has 1 observations and 5 variables. NOTE: Compressing data set WORK.SET5 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable CONV resolves to conv5 MPRINT(UNIBASIC): Data conv5 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable CONV resolves to conv5 MPRINT(UNIBASIC): Set conv5 ; SYMBOLGEN: Macro variable EXPL resolves to HRENAME MPRINT(UNIBASIC): expl = "HRENAME"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.CONV5. NOTE: The data set WORK.CONV5 has 1 observations and 4 variables. NOTE: Compressing data set WORK.CONV5 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable GOOD resolves to good5 MPRINT(UNIBASIC): Data good5 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable GOOD resolves to good5 MPRINT(UNIBASIC): Set good5 ( where = ( Criterion = 'Deviance')); SYMBOLGEN: Macro variable EXPL resolves to HRENAME MPRINT(UNIBASIC): expl = "HRENAME"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.GOOD5. WHERE Criterion='Deviance'; NOTE: The data set WORK.GOOD5 has 1 observations and 6 variables. NOTE: Compressing data set WORK.GOOD5 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MPRINT(UNIBASIC): proc sql noprint; SYMBOLGEN: Macro variable NMISS resolves to nmiss5 SYMBOLGEN: Macro variable EXPL resolves to HRENAME SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNIBASIC): create table nmiss5 as select nmiss(HRENAME) as miss from UNIVARIATE; NOTE: Compression was disabled for data set WORK.NMISS5 because compression overhead would increase the size of the data set. NOTE: Table WORK.NMISS5 created, with 1 rows and 1 columns. MPRINT(UNIBASIC): quit; NOTE: PROCEDURE SQL used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable NMISS resolves to nmiss5 MPRINT(UNIBASIC): Data nmiss5 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable NMISS resolves to nmiss5 MPRINT(UNIBASIC): Set nmiss5; SYMBOLGEN: Macro variable EXPL resolves to HRENAME MPRINT(UNIBASIC): expl = "HRENAME"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.NMISS5. NOTE: The data set WORK.NMISS5 has 1 observations and 2 variables. NOTE: Compressing data set WORK.NMISS5 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MLOGIC(UNIBASIC): Ending execution. MLOGIC(UNILOGISTIC): %LET (variable name is K) SYMBOLGEN: Macro variable K resolves to 5 MLOGIC(UNILOGISTIC): %LET (variable name is EXPL) SYMBOLGEN: Macro variable CATVAR resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER SYMBOLGEN: Macro variable K resolves to 6 SYMBOLGEN: Macro variable EXPL resolves to SES MLOGIC(UNILOGISTIC): %DO %WHILE(&expl NE) condition is TRUE; loop will iterate again. MLOGIC(UNIBASIC): Beginning execution. SYMBOLGEN: Macro variable EXPL resolves to SES SYMBOLGEN: Macro variable EXPL resolves to SES SYMBOLGEN: Macro variable K resolves to 6 SYMBOLGEN: Macro variable K resolves to 6 SYMBOLGEN: Macro variable K resolves to 6 SYMBOLGEN: Macro variable K resolves to 6 SYMBOLGEN: Macro variable K resolves to 6 SYMBOLGEN: Macro variable K resolves to 6 SYMBOLGEN: Macro variable K resolves to 6 MLOGIC(UNIBASIC): Parameter EXPL has value SES MLOGIC(UNIBASIC): Parameter CLASS has value SES MLOGIC(UNIBASIC): Parameter ODDS has value odds6 MLOGIC(UNIBASIC): Parameter SET has value set6 MLOGIC(UNIBASIC): Parameter PARM has value parm6 MLOGIC(UNIBASIC): Parameter NMISS has value nmiss6 MLOGIC(UNIBASIC): Parameter GOOD has value good6 MLOGIC(UNIBASIC): Parameter CONV has value conv6 MLOGIC(UNIBASIC): Parameter FREQ has value freq6 MLOGIC(UNIBASIC): Parameter CONTINGENCY has value classfreq SYMBOLGEN: Macro variable ORD resolves to descending SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNIBASIC): PROC LOGISTIC descending data = UNIVARIATE simple NAMELEN = 50; SYMBOLGEN: Macro variable CLASS resolves to SES SYMBOLGEN: Macro variable REF resolves to last MPRINT(UNIBASIC): CLASS SES / PARAM=ref REF=last; SYMBOLGEN: Macro variable OUTCOME resolves to MO SYMBOLGEN: Macro variable EXPL resolves to SES SYMBOLGEN: Macro variable SCALE resolves to none SYMBOLGEN: Macro variable MODTYPE resolves to MPRINT(UNIBASIC): MODEL MO =SES/ SCALE= none aggregate clodds=pl clparm =pl ; SYMBOLGEN: Macro variable ODDS resolves to odds6 SYMBOLGEN: Macro variable SET resolves to set6 SYMBOLGEN: Macro variable PARM resolves to parm6 SYMBOLGEN: Macro variable GOOD resolves to good6 SYMBOLGEN: Macro variable CONV resolves to conv6 SYMBOLGEN: Macro variable CONTINGENCY resolves to classfreq SYMBOLGEN: Macro variable FREQ resolves to freq6 MPRINT(UNIBASIC): ODS output cloddspl= odds6 globaltests = set6 parameterestimates = parm6 GOODNESSOFFIT = good6 ConvergenceStatus = conv6 classfreq = freq6; MPRINT(UNIBASIC): run; NOTE: PROC LOGISTIC is modeling the probability that MO=1. NOTE: Convergence criterion (GCONV=1E-8) satisfied. ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS NOTE: The data set WORK.FREQ6 has 6 observations and 6 variables. NOTE: Compressing data set WORK.FREQ6 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CONV6 has 1 observations and 3 variables. NOTE: Compressing data set WORK.CONV6 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.GOOD6 has 2 observations and 5 variables. NOTE: Compressing data set WORK.GOOD6 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.PARM6 has 6 observations and 8 variables. NOTE: Compressing data set WORK.PARM6 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.SET6 has 3 observations and 4 variables. NOTE: Compressing data set WORK.SET6 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.ODDS6 has 5 observations and 5 variables. NOTE: Compressing data set WORK.ODDS6 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The SAS System stopped processing this step because of errors. NOTE: There were 778 observations read from the data set WORK.UNIVARIATE. NOTE: PROCEDURE LOGISTIC used (Total process time): real time 0.18 seconds cpu time 0.12 seconds SYMBOLGEN: Macro variable SET resolves to set6 MPRINT(UNIBASIC): Data set6; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable SET resolves to set6 MPRINT(UNIBASIC): Set set6 ( where = ( test = 'Likelihood Ratio')); SYMBOLGEN: Macro variable EXPL resolves to SES MPRINT(UNIBASIC): expl = "SES"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.SET6. WHERE test='Likelihood Ratio'; NOTE: The data set WORK.SET6 has 1 observations and 5 variables. NOTE: Compressing data set WORK.SET6 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable CONV resolves to conv6 MPRINT(UNIBASIC): Data conv6 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable CONV resolves to conv6 MPRINT(UNIBASIC): Set conv6 ; SYMBOLGEN: Macro variable EXPL resolves to SES MPRINT(UNIBASIC): expl = "SES"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.CONV6. NOTE: The data set WORK.CONV6 has 1 observations and 4 variables. NOTE: Compressing data set WORK.CONV6 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable GOOD resolves to good6 MPRINT(UNIBASIC): Data good6 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable GOOD resolves to good6 MPRINT(UNIBASIC): Set good6 ( where = ( Criterion = 'Deviance')); SYMBOLGEN: Macro variable EXPL resolves to SES MPRINT(UNIBASIC): expl = "SES"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.GOOD6. WHERE Criterion='Deviance'; NOTE: The data set WORK.GOOD6 has 1 observations and 6 variables. NOTE: Compressing data set WORK.GOOD6 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MPRINT(UNIBASIC): proc sql noprint; SYMBOLGEN: Macro variable NMISS resolves to nmiss6 SYMBOLGEN: Macro variable EXPL resolves to SES SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNIBASIC): create table nmiss6 as select nmiss(SES) as miss from UNIVARIATE; NOTE: Compression was disabled for data set WORK.NMISS6 because compression overhead would increase the size of the data set. NOTE: Table WORK.NMISS6 created, with 1 rows and 1 columns. MPRINT(UNIBASIC): quit; NOTE: PROCEDURE SQL used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable NMISS resolves to nmiss6 MPRINT(UNIBASIC): Data nmiss6 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable NMISS resolves to nmiss6 MPRINT(UNIBASIC): Set nmiss6; SYMBOLGEN: Macro variable EXPL resolves to SES MPRINT(UNIBASIC): expl = "SES"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.NMISS6. NOTE: The data set WORK.NMISS6 has 1 observations and 2 variables. NOTE: Compressing data set WORK.NMISS6 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MLOGIC(UNIBASIC): Ending execution. MLOGIC(UNILOGISTIC): %LET (variable name is K) SYMBOLGEN: Macro variable K resolves to 6 MLOGIC(UNILOGISTIC): %LET (variable name is EXPL) SYMBOLGEN: Macro variable CATVAR resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER SYMBOLGEN: Macro variable K resolves to 7 SYMBOLGEN: Macro variable EXPL resolves to URBRUR MLOGIC(UNILOGISTIC): %DO %WHILE(&expl NE) condition is TRUE; loop will iterate again. MLOGIC(UNIBASIC): Beginning execution. SYMBOLGEN: Macro variable EXPL resolves to URBRUR SYMBOLGEN: Macro variable EXPL resolves to URBRUR SYMBOLGEN: Macro variable K resolves to 7 SYMBOLGEN: Macro variable K resolves to 7 SYMBOLGEN: Macro variable K resolves to 7 SYMBOLGEN: Macro variable K resolves to 7 SYMBOLGEN: Macro variable K resolves to 7 SYMBOLGEN: Macro variable K resolves to 7 SYMBOLGEN: Macro variable K resolves to 7 MLOGIC(UNIBASIC): Parameter EXPL has value URBRUR MLOGIC(UNIBASIC): Parameter CLASS has value URBRUR MLOGIC(UNIBASIC): Parameter ODDS has value odds7 MLOGIC(UNIBASIC): Parameter SET has value set7 MLOGIC(UNIBASIC): Parameter PARM has value parm7 MLOGIC(UNIBASIC): Parameter NMISS has value nmiss7 MLOGIC(UNIBASIC): Parameter GOOD has value good7 MLOGIC(UNIBASIC): Parameter CONV has value conv7 MLOGIC(UNIBASIC): Parameter FREQ has value freq7 MLOGIC(UNIBASIC): Parameter CONTINGENCY has value classfreq SYMBOLGEN: Macro variable ORD resolves to descending SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNIBASIC): PROC LOGISTIC descending data = UNIVARIATE simple NAMELEN = 50; SYMBOLGEN: Macro variable CLASS resolves to URBRUR SYMBOLGEN: Macro variable REF resolves to last MPRINT(UNIBASIC): CLASS URBRUR / PARAM=ref REF=last; SYMBOLGEN: Macro variable OUTCOME resolves to MO SYMBOLGEN: Macro variable EXPL resolves to URBRUR SYMBOLGEN: Macro variable SCALE resolves to none SYMBOLGEN: Macro variable MODTYPE resolves to MPRINT(UNIBASIC): MODEL MO =URBRUR/ SCALE= none aggregate clodds=pl clparm =pl ; SYMBOLGEN: Macro variable ODDS resolves to odds7 SYMBOLGEN: Macro variable SET resolves to set7 SYMBOLGEN: Macro variable PARM resolves to parm7 SYMBOLGEN: Macro variable GOOD resolves to good7 SYMBOLGEN: Macro variable CONV resolves to conv7 SYMBOLGEN: Macro variable CONTINGENCY resolves to classfreq SYMBOLGEN: Macro variable FREQ resolves to freq7 MPRINT(UNIBASIC): ODS output cloddspl= odds7 globaltests = set7 parameterestimates = parm7 GOODNESSOFFIT = good7 ConvergenceStatus = conv7 classfreq = freq7; MPRINT(UNIBASIC): run; NOTE: PROC LOGISTIC is modeling the probability that MO=1. NOTE: Convergence criterion (GCONV=1E-8) satisfied. ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS NOTE: The data set WORK.FREQ7 has 4 observations and 6 variables. NOTE: Compressing data set WORK.FREQ7 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CONV7 has 1 observations and 3 variables. NOTE: Compressing data set WORK.CONV7 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.GOOD7 has 2 observations and 5 variables. NOTE: Compressing data set WORK.GOOD7 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.PARM7 has 4 observations and 8 variables. NOTE: Compressing data set WORK.PARM7 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.SET7 has 3 observations and 4 variables. NOTE: Compressing data set WORK.SET7 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.ODDS7 has 3 observations and 5 variables. NOTE: Compressing data set WORK.ODDS7 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The SAS System stopped processing this step because of errors. NOTE: There were 778 observations read from the data set WORK.UNIVARIATE. NOTE: PROCEDURE LOGISTIC used (Total process time): real time 0.18 seconds cpu time 0.12 seconds SYMBOLGEN: Macro variable SET resolves to set7 MPRINT(UNIBASIC): Data set7; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable SET resolves to set7 MPRINT(UNIBASIC): Set set7 ( where = ( test = 'Likelihood Ratio')); SYMBOLGEN: Macro variable EXPL resolves to URBRUR MPRINT(UNIBASIC): expl = "URBRUR"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.SET7. WHERE test='Likelihood Ratio'; NOTE: The data set WORK.SET7 has 1 observations and 5 variables. NOTE: Compressing data set WORK.SET7 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable CONV resolves to conv7 MPRINT(UNIBASIC): Data conv7 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable CONV resolves to conv7 MPRINT(UNIBASIC): Set conv7 ; SYMBOLGEN: Macro variable EXPL resolves to URBRUR MPRINT(UNIBASIC): expl = "URBRUR"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.CONV7. NOTE: The data set WORK.CONV7 has 1 observations and 4 variables. NOTE: Compressing data set WORK.CONV7 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable GOOD resolves to good7 MPRINT(UNIBASIC): Data good7 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable GOOD resolves to good7 MPRINT(UNIBASIC): Set good7 ( where = ( Criterion = 'Deviance')); SYMBOLGEN: Macro variable EXPL resolves to URBRUR MPRINT(UNIBASIC): expl = "URBRUR"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.GOOD7. WHERE Criterion='Deviance'; NOTE: The data set WORK.GOOD7 has 1 observations and 6 variables. NOTE: Compressing data set WORK.GOOD7 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MPRINT(UNIBASIC): proc sql noprint; SYMBOLGEN: Macro variable NMISS resolves to nmiss7 SYMBOLGEN: Macro variable EXPL resolves to URBRUR SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNIBASIC): create table nmiss7 as select nmiss(URBRUR) as miss from UNIVARIATE; NOTE: Compression was disabled for data set WORK.NMISS7 because compression overhead would increase the size of the data set. NOTE: Table WORK.NMISS7 created, with 1 rows and 1 columns. MPRINT(UNIBASIC): quit; NOTE: PROCEDURE SQL used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable NMISS resolves to nmiss7 MPRINT(UNIBASIC): Data nmiss7 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable NMISS resolves to nmiss7 MPRINT(UNIBASIC): Set nmiss7; SYMBOLGEN: Macro variable EXPL resolves to URBRUR MPRINT(UNIBASIC): expl = "URBRUR"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.NMISS7. NOTE: The data set WORK.NMISS7 has 1 observations and 2 variables. NOTE: Compressing data set WORK.NMISS7 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MLOGIC(UNIBASIC): Ending execution. MLOGIC(UNILOGISTIC): %LET (variable name is K) SYMBOLGEN: Macro variable K resolves to 7 MLOGIC(UNILOGISTIC): %LET (variable name is EXPL) SYMBOLGEN: Macro variable CATVAR resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER SYMBOLGEN: Macro variable K resolves to 8 SYMBOLGEN: Macro variable EXPL resolves to IMM_TER MLOGIC(UNILOGISTIC): %DO %WHILE(&expl NE) condition is TRUE; loop will iterate again. MLOGIC(UNIBASIC): Beginning execution. SYMBOLGEN: Macro variable EXPL resolves to IMM_TER SYMBOLGEN: Macro variable EXPL resolves to IMM_TER SYMBOLGEN: Macro variable K resolves to 8 SYMBOLGEN: Macro variable K resolves to 8 SYMBOLGEN: Macro variable K resolves to 8 SYMBOLGEN: Macro variable K resolves to 8 SYMBOLGEN: Macro variable K resolves to 8 SYMBOLGEN: Macro variable K resolves to 8 SYMBOLGEN: Macro variable K resolves to 8 MLOGIC(UNIBASIC): Parameter EXPL has value IMM_TER MLOGIC(UNIBASIC): Parameter CLASS has value IMM_TER MLOGIC(UNIBASIC): Parameter ODDS has value odds8 MLOGIC(UNIBASIC): Parameter SET has value set8 MLOGIC(UNIBASIC): Parameter PARM has value parm8 MLOGIC(UNIBASIC): Parameter NMISS has value nmiss8 MLOGIC(UNIBASIC): Parameter GOOD has value good8 MLOGIC(UNIBASIC): Parameter CONV has value conv8 MLOGIC(UNIBASIC): Parameter FREQ has value freq8 MLOGIC(UNIBASIC): Parameter CONTINGENCY has value classfreq SYMBOLGEN: Macro variable ORD resolves to descending SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNIBASIC): PROC LOGISTIC descending data = UNIVARIATE simple NAMELEN = 50; SYMBOLGEN: Macro variable CLASS resolves to IMM_TER SYMBOLGEN: Macro variable REF resolves to last MPRINT(UNIBASIC): CLASS IMM_TER / PARAM=ref REF=last; SYMBOLGEN: Macro variable OUTCOME resolves to MO SYMBOLGEN: Macro variable EXPL resolves to IMM_TER SYMBOLGEN: Macro variable SCALE resolves to none SYMBOLGEN: Macro variable MODTYPE resolves to MPRINT(UNIBASIC): MODEL MO =IMM_TER/ SCALE= none aggregate clodds=pl clparm =pl ; SYMBOLGEN: Macro variable ODDS resolves to odds8 SYMBOLGEN: Macro variable SET resolves to set8 SYMBOLGEN: Macro variable PARM resolves to parm8 SYMBOLGEN: Macro variable GOOD resolves to good8 SYMBOLGEN: Macro variable CONV resolves to conv8 SYMBOLGEN: Macro variable CONTINGENCY resolves to classfreq SYMBOLGEN: Macro variable FREQ resolves to freq8 MPRINT(UNIBASIC): ODS output cloddspl= odds8 globaltests = set8 parameterestimates = parm8 GOODNESSOFFIT = good8 ConvergenceStatus = conv8 classfreq = freq8; MPRINT(UNIBASIC): run; NOTE: PROC LOGISTIC is modeling the probability that MO=1. NOTE: Convergence criterion (GCONV=1E-8) satisfied. ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS NOTE: The data set WORK.FREQ8 has 4 observations and 6 variables. NOTE: Compressing data set WORK.FREQ8 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CONV8 has 1 observations and 3 variables. NOTE: Compressing data set WORK.CONV8 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.GOOD8 has 2 observations and 5 variables. NOTE: Compressing data set WORK.GOOD8 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.PARM8 has 4 observations and 8 variables. NOTE: Compressing data set WORK.PARM8 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.SET8 has 3 observations and 4 variables. NOTE: Compressing data set WORK.SET8 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.ODDS8 has 3 observations and 5 variables. NOTE: Compressing data set WORK.ODDS8 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The SAS System stopped processing this step because of errors. NOTE: There were 778 observations read from the data set WORK.UNIVARIATE. NOTE: PROCEDURE LOGISTIC used (Total process time): real time 0.17 seconds cpu time 0.11 seconds SYMBOLGEN: Macro variable SET resolves to set8 MPRINT(UNIBASIC): Data set8; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable SET resolves to set8 MPRINT(UNIBASIC): Set set8 ( where = ( test = 'Likelihood Ratio')); SYMBOLGEN: Macro variable EXPL resolves to IMM_TER MPRINT(UNIBASIC): expl = "IMM_TER"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.SET8. WHERE test='Likelihood Ratio'; NOTE: The data set WORK.SET8 has 1 observations and 5 variables. NOTE: Compressing data set WORK.SET8 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable CONV resolves to conv8 MPRINT(UNIBASIC): Data conv8 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable CONV resolves to conv8 MPRINT(UNIBASIC): Set conv8 ; SYMBOLGEN: Macro variable EXPL resolves to IMM_TER MPRINT(UNIBASIC): expl = "IMM_TER"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.CONV8. NOTE: The data set WORK.CONV8 has 1 observations and 4 variables. NOTE: Compressing data set WORK.CONV8 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable GOOD resolves to good8 MPRINT(UNIBASIC): Data good8 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable GOOD resolves to good8 MPRINT(UNIBASIC): Set good8 ( where = ( Criterion = 'Deviance')); SYMBOLGEN: Macro variable EXPL resolves to IMM_TER MPRINT(UNIBASIC): expl = "IMM_TER"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.GOOD8. WHERE Criterion='Deviance'; NOTE: The data set WORK.GOOD8 has 1 observations and 6 variables. NOTE: Compressing data set WORK.GOOD8 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MPRINT(UNIBASIC): proc sql noprint; SYMBOLGEN: Macro variable NMISS resolves to nmiss8 SYMBOLGEN: Macro variable EXPL resolves to IMM_TER SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNIBASIC): create table nmiss8 as select nmiss(IMM_TER) as miss from UNIVARIATE; NOTE: Compression was disabled for data set WORK.NMISS8 because compression overhead would increase the size of the data set. NOTE: Table WORK.NMISS8 created, with 1 rows and 1 columns. MPRINT(UNIBASIC): quit; NOTE: PROCEDURE SQL used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable NMISS resolves to nmiss8 MPRINT(UNIBASIC): Data nmiss8 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable NMISS resolves to nmiss8 MPRINT(UNIBASIC): Set nmiss8; SYMBOLGEN: Macro variable EXPL resolves to IMM_TER MPRINT(UNIBASIC): expl = "IMM_TER"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.NMISS8. NOTE: The data set WORK.NMISS8 has 1 observations and 2 variables. NOTE: Compressing data set WORK.NMISS8 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MLOGIC(UNIBASIC): Ending execution. MLOGIC(UNILOGISTIC): %LET (variable name is K) SYMBOLGEN: Macro variable K resolves to 8 MLOGIC(UNILOGISTIC): %LET (variable name is EXPL) SYMBOLGEN: Macro variable CATVAR resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER SYMBOLGEN: Macro variable K resolves to 9 SYMBOLGEN: Macro variable EXPL resolves to MLOGIC(UNILOGISTIC): %DO %WHILE() condition is FALSE; loop will not iterate again. MLOGIC(UNILOGISTIC): %LET (variable name is J) MLOGIC(UNILOGISTIC): %LET (variable name is CEXPL) SYMBOLGEN: Macro variable CONTVAR resolves to AGE SYMBOLGEN: Macro variable J resolves to 1 SYMBOLGEN: Macro variable J resolves to 1 MLOGIC(UNILOGISTIC): %LET (variable name is CONTCORR1) SYMBOLGEN: Macro variable CONTVAR resolves to AGE SYMBOLGEN: Macro variable J resolves to 1 SYMBOLGEN: Macro variable CEXPL resolves to AGE MLOGIC(UNILOGISTIC): %DO %WHILE(&cexpl NE) loop beginning; condition is TRUE. MLOGIC(UNIBASIC): Beginning execution. SYMBOLGEN: Macro variable CEXPL resolves to AGE SYMBOLGEN: Macro variable J resolves to 1 SYMBOLGEN: Macro variable J resolves to 1 SYMBOLGEN: Macro variable J resolves to 1 SYMBOLGEN: Macro variable J resolves to 1 SYMBOLGEN: Macro variable J resolves to 1 SYMBOLGEN: Macro variable J resolves to 1 SYMBOLGEN: Macro variable J resolves to 1 MLOGIC(UNIBASIC): Parameter EXPL has value AGE MLOGIC(UNIBASIC): Parameter CLASS has value MLOGIC(UNIBASIC): Parameter ODDS has value codds1 MLOGIC(UNIBASIC): Parameter SET has value cset1 MLOGIC(UNIBASIC): Parameter PARM has value cparm1 MLOGIC(UNIBASIC): Parameter NMISS has value cnmiss1 MLOGIC(UNIBASIC): Parameter GOOD has value cgood1 MLOGIC(UNIBASIC): Parameter CONV has value cconv1 MLOGIC(UNIBASIC): Parameter FREQ has value cfreq1 MLOGIC(UNIBASIC): Parameter CONTINGENCY has value SimpleStatistics SYMBOLGEN: Macro variable ORD resolves to descending SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNIBASIC): PROC LOGISTIC descending data = UNIVARIATE simple NAMELEN = 50; SYMBOLGEN: Macro variable CLASS resolves to SYMBOLGEN: Macro variable REF resolves to last MPRINT(UNIBASIC): CLASS / PARAM=ref REF=last; SYMBOLGEN: Macro variable OUTCOME resolves to MO SYMBOLGEN: Macro variable EXPL resolves to AGE SYMBOLGEN: Macro variable SCALE resolves to none SYMBOLGEN: Macro variable MODTYPE resolves to MPRINT(UNIBASIC): MODEL MO =AGE/ SCALE= none aggregate clodds=pl clparm =pl ; SYMBOLGEN: Macro variable ODDS resolves to codds1 SYMBOLGEN: Macro variable SET resolves to cset1 SYMBOLGEN: Macro variable PARM resolves to cparm1 SYMBOLGEN: Macro variable GOOD resolves to cgood1 SYMBOLGEN: Macro variable CONV resolves to cconv1 SYMBOLGEN: Macro variable CONTINGENCY resolves to SimpleStatistics SYMBOLGEN: Macro variable FREQ resolves to cfreq1 MPRINT(UNIBASIC): ODS output cloddspl= codds1 globaltests = cset1 parameterestimates = cparm1 GOODNESSOFFIT = cgood1 ConvergenceStatus = cconv1 SimpleStatistics = cfreq1; MPRINT(UNIBASIC): run; NOTE: PROC LOGISTIC is modeling the probability that MO=1. NOTE: Convergence criterion (GCONV=1E-8) satisfied. ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS ERROR: Trying to open a key that does not exist: CORE\PRINTING\PRINTERS\\DEFAULT SETTINGS NOTE: The data set WORK.CFREQ1 has 3 observations and 8 variables. NOTE: Compressing data set WORK.CFREQ1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CCONV1 has 1 observations and 3 variables. NOTE: Compressing data set WORK.CCONV1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CGOOD1 has 2 observations and 5 variables. NOTE: Compressing data set WORK.CGOOD1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CPARM1 has 2 observations and 7 variables. NOTE: Compressing data set WORK.CPARM1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CSET1 has 3 observations and 4 variables. NOTE: Compressing data set WORK.CSET1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CODDS1 has 1 observations and 5 variables. NOTE: Compressing data set WORK.CODDS1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The SAS System stopped processing this step because of errors. NOTE: There were 778 observations read from the data set WORK.UNIVARIATE. NOTE: PROCEDURE LOGISTIC used (Total process time): real time 0.15 seconds cpu time 0.09 seconds SYMBOLGEN: Macro variable SET resolves to cset1 MPRINT(UNIBASIC): Data cset1; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable SET resolves to cset1 MPRINT(UNIBASIC): Set cset1 ( where = ( test = 'Likelihood Ratio')); SYMBOLGEN: Macro variable EXPL resolves to AGE MPRINT(UNIBASIC): expl = "AGE"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.CSET1. WHERE test='Likelihood Ratio'; NOTE: The data set WORK.CSET1 has 1 observations and 5 variables. NOTE: Compressing data set WORK.CSET1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable CONV resolves to cconv1 MPRINT(UNIBASIC): Data cconv1 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable CONV resolves to cconv1 MPRINT(UNIBASIC): Set cconv1 ; SYMBOLGEN: Macro variable EXPL resolves to AGE MPRINT(UNIBASIC): expl = "AGE"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.CCONV1. NOTE: The data set WORK.CCONV1 has 1 observations and 4 variables. NOTE: Compressing data set WORK.CCONV1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable GOOD resolves to cgood1 MPRINT(UNIBASIC): Data cgood1 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable GOOD resolves to cgood1 MPRINT(UNIBASIC): Set cgood1 ( where = ( Criterion = 'Deviance')); SYMBOLGEN: Macro variable EXPL resolves to AGE MPRINT(UNIBASIC): expl = "AGE"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.CGOOD1. WHERE Criterion='Deviance'; NOTE: The data set WORK.CGOOD1 has 1 observations and 6 variables. NOTE: Compressing data set WORK.CGOOD1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MPRINT(UNIBASIC): proc sql noprint; SYMBOLGEN: Macro variable NMISS resolves to cnmiss1 SYMBOLGEN: Macro variable EXPL resolves to AGE SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNIBASIC): create table cnmiss1 as select nmiss(AGE) as miss from UNIVARIATE; NOTE: Compression was disabled for data set WORK.CNMISS1 because compression overhead would increase the size of the data set. NOTE: Table WORK.CNMISS1 created, with 1 rows and 1 columns. MPRINT(UNIBASIC): quit; NOTE: PROCEDURE SQL used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable NMISS resolves to cnmiss1 MPRINT(UNIBASIC): Data cnmiss1 ; MPRINT(UNIBASIC): length expl $50; SYMBOLGEN: Macro variable NMISS resolves to cnmiss1 MPRINT(UNIBASIC): Set cnmiss1; SYMBOLGEN: Macro variable EXPL resolves to AGE MPRINT(UNIBASIC): expl = "AGE"; MPRINT(UNIBASIC): run; NOTE: There were 1 observations read from the data set WORK.CNMISS1. NOTE: The data set WORK.CNMISS1 has 1 observations and 2 variables. NOTE: Compressing data set WORK.CNMISS1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MLOGIC(UNIBASIC): Ending execution. MLOGIC(UNILOGISTIC): %LET (variable name is J) SYMBOLGEN: Macro variable J resolves to 1 MLOGIC(UNILOGISTIC): %LET (variable name is CEXPL) SYMBOLGEN: Macro variable CONTVAR resolves to AGE SYMBOLGEN: Macro variable J resolves to 2 SYMBOLGEN: Macro variable J resolves to 2 MLOGIC(UNILOGISTIC): %LET (variable name is CONTCORR2) SYMBOLGEN: Macro variable CONTVAR resolves to AGE SYMBOLGEN: Macro variable J resolves to 2 SYMBOLGEN: Macro variable CEXPL resolves to MLOGIC(UNILOGISTIC): %DO %WHILE() condition is FALSE; loop will not iterate again. MPRINT(UNILOGISTIC): data setz; SYMBOLGEN: Macro variable K resolves to 9 MLOGIC(UNILOGISTIC): %DO loop beginning; index variable I; start value is 1; stop value is 8; by value is 1. SYMBOLGEN: Macro variable I resolves to 1 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 2; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 2 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 3; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 3 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 4; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 4 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 5; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 5 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 6; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 6 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 7; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 7 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 8; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 8 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 9; loop will not iterate again. SYMBOLGEN: Macro variable J resolves to 2 MLOGIC(UNILOGISTIC): %DO loop beginning; index variable I; start value is 1; stop value is 1; by value is 1. SYMBOLGEN: Macro variable I resolves to 1 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 2; loop will not iterate again. MPRINT(UNILOGISTIC): set set1 set2 set3 set4 set5 set6 set7 set8 cset1 ; MPRINT(UNILOGISTIC): seqno=_n_; MPRINT(UNILOGISTIC): run; NOTE: There were 1 observations read from the data set WORK.SET1. NOTE: There were 1 observations read from the data set WORK.SET2. NOTE: There were 1 observations read from the data set WORK.SET3. NOTE: There were 1 observations read from the data set WORK.SET4. NOTE: There were 1 observations read from the data set WORK.SET5. NOTE: There were 1 observations read from the data set WORK.SET6. NOTE: There were 1 observations read from the data set WORK.SET7. NOTE: There were 1 observations read from the data set WORK.SET8. NOTE: There were 1 observations read from the data set WORK.CSET1. NOTE: The data set WORK.SETZ has 9 observations and 6 variables. NOTE: Compressing data set WORK.SETZ increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MPRINT(UNILOGISTIC): data convz; SYMBOLGEN: Macro variable K resolves to 9 MLOGIC(UNILOGISTIC): %DO loop beginning; index variable I; start value is 1; stop value is 8; by value is 1. SYMBOLGEN: Macro variable I resolves to 1 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 2; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 2 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 3; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 3 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 4; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 4 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 5; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 5 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 6; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 6 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 7; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 7 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 8; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 8 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 9; loop will not iterate again. SYMBOLGEN: Macro variable J resolves to 2 MLOGIC(UNILOGISTIC): %DO loop beginning; index variable I; start value is 1; stop value is 1; by value is 1. SYMBOLGEN: Macro variable I resolves to 1 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 2; loop will not iterate again. MPRINT(UNILOGISTIC): set conv1 conv2 conv3 conv4 conv5 conv6 conv7 conv8 cconv1 ; MPRINT(UNILOGISTIC): if status = 0 then converged = "Yes"; MPRINT(UNILOGISTIC): else if status =1 then converged = "No"; MPRINT(UNILOGISTIC): run; NOTE: There were 1 observations read from the data set WORK.CONV1. NOTE: There were 1 observations read from the data set WORK.CONV2. NOTE: There were 1 observations read from the data set WORK.CONV3. NOTE: There were 1 observations read from the data set WORK.CONV4. NOTE: There were 1 observations read from the data set WORK.CONV5. NOTE: There were 1 observations read from the data set WORK.CONV6. NOTE: There were 1 observations read from the data set WORK.CONV7. NOTE: There were 1 observations read from the data set WORK.CONV8. NOTE: There were 1 observations read from the data set WORK.CCONV1. NOTE: The data set WORK.CONVZ has 9 observations and 5 variables. NOTE: Compressing data set WORK.CONVZ increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MPRINT(UNILOGISTIC): data goodz; SYMBOLGEN: Macro variable K resolves to 9 MLOGIC(UNILOGISTIC): %DO loop beginning; index variable I; start value is 1; stop value is 8; by value is 1. SYMBOLGEN: Macro variable I resolves to 1 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 2; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 2 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 3; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 3 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 4; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 4 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 5; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 5 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 6; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 6 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 7; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 7 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 8; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 8 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 9; loop will not iterate again. SYMBOLGEN: Macro variable J resolves to 2 MLOGIC(UNILOGISTIC): %DO loop beginning; index variable I; start value is 1; stop value is 1; by value is 1. SYMBOLGEN: Macro variable I resolves to 1 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 2; loop will not iterate again. MPRINT(UNILOGISTIC): set good1 good2 good3 good4 good5 good6 good7 good8 cgood1 ; MPRINT(UNILOGISTIC): run; NOTE: There were 1 observations read from the data set WORK.GOOD1. NOTE: There were 1 observations read from the data set WORK.GOOD2. NOTE: There were 1 observations read from the data set WORK.GOOD3. NOTE: There were 1 observations read from the data set WORK.GOOD4. NOTE: There were 1 observations read from the data set WORK.GOOD5. NOTE: There were 1 observations read from the data set WORK.GOOD6. NOTE: There were 1 observations read from the data set WORK.GOOD7. NOTE: There were 1 observations read from the data set WORK.GOOD8. NOTE: There were 1 observations read from the data set WORK.CGOOD1. NOTE: The data set WORK.GOODZ has 9 observations and 6 variables. NOTE: Compressing data set WORK.GOODZ increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MPRINT(UNILOGISTIC): proc sql noprint; MPRINT(UNILOGISTIC): create table setconv as select a.*, b.converged from setz a left join convz b on a.expl = b.expl; NOTE: Compressing data set WORK.SETCONV increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: Table WORK.SETCONV created, with 11 rows and 7 columns. MPRINT(UNILOGISTIC): quit; NOTE: PROCEDURE SQL used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MPRINT(UNILOGISTIC): proc sql noprint; MPRINT(UNILOGISTIC): create table setconvgood as select a.*, b.Chisq as Deviance_Chisq, b.DF as Deviance_DF from setconv a left join goodz b on a.expl = b.expl order by seqno; NOTE: Compressing data set WORK.SETCONVGOOD increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: Table WORK.SETCONVGOOD created, with 15 rows and 9 columns. MPRINT(UNILOGISTIC): quit; NOTE: PROCEDURE SQL used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MPRINT(UNILOGISTIC): proc sql noprint; MPRINT(UNILOGISTIC): select n(expl) into :cnt from setconvgood; MPRINT(UNILOGISTIC): quit; NOTE: PROCEDURE SQL used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MLOGIC(UNILOGISTIC): %LET (variable name is ROWNUM_END) SYMBOLGEN: Macro variable CNT resolves to 15 MLOGIC(UNILOGISTIC): %LET (variable name is ROWNUM_COMMENT) SYMBOLGEN: Macro variable CNT resolves to 15 MLOGIC(UNILOGISTIC): %LET (variable name is ROWNUM_COMMENT2) SYMBOLGEN: Macro variable CNT resolves to 15 SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet2!R1C1" notab; MPRINT(UNILOGISTIC): data _null_ ; MPRINT(UNILOGISTIC): file nd; SYMBOLGEN: Macro variable OUTCOME resolves to MO SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE SYMBOLGEN: Macro variable SYSDAY resolves to Tuesday SYMBOLGEN: Macro variable SYSDATE9 resolves to 14JUN2016 MPRINT(UNILOGISTIC): put "Unconditional associations between explanatory variables and the outcome (MO) based on UNIVARIATE dataset (created Tuesday 14JUN2016)" ; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet2!R1C1. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet2!R3C2" notab; MPRINT(UNILOGISTIC): data _null_ ; MPRINT(UNILOGISTIC): file nd; MPRINT(UNILOGISTIC): put 'Likelihood Ratio Test Results'; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet2!R3C2. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet2!R4C1:R4C6" notab; MPRINT(UNILOGISTIC): data _null_ ; MPRINT(UNILOGISTIC): file nd; MPRINT(UNILOGISTIC): put "Parameters" '09'x 'Likelihood ratio Chi-Square' '09'x 'DF' '09'x 'P-Value' '09'x 'Deviance Chisq (DF)' '09'x "Model Converged?" ; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet2!R4C1:R4C6. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable ROWNUM_END resolves to 20 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet2!R5C1:R20C6" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): length expl $100; MPRINT(UNILOGISTIC): format Deviance_chisq 8.2; MPRINT(UNILOGISTIC): set setconvgood ; MPRINT(UNILOGISTIC): file nd; MPRINT(UNILOGISTIC): put expl '09'x chisq '09'x DF '09'x Probchisq '09'x Deviance_chisq "(" Deviance_DF ")" '09'x Converged; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet2!R5C1:R20C6. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet2!R3C8" notab; MPRINT(UNILOGISTIC): data _null_ ; MPRINT(UNILOGISTIC): file nd; MPRINT(UNILOGISTIC): put 'Variables sorted by P-value'; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet2!R3C8. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet2!R4C8:R4C9" notab; MPRINT(UNILOGISTIC): data _null_ ; MPRINT(UNILOGISTIC): file nd; MPRINT(UNILOGISTIC): put "Parameters" '09'x 'Sorted-P'; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet2!R4C8:R4C9. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MPRINT(UNILOGISTIC): data setconv1; MPRINT(UNILOGISTIC): set setconv; MPRINT(UNILOGISTIC): where converged = "Yes"; MPRINT(UNILOGISTIC): run; NOTE: There were 11 observations read from the data set WORK.SETCONV. WHERE converged='Yes'; NOTE: The data set WORK.SETCONV1 has 11 observations and 7 variables. NOTE: Compressing data set WORK.SETCONV1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MPRINT(UNILOGISTIC): proc sort data= setconv1; MPRINT(UNILOGISTIC): by probchisq; MPRINT(UNILOGISTIC): run; NOTE: There were 11 observations read from the data set WORK.SETCONV1. NOTE: The data set WORK.SETCONV1 has 11 observations and 7 variables. NOTE: Compressing data set WORK.SETCONV1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: PROCEDURE SORT used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable ROWNUM_END resolves to 20 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet2!R5C8:R20C9" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): length Parameters $100; MPRINT(UNILOGISTIC): set setconv1 ; MPRINT(UNILOGISTIC): file nd; MPRINT(UNILOGISTIC): put expl '09'x Probchisq; MPRINT(UNILOGISTIC): run; NOTE: Variable Parameters is uninitialized. ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet2!R5C8:R20C9. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet2!R3C11" notab; MPRINT(UNILOGISTIC): data _null_ ; MPRINT(UNILOGISTIC): file nd; MPRINT(UNILOGISTIC): put 'Number of missing observations'; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet2!R3C11. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet2!R4C11:R4C12" notab; MPRINT(UNILOGISTIC): data _null_ ; MPRINT(UNILOGISTIC): file nd; MPRINT(UNILOGISTIC): put "Parameters" '09'x 'Num Missing'; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet2!R4C11:R4C12. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MPRINT(UNILOGISTIC): data nmissz ; MPRINT(UNILOGISTIC): length expl $100; SYMBOLGEN: Macro variable K resolves to 9 MLOGIC(UNILOGISTIC): %DO loop beginning; index variable I; start value is 1; stop value is 8; by value is 1. SYMBOLGEN: Macro variable I resolves to 1 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 2; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 2 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 3; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 3 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 4; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 4 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 5; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 5 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 6; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 6 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 7; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 7 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 8; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 8 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 9; loop will not iterate again. SYMBOLGEN: Macro variable J resolves to 2 MLOGIC(UNILOGISTIC): %DO loop beginning; index variable I; start value is 1; stop value is 1; by value is 1. SYMBOLGEN: Macro variable I resolves to 1 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 2; loop will not iterate again. MPRINT(UNILOGISTIC): set nmiss1 nmiss2 nmiss3 nmiss4 nmiss5 nmiss6 nmiss7 nmiss8 cnmiss1 ; MPRINT(UNILOGISTIC): run; NOTE: There were 1 observations read from the data set WORK.NMISS1. NOTE: There were 1 observations read from the data set WORK.NMISS2. NOTE: There were 1 observations read from the data set WORK.NMISS3. NOTE: There were 1 observations read from the data set WORK.NMISS4. NOTE: There were 1 observations read from the data set WORK.NMISS5. NOTE: There were 1 observations read from the data set WORK.NMISS6. NOTE: There were 1 observations read from the data set WORK.NMISS7. NOTE: There were 1 observations read from the data set WORK.NMISS8. NOTE: There were 1 observations read from the data set WORK.CNMISS1. NOTE: The data set WORK.NMISSZ has 9 observations and 2 variables. NOTE: Compressing data set WORK.NMISSZ increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MPRINT(UNILOGISTIC): proc sort data= nmissz; MPRINT(UNILOGISTIC): by descending miss; MPRINT(UNILOGISTIC): run; NOTE: There were 9 observations read from the data set WORK.NMISSZ. NOTE: The data set WORK.NMISSZ has 9 observations and 2 variables. NOTE: Compressing data set WORK.NMISSZ increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: PROCEDURE SORT used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable ROWNUM_END resolves to 20 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet2!R5C11:R20C12" notab; MPRINT(UNILOGISTIC): data _Null_; MPRINT(UNILOGISTIC): set nmissz; MPRINT(UNILOGISTIC): file nd; MPRINT(UNILOGISTIC): put expl '09'x miss; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet2!R5C11:R20C12. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nav; MPRINT(UNILOGISTIC): put '[workbook.activate("Sheet2")]'; MPRINT(UNILOGISTIC): put '[select("R1C1")]'; MPRINT(UNILOGISTIC): put '[format.font("Arial",12,false,false,false,false,0,false,false)]'; MPRINT(UNILOGISTIC): put '[select("R3C1:R3C12")]'; MPRINT(UNILOGISTIC): put '[format.font(,,true)]'; SYMBOLGEN: Macro variable ROWNUM_END resolves to 20 MPRINT(UNILOGISTIC): put '[select("R4C1:R20C12")]'; MPRINT(UNILOGISTIC): put '[column.width(0,,false,3)]'; MPRINT(UNILOGISTIC): put '[select("R3C1:R4C6,R3C8:R4C9,R3C11:R4C12")]'; MPRINT(UNILOGISTIC): put '[border(,,,,6)]'; SYMBOLGEN: Macro variable ROWNUM_END resolves to 20 SYMBOLGEN: Macro variable ROWNUM_END resolves to 20 SYMBOLGEN: Macro variable ROWNUM_END resolves to 20 SYMBOLGEN: Macro variable ROWNUM_END resolves to 20 SYMBOLGEN: Macro variable ROWNUM_END resolves to 20 SYMBOLGEN: Macro variable ROWNUM_END resolves to 20 MPRINT(UNILOGISTIC): put '[select("R20C1:R20C6,R20C8:R20C9, R20C11:R20C12")]'; MPRINT(UNILOGISTIC): put '[border(,,,,6)]'; MPRINT(UNILOGISTIC): put '[select("C2,C5")]'; MPRINT(UNILOGISTIC): put '[format.number("0.00")]'; MPRINT(UNILOGISTIC): put '[select("C4,C9")]'; MPRINT(UNILOGISTIC): put '[format.number("0.000")]'; MPRINT(UNILOGISTIC): run; NOTE: The file NAV is: DDE Session, SESSION=EXCEL|SYSTEM,RECFM=V,LRECL=32767 ERROR: DDE session not ready. FATAL: Unrecoverable I/O error detected in the execution of the DATA step program. Aborted during the EXECUTION phase. NOTE: 0 records were written to the file NAV. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable ROWNUM_COMMENT resolves to 23 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet2!R23C1" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nd; MPRINT(UNILOGISTIC): PUT "*These tables have been created for your convenience but please do check the actual SAS output for verification of your results." ; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet2!R23C1. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable ROWNUM_COMMENT2 resolves to 25 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet2!R25C1" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nd; MPRINT(UNILOGISTIC): PUT "**Although every care has been taken in designing this macro, I take absolutely no responsibility for any erroneous results. You are welcome to report any bugs at navneet.dhand@sydney.edu.au" ; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet2!R25C1. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MPRINT(UNILOGISTIC): data parmz ; MPRINT(UNILOGISTIC): length variable $100; MPRINT(UNILOGISTIC): length classval0 $50; SYMBOLGEN: Macro variable K resolves to 9 MLOGIC(UNILOGISTIC): %DO loop beginning; index variable I; start value is 1; stop value is 8; by value is 1. SYMBOLGEN: Macro variable I resolves to 1 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 2; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 2 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 3; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 3 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 4; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 4 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 5; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 5 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 6; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 6 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 7; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 7 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 8; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 8 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 9; loop will not iterate again. SYMBOLGEN: Macro variable J resolves to 2 MLOGIC(UNILOGISTIC): %DO loop beginning; index variable I; start value is 1; stop value is 1; by value is 1. SYMBOLGEN: Macro variable I resolves to 1 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 2; loop will not iterate again. MPRINT(UNILOGISTIC): set parm1 (drop = waldchisq probchisq ) parm2 (drop = waldchisq probchisq ) parm3 (drop = waldchisq probchisq ) parm4 (drop = waldchisq probchisq ) parm5 (drop = waldchisq probchisq ) parm6 (drop = waldchisq probchisq ) parm7 (drop = waldchisq probchisq ) parm8 (drop = waldchisq probchisq ) cparm1 (drop = waldchisq probchisq ) ; MPRINT(UNILOGISTIC): variable = upcase(variable); MPRINT(UNILOGISTIC): seqno=_n_; MPRINT(UNILOGISTIC): run; NOTE: There were 4 observations read from the data set WORK.PARM1. NOTE: There were 4 observations read from the data set WORK.PARM2. NOTE: There were 2 observations read from the data set WORK.PARM3. NOTE: There were 6 observations read from the data set WORK.PARM4. NOTE: There were 14 observations read from the data set WORK.PARM5. NOTE: There were 6 observations read from the data set WORK.PARM6. NOTE: There were 4 observations read from the data set WORK.PARM7. NOTE: There were 4 observations read from the data set WORK.PARM8. NOTE: There were 2 observations read from the data set WORK.CPARM1. NOTE: The data set WORK.PARMZ has 46 observations and 7 variables. NOTE: Compressing data set WORK.PARMZ increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MPRINT(UNILOGISTIC): data oddsz ; MPRINT(UNILOGISTIC): length effect $100; MPRINT(UNILOGISTIC): length ovariable $100; MPRINT(UNILOGISTIC): length category $50; MPRINT(UNILOGISTIC): length reference $50; SYMBOLGEN: Macro variable K resolves to 9 MLOGIC(UNILOGISTIC): %DO loop beginning; index variable I; start value is 1; stop value is 8; by value is 1. SYMBOLGEN: Macro variable I resolves to 1 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 2; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 2 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 3; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 3 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 4; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 4 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 5; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 5 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 6; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 6 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 7; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 7 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 8; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 8 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 9; loop will not iterate again. SYMBOLGEN: Macro variable J resolves to 2 MLOGIC(UNILOGISTIC): %DO loop beginning; index variable I; start value is 1; stop value is 1; by value is 1. SYMBOLGEN: Macro variable I resolves to 1 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 2; loop will not iterate again. MPRINT(UNILOGISTIC): set odds1 odds2 odds3 odds4 odds5 odds6 odds7 odds8 codds1 ; MPRINT(UNILOGISTIC): Ovariable = upcase(scan(Effect,1)); MPRINT(UNILOGISTIC): category = scan(Effect,2); MPRINT(UNILOGISTIC): Reference = scan(Effect,4); MPRINT(UNILOGISTIC): run; NOTE: There were 3 observations read from the data set WORK.ODDS1. NOTE: There were 3 observations read from the data set WORK.ODDS2. NOTE: There were 1 observations read from the data set WORK.ODDS3. NOTE: There were 5 observations read from the data set WORK.ODDS4. NOTE: There were 13 observations read from the data set WORK.ODDS5. NOTE: There were 5 observations read from the data set WORK.ODDS6. NOTE: There were 3 observations read from the data set WORK.ODDS7. NOTE: There were 3 observations read from the data set WORK.ODDS8. NOTE: There were 1 observations read from the data set WORK.CODDS1. NOTE: The data set WORK.ODDSZ has 37 observations and 8 variables. NOTE: Compressing data set WORK.ODDSZ increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable MODELTYPE resolves to BINOMIAL MLOGIC(UNILOGISTIC): %IF condition %upcase (&modeltype) = MULTINOMIAL is FALSE MPRINT(UNILOGISTIC): proc sql noprint; MPRINT(UNILOGISTIC): create table parmodds as select a.*, b.* from parmz a left join oddsz b on a.variable = b.ovariable and a.classval0 = b.category order by seqno; NOTE: Compressing data set WORK.PARMODDS increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: Table WORK.PARMODDS created, with 50 rows and 15 columns. MPRINT(UNILOGISTIC): ; MPRINT(UNILOGISTIC): quit; NOTE: PROCEDURE SQL used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MPRINT(UNILOGISTIC): proc sql noprint; MPRINT(UNILOGISTIC): select n(variable) into :cntt from parmodds; MPRINT(UNILOGISTIC): quit; NOTE: PROCEDURE SQL used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MLOGIC(UNILOGISTIC): %LET (variable name is ROWNUM_END) SYMBOLGEN: Macro variable CNTT resolves to 50 MLOGIC(UNILOGISTIC): %LET (variable name is ROWNUM_COMMENT) SYMBOLGEN: Macro variable CNTT resolves to 50 MLOGIC(UNILOGISTIC): %LET (variable name is ROWNUM_COMMENT2) SYMBOLGEN: Macro variable CNTT resolves to 50 SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet3!R1C1" notab; MPRINT(UNILOGISTIC): data _null_ ; MPRINT(UNILOGISTIC): file nd; MPRINT(UNILOGISTIC): put "Parameter Estimates and odds ratios for the unconditional association"; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet3!R1C1. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet3!R2C1" notab; MPRINT(UNILOGISTIC): data _null_ ; MPRINT(UNILOGISTIC): file nd; SYMBOLGEN: Macro variable OUTCOME resolves to MO MPRINT(UNILOGISTIC): put "between explanatory variables and the outcome (MO)"; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet3!R2C1. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable MODELTYPE resolves to BINOMIAL MLOGIC(UNILOGISTIC): %IF condition %upcase (&modeltype) = MULTINOMIAL is FALSE MLOGIC(UNILOGISTIC): %LET (variable name is HEADERPUT) MLOGIC(UNILOGISTIC): %LET (variable name is DATAPUT) MLOGIC(UNILOGISTIC): %LET (variable name is RANGE) MLOGIC(UNILOGISTIC): %LET (variable name is RANGE1) SYMBOLGEN: Macro variable ROWNUM_END resolves to 55 SYMBOLGEN: Macro variable ROWNUM_END resolves to 55 SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet3!R4C1:R4C9" notab; MPRINT(UNILOGISTIC): data _null_ ; MPRINT(UNILOGISTIC): file nd; SYMBOLGEN: Macro variable HEADERPUT resolves to "Parameters" '09'x "Categories" '09'x "Ref" '09'x "b" '09'x "SE(b)" '09'x "Odds-ratios" '09'x "LCL (OR)" '09'x "UCL (OR)" MPRINT(UNILOGISTIC): put "Parameters" '09'x "Categories" '09'x "Ref" '09'x "b" '09'x "SE(b)" '09'x "Odds-ratios" '09'x "LCL (OR)" '09'x "UCL (OR)"; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet3!R4C1:R4C9. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable ROWNUM_END resolves to 55 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet3!R5C1:R55C9" notab; MPRINT(UNILOGISTIC): data _null_ ; MPRINT(UNILOGISTIC): length variable $100; MPRINT(UNILOGISTIC): set parmodds; MPRINT(UNILOGISTIC): file nd; SYMBOLGEN: Macro variable DATAPUT resolves to variable '09'x classval0 '09'x Reference '09'x estimate '09'x stderr '09'x oddsratioest '09'x lowercl '09'x uppercl MPRINT(UNILOGISTIC): put variable '09'x classval0 '09'x Reference '09'x estimate '09'x stderr '09'x oddsratioest '09'x lowercl '09'x uppercl; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet3!R5C1:R55C9. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nav; MPRINT(UNILOGISTIC): put '[workbook.activate("Sheet3")]'; MPRINT(UNILOGISTIC): put '[select("R1C1:R2C1")]'; MPRINT(UNILOGISTIC): put '[format.font("Arial",12,false,false,false,false,0,false,false)]'; SYMBOLGEN: Macro variable RANGE resolves to '[select("R3C1:R4C8")]' MPRINT(UNILOGISTIC): put '[select("R3C1:R4C8")]'; MPRINT(UNILOGISTIC): put '[border(,,,,6)]'; SYMBOLGEN: Macro variable RANGE1 resolves to '[select("R55C1:R55C8")]' MPRINT(UNILOGISTIC): put '[select("R55C1:R55C8")]'; MPRINT(UNILOGISTIC): put '[border(,,,,6)]'; SYMBOLGEN: Macro variable ROWNUM_END resolves to 55 MPRINT(UNILOGISTIC): put '[select("R3C1:R55C9")]'; MPRINT(UNILOGISTIC): put '[column.width(0,,false,3)]'; MPRINT(UNILOGISTIC): put '[select("C4:C9")]'; MPRINT(UNILOGISTIC): put '[format.number("0.00")]'; MPRINT(UNILOGISTIC): run; NOTE: The file NAV is: DDE Session, SESSION=EXCEL|SYSTEM,RECFM=V,LRECL=32767 ERROR: DDE session not ready. FATAL: Unrecoverable I/O error detected in the execution of the DATA step program. Aborted during the EXECUTION phase. NOTE: 0 records were written to the file NAV. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable ROWNUM_COMMENT resolves to 58 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet3!R58C1" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nd; MPRINT(UNILOGISTIC): PUT "*These tables have been created for your convenience but please do check the actual SAS output for verification of your results." ; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet3!R58C1. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable ROWNUM_COMMENT2 resolves to 60 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet3!R60C1" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nd; MPRINT(UNILOGISTIC): PUT "**Although every care has been taken in designing this macro, I take absolutely no responsibility for any erroneous results. However, you are welcome to report any bugs at navneet.dhand@sydney.edu.au" ; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet3!R60C1. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MLOGIC(UNILOGISTIC): %LET (variable name is ALLEXPL) SYMBOLGEN: Macro variable CATVAR resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER SYMBOLGEN: Macro variable CONTVAR resolves to AGE MLOGIC(UNILOGISTIC): %LET (variable name is CORRVAR) SYMBOLGEN: Macro variable CATVAR resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER SYMBOLGEN: Macro variable CONTVAR resolves to AGE MLOGIC(UNILOGISTIC): %LET (variable name is E) MLOGIC(UNILOGISTIC): %LET (variable name is VAR) SYMBOLGEN: Macro variable ALLEXPL resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER AGE SYMBOLGEN: Macro variable E resolves to 1 SYMBOLGEN: Macro variable VAR resolves to TRT_TYPE MLOGIC(UNILOGISTIC): %DO %WHILE(&var NE) loop beginning; condition is TRUE. MLOGIC(UNILOGISTIC): %LET (variable name is CORRVAR) SYMBOLGEN: Macro variable CORRVAR resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER AGE SYMBOLGEN: Macro variable VAR resolves to TRT_TYPE SYMBOLGEN: Macro variable CORRVAR resolves to AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER AGE MLOGIC(UNILOGISTIC): %IF condition (&corrvar ne ) is TRUE SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNILOGISTIC): PROC FREQ data= UNIVARIATE; SYMBOLGEN: Macro variable VAR resolves to TRT_TYPE SYMBOLGEN: Macro variable CORRVAR resolves to AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER AGE MPRINT(UNILOGISTIC): TABLES TRT_TYPE*(AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER AGE) /noprint MEASURES CHISQ; SYMBOLGEN: Macro variable E resolves to 1 SYMBOLGEN: Macro variable E resolves to 1 MPRINT(UNILOGISTIC): ODS OUTPUT measures = corr1 chisq = corrchi1; MPRINT(UNILOGISTIC): run; NOTE: Compressing data set WORK.CORRCHI1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: Compressing data set WORK._TMPYOX000000000000000000102 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CORRCHI1 has 48 observations and 5 variables. NOTE: Compressing data set WORK.CORRCHI1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CORR1 has 104 observations and 5 variables. NOTE: Compressing data set WORK.CORR1 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: There were 778 observations read from the data set WORK.UNIVARIATE. NOTE: PROCEDURE FREQ used (Total process time): real time 0.06 seconds cpu time 0.04 seconds MLOGIC(UNILOGISTIC): %LET (variable name is E) SYMBOLGEN: Macro variable E resolves to 1 MLOGIC(UNILOGISTIC): %LET (variable name is VAR) SYMBOLGEN: Macro variable ALLEXPL resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER AGE SYMBOLGEN: Macro variable E resolves to 2 SYMBOLGEN: Macro variable VAR resolves to AGE_GROUP MLOGIC(UNILOGISTIC): %DO %WHILE(&var NE) condition is TRUE; loop will iterate again. MLOGIC(UNILOGISTIC): %LET (variable name is CORRVAR) SYMBOLGEN: Macro variable CORRVAR resolves to AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER AGE SYMBOLGEN: Macro variable VAR resolves to AGE_GROUP SYMBOLGEN: Macro variable CORRVAR resolves to SEX_CD SES HRENAME SES URBRUR IMM_TER AGE MLOGIC(UNILOGISTIC): %IF condition (&corrvar ne ) is TRUE SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNILOGISTIC): PROC FREQ data= UNIVARIATE; SYMBOLGEN: Macro variable VAR resolves to AGE_GROUP SYMBOLGEN: Macro variable CORRVAR resolves to SEX_CD SES HRENAME SES URBRUR IMM_TER AGE MPRINT(UNILOGISTIC): TABLES AGE_GROUP*(SEX_CD SES HRENAME SES URBRUR IMM_TER AGE) /noprint MEASURES CHISQ; SYMBOLGEN: Macro variable E resolves to 2 SYMBOLGEN: Macro variable E resolves to 2 MPRINT(UNILOGISTIC): ODS OUTPUT measures = corr2 chisq = corrchi2; MPRINT(UNILOGISTIC): run; NOTE: Compressing data set WORK.CORRCHI2 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: Compressing data set WORK._TMPYOX000000000000000000103 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CORRCHI2 has 42 observations and 5 variables. NOTE: Compressing data set WORK.CORRCHI2 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CORR2 has 91 observations and 5 variables. NOTE: Compressing data set WORK.CORR2 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: There were 778 observations read from the data set WORK.UNIVARIATE. NOTE: PROCEDURE FREQ used (Total process time): real time 0.04 seconds cpu time 0.03 seconds MLOGIC(UNILOGISTIC): %LET (variable name is E) SYMBOLGEN: Macro variable E resolves to 2 MLOGIC(UNILOGISTIC): %LET (variable name is VAR) SYMBOLGEN: Macro variable ALLEXPL resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER AGE SYMBOLGEN: Macro variable E resolves to 3 SYMBOLGEN: Macro variable VAR resolves to SEX_CD MLOGIC(UNILOGISTIC): %DO %WHILE(&var NE) condition is TRUE; loop will iterate again. MLOGIC(UNILOGISTIC): %LET (variable name is CORRVAR) SYMBOLGEN: Macro variable CORRVAR resolves to SEX_CD SES HRENAME SES URBRUR IMM_TER AGE SYMBOLGEN: Macro variable VAR resolves to SEX_CD SYMBOLGEN: Macro variable CORRVAR resolves to SES HRENAME SES URBRUR IMM_TER AGE MLOGIC(UNILOGISTIC): %IF condition (&corrvar ne ) is TRUE SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNILOGISTIC): PROC FREQ data= UNIVARIATE; SYMBOLGEN: Macro variable VAR resolves to SEX_CD SYMBOLGEN: Macro variable CORRVAR resolves to SES HRENAME SES URBRUR IMM_TER AGE MPRINT(UNILOGISTIC): TABLES SEX_CD*(SES HRENAME SES URBRUR IMM_TER AGE) /noprint MEASURES CHISQ; SYMBOLGEN: Macro variable E resolves to 3 SYMBOLGEN: Macro variable E resolves to 3 MPRINT(UNILOGISTIC): ODS OUTPUT measures = corr3 chisq = corrchi3; MPRINT(UNILOGISTIC): run; NOTE: The data set WORK.CORRCHI3 has 36 observations and 5 variables. NOTE: Compressing data set WORK.CORRCHI3 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CORR3 has 78 observations and 5 variables. NOTE: Compressing data set WORK.CORR3 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: There were 778 observations read from the data set WORK.UNIVARIATE. NOTE: PROCEDURE FREQ used (Total process time): real time 0.04 seconds cpu time 0.04 seconds MLOGIC(UNILOGISTIC): %LET (variable name is E) SYMBOLGEN: Macro variable E resolves to 3 MLOGIC(UNILOGISTIC): %LET (variable name is VAR) SYMBOLGEN: Macro variable ALLEXPL resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER AGE SYMBOLGEN: Macro variable E resolves to 4 SYMBOLGEN: Macro variable VAR resolves to SES MLOGIC(UNILOGISTIC): %DO %WHILE(&var NE) condition is TRUE; loop will iterate again. MLOGIC(UNILOGISTIC): %LET (variable name is CORRVAR) SYMBOLGEN: Macro variable CORRVAR resolves to SES HRENAME SES URBRUR IMM_TER AGE SYMBOLGEN: Macro variable VAR resolves to SES SYMBOLGEN: Macro variable CORRVAR resolves to HRENAME URBRUR IMM_TER AGE MLOGIC(UNILOGISTIC): %IF condition (&corrvar ne ) is TRUE SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNILOGISTIC): PROC FREQ data= UNIVARIATE; SYMBOLGEN: Macro variable VAR resolves to SES SYMBOLGEN: Macro variable CORRVAR resolves to HRENAME URBRUR IMM_TER AGE MPRINT(UNILOGISTIC): TABLES SES*(HRENAME URBRUR IMM_TER AGE) /noprint MEASURES CHISQ; SYMBOLGEN: Macro variable E resolves to 4 SYMBOLGEN: Macro variable E resolves to 4 MPRINT(UNILOGISTIC): ODS OUTPUT measures = corr4 chisq = corrchi4; MPRINT(UNILOGISTIC): run; NOTE: Compressing data set WORK.CORRCHI4 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: Compressing data set WORK._TMPYOX000000000000000000104 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CORRCHI4 has 24 observations and 5 variables. NOTE: Compressing data set WORK.CORRCHI4 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CORR4 has 52 observations and 5 variables. NOTE: Compressing data set WORK.CORR4 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: There were 778 observations read from the data set WORK.UNIVARIATE. NOTE: PROCEDURE FREQ used (Total process time): real time 0.03 seconds cpu time 0.03 seconds MLOGIC(UNILOGISTIC): %LET (variable name is E) SYMBOLGEN: Macro variable E resolves to 4 MLOGIC(UNILOGISTIC): %LET (variable name is VAR) SYMBOLGEN: Macro variable ALLEXPL resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER AGE SYMBOLGEN: Macro variable E resolves to 5 SYMBOLGEN: Macro variable VAR resolves to HRENAME MLOGIC(UNILOGISTIC): %DO %WHILE(&var NE) condition is TRUE; loop will iterate again. MLOGIC(UNILOGISTIC): %LET (variable name is CORRVAR) SYMBOLGEN: Macro variable CORRVAR resolves to HRENAME URBRUR IMM_TER AGE SYMBOLGEN: Macro variable VAR resolves to HRENAME SYMBOLGEN: Macro variable CORRVAR resolves to URBRUR IMM_TER AGE MLOGIC(UNILOGISTIC): %IF condition (&corrvar ne ) is TRUE SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNILOGISTIC): PROC FREQ data= UNIVARIATE; SYMBOLGEN: Macro variable VAR resolves to HRENAME SYMBOLGEN: Macro variable CORRVAR resolves to URBRUR IMM_TER AGE MPRINT(UNILOGISTIC): TABLES HRENAME*(URBRUR IMM_TER AGE) /noprint MEASURES CHISQ; SYMBOLGEN: Macro variable E resolves to 5 SYMBOLGEN: Macro variable E resolves to 5 MPRINT(UNILOGISTIC): ODS OUTPUT measures = corr5 chisq = corrchi5; MPRINT(UNILOGISTIC): run; NOTE: Compressing data set WORK.CORRCHI5 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: Compressing data set WORK._TMPYOX000000000000000000105 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CORRCHI5 has 18 observations and 5 variables. NOTE: Compressing data set WORK.CORRCHI5 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CORR5 has 39 observations and 5 variables. NOTE: Compressing data set WORK.CORR5 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: There were 778 observations read from the data set WORK.UNIVARIATE. NOTE: PROCEDURE FREQ used (Total process time): real time 0.03 seconds cpu time 0.03 seconds MLOGIC(UNILOGISTIC): %LET (variable name is E) SYMBOLGEN: Macro variable E resolves to 5 MLOGIC(UNILOGISTIC): %LET (variable name is VAR) SYMBOLGEN: Macro variable ALLEXPL resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER AGE SYMBOLGEN: Macro variable E resolves to 6 SYMBOLGEN: Macro variable VAR resolves to SES MLOGIC(UNILOGISTIC): %DO %WHILE(&var NE) condition is TRUE; loop will iterate again. MLOGIC(UNILOGISTIC): %LET (variable name is CORRVAR) SYMBOLGEN: Macro variable CORRVAR resolves to URBRUR IMM_TER AGE SYMBOLGEN: Macro variable VAR resolves to SES SYMBOLGEN: Macro variable CORRVAR resolves to URBRUR IMM_TER AGE MLOGIC(UNILOGISTIC): %IF condition (&corrvar ne ) is TRUE SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNILOGISTIC): PROC FREQ data= UNIVARIATE; SYMBOLGEN: Macro variable VAR resolves to SES SYMBOLGEN: Macro variable CORRVAR resolves to URBRUR IMM_TER AGE MPRINT(UNILOGISTIC): TABLES SES*(URBRUR IMM_TER AGE) /noprint MEASURES CHISQ; SYMBOLGEN: Macro variable E resolves to 6 SYMBOLGEN: Macro variable E resolves to 6 MPRINT(UNILOGISTIC): ODS OUTPUT measures = corr6 chisq = corrchi6; MPRINT(UNILOGISTIC): run; NOTE: Compressing data set WORK.CORRCHI6 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: Compressing data set WORK._TMPYOX000000000000000000106 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CORRCHI6 has 18 observations and 5 variables. NOTE: Compressing data set WORK.CORRCHI6 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CORR6 has 39 observations and 5 variables. NOTE: Compressing data set WORK.CORR6 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: There were 778 observations read from the data set WORK.UNIVARIATE. NOTE: PROCEDURE FREQ used (Total process time): real time 0.03 seconds cpu time 0.01 seconds MLOGIC(UNILOGISTIC): %LET (variable name is E) SYMBOLGEN: Macro variable E resolves to 6 MLOGIC(UNILOGISTIC): %LET (variable name is VAR) SYMBOLGEN: Macro variable ALLEXPL resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER AGE SYMBOLGEN: Macro variable E resolves to 7 SYMBOLGEN: Macro variable VAR resolves to URBRUR MLOGIC(UNILOGISTIC): %DO %WHILE(&var NE) condition is TRUE; loop will iterate again. MLOGIC(UNILOGISTIC): %LET (variable name is CORRVAR) SYMBOLGEN: Macro variable CORRVAR resolves to URBRUR IMM_TER AGE SYMBOLGEN: Macro variable VAR resolves to URBRUR SYMBOLGEN: Macro variable CORRVAR resolves to IMM_TER AGE MLOGIC(UNILOGISTIC): %IF condition (&corrvar ne ) is TRUE SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNILOGISTIC): PROC FREQ data= UNIVARIATE; SYMBOLGEN: Macro variable VAR resolves to URBRUR SYMBOLGEN: Macro variable CORRVAR resolves to IMM_TER AGE MPRINT(UNILOGISTIC): TABLES URBRUR*(IMM_TER AGE) /noprint MEASURES CHISQ; SYMBOLGEN: Macro variable E resolves to 7 SYMBOLGEN: Macro variable E resolves to 7 MPRINT(UNILOGISTIC): ODS OUTPUT measures = corr7 chisq = corrchi7; MPRINT(UNILOGISTIC): run; NOTE: Compressing data set WORK.CORRCHI7 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: Compressing data set WORK._TMPYOX000000000000000000107 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CORRCHI7 has 12 observations and 5 variables. NOTE: Compressing data set WORK.CORRCHI7 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CORR7 has 26 observations and 5 variables. NOTE: Compressing data set WORK.CORR7 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: There were 778 observations read from the data set WORK.UNIVARIATE. NOTE: PROCEDURE FREQ used (Total process time): real time 0.03 seconds cpu time 0.00 seconds MLOGIC(UNILOGISTIC): %LET (variable name is E) SYMBOLGEN: Macro variable E resolves to 7 MLOGIC(UNILOGISTIC): %LET (variable name is VAR) SYMBOLGEN: Macro variable ALLEXPL resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER AGE SYMBOLGEN: Macro variable E resolves to 8 SYMBOLGEN: Macro variable VAR resolves to IMM_TER MLOGIC(UNILOGISTIC): %DO %WHILE(&var NE) condition is TRUE; loop will iterate again. MLOGIC(UNILOGISTIC): %LET (variable name is CORRVAR) SYMBOLGEN: Macro variable CORRVAR resolves to IMM_TER AGE SYMBOLGEN: Macro variable VAR resolves to IMM_TER SYMBOLGEN: Macro variable CORRVAR resolves to AGE MLOGIC(UNILOGISTIC): %IF condition (&corrvar ne ) is TRUE SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNILOGISTIC): PROC FREQ data= UNIVARIATE; SYMBOLGEN: Macro variable VAR resolves to IMM_TER SYMBOLGEN: Macro variable CORRVAR resolves to AGE MPRINT(UNILOGISTIC): TABLES IMM_TER*(AGE) /noprint MEASURES CHISQ; SYMBOLGEN: Macro variable E resolves to 8 SYMBOLGEN: Macro variable E resolves to 8 MPRINT(UNILOGISTIC): ODS OUTPUT measures = corr8 chisq = corrchi8; MPRINT(UNILOGISTIC): run; NOTE: The data set WORK.CORRCHI8 has 6 observations and 5 variables. NOTE: Compressing data set WORK.CORRCHI8 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: The data set WORK.CORR8 has 13 observations and 5 variables. NOTE: Compressing data set WORK.CORR8 increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: There were 778 observations read from the data set WORK.UNIVARIATE. NOTE: PROCEDURE FREQ used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MLOGIC(UNILOGISTIC): %LET (variable name is E) SYMBOLGEN: Macro variable E resolves to 8 MLOGIC(UNILOGISTIC): %LET (variable name is VAR) SYMBOLGEN: Macro variable ALLEXPL resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER AGE SYMBOLGEN: Macro variable E resolves to 9 SYMBOLGEN: Macro variable VAR resolves to AGE MLOGIC(UNILOGISTIC): %DO %WHILE(&var NE) condition is TRUE; loop will iterate again. MLOGIC(UNILOGISTIC): %LET (variable name is CORRVAR) SYMBOLGEN: Macro variable CORRVAR resolves to AGE SYMBOLGEN: Macro variable VAR resolves to AGE SYMBOLGEN: Macro variable CORRVAR resolves to MLOGIC(UNILOGISTIC): %IF condition (&corrvar ne ) is FALSE MLOGIC(UNILOGISTIC): %LET (variable name is E) SYMBOLGEN: Macro variable E resolves to 9 MLOGIC(UNILOGISTIC): %LET (variable name is VAR) SYMBOLGEN: Macro variable ALLEXPL resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER AGE SYMBOLGEN: Macro variable E resolves to 10 SYMBOLGEN: Macro variable VAR resolves to MLOGIC(UNILOGISTIC): %DO %WHILE() condition is FALSE; loop will not iterate again. MPRINT(UNILOGISTIC): data corrz ; SYMBOLGEN: Macro variable E resolves to 10 MLOGIC(UNILOGISTIC): %DO loop beginning; index variable I; start value is 1; stop value is 8; by value is 1. SYMBOLGEN: Macro variable I resolves to 1 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 2; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 2 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 3; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 3 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 4; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 4 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 5; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 5 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 6; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 6 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 7; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 7 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 8; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 8 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 9; loop will not iterate again. MPRINT(UNILOGISTIC): set corr1 corr2 corr3 corr4 corr5 corr6 corr7 corr8 ; MPRINT(UNILOGISTIC): statistic = upcase(statistic); MPRINT(UNILOGISTIC): run; NOTE: There were 104 observations read from the data set WORK.CORR1. NOTE: There were 91 observations read from the data set WORK.CORR2. NOTE: There were 78 observations read from the data set WORK.CORR3. NOTE: There were 52 observations read from the data set WORK.CORR4. NOTE: There were 39 observations read from the data set WORK.CORR5. NOTE: There were 39 observations read from the data set WORK.CORR6. NOTE: There were 26 observations read from the data set WORK.CORR7. NOTE: There were 13 observations read from the data set WORK.CORR8. NOTE: The data set WORK.CORRZ has 442 observations and 5 variables. NOTE: Compressing data set WORK.CORRZ increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MPRINT(UNILOGISTIC): data corrchiz ; MPRINT(UNILOGISTIC): format df 9.0; SYMBOLGEN: Macro variable E resolves to 10 MLOGIC(UNILOGISTIC): %DO loop beginning; index variable I; start value is 1; stop value is 8; by value is 1. SYMBOLGEN: Macro variable I resolves to 1 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 2; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 2 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 3; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 3 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 4; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 4 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 5; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 5 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 6; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 6 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 7; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 7 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 8; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 8 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 9; loop will not iterate again. MPRINT(UNILOGISTIC): set corrchi1 corrchi2 corrchi3 corrchi4 corrchi5 corrchi6 corrchi7 corrchi8 ; MPRINT(UNILOGISTIC): statistic = upcase(statistic); MPRINT(UNILOGISTIC): run; NOTE: There were 48 observations read from the data set WORK.CORRCHI1. NOTE: There were 42 observations read from the data set WORK.CORRCHI2. NOTE: There were 36 observations read from the data set WORK.CORRCHI3. NOTE: There were 24 observations read from the data set WORK.CORRCHI4. NOTE: There were 18 observations read from the data set WORK.CORRCHI5. NOTE: There were 18 observations read from the data set WORK.CORRCHI6. NOTE: There were 12 observations read from the data set WORK.CORRCHI7. NOTE: There were 6 observations read from the data set WORK.CORRCHI8. NOTE: The data set WORK.CORRCHIZ has 204 observations and 5 variables. NOTE: Compressing data set WORK.CORRCHIZ increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MPRINT(UNILOGISTIC): * Change the input values into actual names; MPRINT(UNILOGISTIC): * Measures of association; MPRINT(UNILOGISTIC): *ordinal variables; SYMBOLGEN: Macro variable STATISTIC resolves to 1 MLOGIC(UNILOGISTIC): %IF condition &statistic = 1 is TRUE MLOGIC(UNILOGISTIC): %LET (variable name is CORRSTATISTIC) MPRINT(UNILOGISTIC): *chi-squares; SYMBOLGEN: Macro variable CHISTATISTIC resolves to 1 MLOGIC(UNILOGISTIC): %IF condition &chistatistic = 1 is TRUE MLOGIC(UNILOGISTIC): %LET (variable name is CHICORRSTATISTIC) MPRINT(UNILOGISTIC): data corrz; MPRINT(UNILOGISTIC): set corrz; SYMBOLGEN: Macro variable CORRSTATISTIC resolves to "Spearman Correlation" MPRINT(UNILOGISTIC): where statistic = "SPEARMAN CORRELATION"; MPRINT(UNILOGISTIC): run; NOTE: There were 34 observations read from the data set WORK.CORRZ. WHERE statistic='SPEARMAN CORRELATION'; NOTE: The data set WORK.CORRZ has 34 observations and 5 variables. NOTE: Compressing data set WORK.CORRZ increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MPRINT(UNILOGISTIC): data corrchiz; MPRINT(UNILOGISTIC): set corrchiz; SYMBOLGEN: Macro variable CHICORRSTATISTIC resolves to "Chi-Square" MPRINT(UNILOGISTIC): where statistic = "CHI-SQUARE"; MPRINT(UNILOGISTIC): run; NOTE: There were 34 observations read from the data set WORK.CORRCHIZ. WHERE statistic='CHI-SQUARE'; NOTE: The data set WORK.CORRCHIZ has 34 observations and 5 variables. NOTE: Compressing data set WORK.CORRCHIZ increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MPRINT(UNILOGISTIC): PROC SQL; MPRINT(UNILOGISTIC): CREATE TABLE corrfinal AS SELECT A.Table as Parameters, A.Value as Correlation, A.ASE as ase , B.Value as ChiSquare, B.DF as DF, B.Prob as P_value FROM corrz A , corrchiz B WHERE A.Table=B.Table ; NOTE: Compressing data set WORK.CORRFINAL increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: Table WORK.CORRFINAL created, with 46 rows and 6 columns. MPRINT(UNILOGISTIC): QUIT; NOTE: PROCEDURE SQL used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MPRINT(UNILOGISTIC): proc sql noprint; MPRINT(UNILOGISTIC): select n(parameters) into :cnttt from corrfinal; MPRINT(UNILOGISTIC): quit; NOTE: PROCEDURE SQL used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MLOGIC(UNILOGISTIC): %LET (variable name is ROWNUM_END) SYMBOLGEN: Macro variable CNTTT resolves to 46 MLOGIC(UNILOGISTIC): %LET (variable name is ROWNUM_COMMENT) SYMBOLGEN: Macro variable CNTTT resolves to 46 MLOGIC(UNILOGISTIC): %LET (variable name is ROWNUM_COMMENT2) SYMBOLGEN: Macro variable CNTTT resolves to 46 SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet4!R1C1" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nd; SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNILOGISTIC): PUT "Associations between the explanatory variables in the UNIVARIATE dataset"; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet4!R1C1. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet4!R4C1:R4C6" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nd; SYMBOLGEN: Macro variable CORRSTATISTIC resolves to "Spearman Correlation" SYMBOLGEN: Macro variable CHICORRSTATISTIC resolves to "Chi-Square" MPRINT(UNILOGISTIC): PUT "Parameters" '09'x "Spearman Correlation" '09'x "Asymptotic SE" '09'x "Chi-Square" '09'x "DF"'09'x "P-value"; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet4!R4C1:R4C6. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable ROWNUM_END resolves to 51 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet4!R5C1:R51C6" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): set corrfinal; MPRINT(UNILOGISTIC): file nd; MPRINT(UNILOGISTIC): parameters = upcase(parameters); MPRINT(UNILOGISTIC): PUT parameters '09'x Correlation '09'x ase '09'x Chisquare '09'x DF '09'x P_value; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet4!R5C1:R51C6. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nav; MPRINT(UNILOGISTIC): put '[workbook.activate("Sheet4")]'; MPRINT(UNILOGISTIC): put '[select("R1,R2")]'; MPRINT(UNILOGISTIC): put '[format.font("Arial",12,false,false,false,false,0,false,false)]'; MPRINT(UNILOGISTIC): put '[select("R3C1:R4C6")]'; MPRINT(UNILOGISTIC): put '[border(,,,,6)]'; SYMBOLGEN: Macro variable ROWNUM_END resolves to 51 SYMBOLGEN: Macro variable ROWNUM_END resolves to 51 MPRINT(UNILOGISTIC): put '[select("R51C1:R51C6")]'; MPRINT(UNILOGISTIC): put '[border(,,,,6)]'; SYMBOLGEN: Macro variable ROWNUM_END resolves to 51 MPRINT(UNILOGISTIC): put '[select("R4C2:R51C4")]'; MPRINT(UNILOGISTIC): put '[format.number("0.00")]'; SYMBOLGEN: Macro variable ROWNUM_END resolves to 51 MPRINT(UNILOGISTIC): put '[select("R4C6:R51C6")]'; MPRINT(UNILOGISTIC): put '[format.number("0.000")]'; SYMBOLGEN: Macro variable ROWNUM_END resolves to 51 MPRINT(UNILOGISTIC): put '[select("R4C1:R51C6")]'; MPRINT(UNILOGISTIC): put '[column.width(0,,false,3)]'; MPRINT(UNILOGISTIC): run; NOTE: The file NAV is: DDE Session, SESSION=EXCEL|SYSTEM,RECFM=V,LRECL=32767 ERROR: DDE session not ready. FATAL: Unrecoverable I/O error detected in the execution of the DATA step program. Aborted during the EXECUTION phase. NOTE: 0 records were written to the file NAV. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable ROWNUM_COMMENT resolves to 54 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet4!R54C1" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nd; MPRINT(UNILOGISTIC): PUT "*Spearman rank correlaiton coefficient is only valid if variables are either quantitative or ordinal." ; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet4!R54C1. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable ROWNUM_COMMENT2 resolves to 56 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet4!R56C1" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nd; MPRINT(UNILOGISTIC): PUT "**Please consult SAS documentation or any other resource to select a measure of association for nominal variables" ; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet4!R56C1. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable J resolves to 2 MLOGIC(UNILOGISTIC): %IF condition &j ge 3 is FALSE SYMBOLGEN: Macro variable CATVAR resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER MLOGIC(UNILOGISTIC): %IF condition (&catvar ne) is TRUE MPRINT(UNILOGISTIC): proc contents data= freq1 ; MPRINT(UNILOGISTIC): ods output variables = var; MPRINT(UNILOGISTIC): run; NOTE: PROCEDURE CONTENTS used (Total process time): real time 0.01 seconds cpu time 0.01 seconds NOTE: The data set WORK.VAR has 6 observations and 8 variables. NOTE: Compressing data set WORK.VAR increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. MPRINT(UNILOGISTIC): proc sql noprint ; MPRINT(UNILOGISTIC): select Variable into :varnames separated by '09'x from var where variable ne 'control_var' and variable ne 'Class' and variable ne 'Parameters' and variable ne 'Value' and variable ne 'Total'; MPRINT(UNILOGISTIC): quit; NOTE: PROCEDURE SQL used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MPRINT(UNILOGISTIC): data freqz; MPRINT(UNILOGISTIC): length Class $100; MPRINT(UNILOGISTIC): length value $50; SYMBOLGEN: Macro variable VARNAMES resolves to _0 _1 MPRINT(UNILOGISTIC): attrib _0 _1 format= 9.0; SYMBOLGEN: Macro variable K resolves to 9 MLOGIC(UNILOGISTIC): %DO loop beginning; index variable I; start value is 1; stop value is 8; by value is 1. SYMBOLGEN: Macro variable I resolves to 1 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 2; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 2 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 3; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 3 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 4; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 4 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 5; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 5 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 6; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 6 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 7; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 7 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 8; loop will iterate again. SYMBOLGEN: Macro variable I resolves to 8 MLOGIC(UNILOGISTIC): %DO loop index variable I is now 9; loop will not iterate again. MPRINT(UNILOGISTIC): set freq1 freq2 freq3 freq4 freq5 freq6 freq7 freq8 ; MPRINT(UNILOGISTIC): Parameters = upcase(class); MPRINT(UNILOGISTIC): run; NOTE: There were 4 observations read from the data set WORK.FREQ1. NOTE: There were 4 observations read from the data set WORK.FREQ2. NOTE: There were 2 observations read from the data set WORK.FREQ3. NOTE: There were 6 observations read from the data set WORK.FREQ4. NOTE: There were 14 observations read from the data set WORK.FREQ5. NOTE: There were 6 observations read from the data set WORK.FREQ6. NOTE: There were 4 observations read from the data set WORK.FREQ7. NOTE: There were 4 observations read from the data set WORK.FREQ8. NOTE: The data set WORK.FREQZ has 44 observations and 7 variables. NOTE: Compressing data set WORK.FREQZ increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MLOGIC(UNILOGISTIC): %LET (variable name is I) MLOGIC(UNILOGISTIC): %LET (variable name is WORD) SYMBOLGEN: Macro variable VARNAMES resolves to _0 _1 SYMBOLGEN: Macro variable I resolves to 1 SYMBOLGEN: Macro variable WORD resolves to _0 MLOGIC(UNILOGISTIC): %DO %WHILE(&word NE) loop beginning; condition is TRUE. MLOGIC(UNILOGISTIC): %LET (variable name is I) SYMBOLGEN: Macro variable I resolves to 1 MLOGIC(UNILOGISTIC): %LET (variable name is WORD) SYMBOLGEN: Macro variable VARNAMES resolves to _0 _1 SYMBOLGEN: Macro variable I resolves to 2 SYMBOLGEN: Macro variable WORD resolves to _1 MLOGIC(UNILOGISTIC): %DO %WHILE(&word NE) condition is TRUE; loop will iterate again. MLOGIC(UNILOGISTIC): %LET (variable name is I) SYMBOLGEN: Macro variable I resolves to 2 MLOGIC(UNILOGISTIC): %LET (variable name is WORD) SYMBOLGEN: Macro variable VARNAMES resolves to _0 _1 SYMBOLGEN: Macro variable I resolves to 3 SYMBOLGEN: Macro variable WORD resolves to MLOGIC(UNILOGISTIC): %DO %WHILE() condition is FALSE; loop will not iterate again. MLOGIC(UNILOGISTIC): %LET (variable name is NUMCAT) SYMBOLGEN: Macro variable I resolves to 3 MLOGIC(UNILOGISTIC): %LET (variable name is COLNUM) SYMBOLGEN: Macro variable NUMCAT resolves to 2 MLOGIC(UNILOGISTIC): %LET (variable name is COLNUM1) SYMBOLGEN: Macro variable NUMCAT resolves to 2 MPRINT(UNILOGISTIC): *for formatting iprev; MPRINT(UNILOGISTIC): proc sql noprint; MPRINT(UNILOGISTIC): select n(Value) into :cnttttt from freqz; MPRINT(UNILOGISTIC): quit; NOTE: PROCEDURE SQL used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MLOGIC(UNILOGISTIC): %LET (variable name is ROWNUM_END) SYMBOLGEN: Macro variable CNTTTTT resolves to 44 MLOGIC(UNILOGISTIC): %LET (variable name is ROWNUM_COMMENT) SYMBOLGEN: Macro variable CNTTTTT resolves to 44 MLOGIC(UNILOGISTIC): %LET (variable name is ROWNUM_COMMENT1) SYMBOLGEN: Macro variable CNTTTTT resolves to 44 MLOGIC(UNILOGISTIC): %LET (variable name is ROWNUM_COMMENT2) SYMBOLGEN: Macro variable CNTTTTT resolves to 44 SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet1!R1C1" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nd; MPRINT(UNILOGISTIC): put "Contingency tables of categorical variables with the outcome" ; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet1!R1C1. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable COLNUM resolves to 5 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet1!R3C3:R3C5" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nd; SYMBOLGEN: Macro variable OUTCOME resolves to MO MPRINT(UNILOGISTIC): put "MO Categories" ; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet1!R3C3:R3C5. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable COLNUM resolves to 5 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet1!R4C1:R4C5" ; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nd; SYMBOLGEN: Macro variable VARNAMES resolves to _0 _1 MPRINT(UNILOGISTIC): put "Parameters" '09'x "Categories" '09'x "_0 _1" '09'x "Total" ; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet1!R4C1:R4C5. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable ROWNUM_END resolves to 49 SYMBOLGEN: Macro variable COLNUM resolves to 5 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet1!R5C1:R49C5" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): length class $100; MPRINT(UNILOGISTIC): set freqz ; MPRINT(UNILOGISTIC): file nd; SYMBOLGEN: Macro variable VARNAMES resolves to _0 _1 MPRINT(UNILOGISTIC): put Parameters '09'x Value (_0 _1)('09'x) '09'x Total; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet1!R5C1:R49C5. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable ROWNUM_COMMENT resolves to 52 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet1!R52C1" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nd; SYMBOLGEN: Macro variable DIR resolves to H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail MPRINT(UNILOGISTIC): PUT "*Click and view the following charts/plots saved in the directory H:\INFORMATICS\CANCER ANALYTICS\DISEASE PATHWAY MANAGEMENT\LUNG\CSQI 2016\RESULTS\WLC ABSTRACT FOR GAIL" ; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet1!R52C1. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable ROWNUM_COMMENT1 resolves to 54 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet1!R54C1" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nd; SYMBOLGEN: Macro variable DIR resolves to H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results MPRINT(UNILOGISTIC): put '=hyperlink("H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail\Logistic Macro Results Bar charts descriptive.pdf","Bar Charts")'; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet1!R54C1. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable ROWNUM_COMMENT2 resolves to 56 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet1!R56C1" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nd; SYMBOLGEN: Macro variable DIR resolves to H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results MPRINT(UNILOGISTIC): put '=hyperlink("H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail\Logistic Macro Results Bar Charts with the outcome.pdf","Bar Charts with the Outcome")'; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet1!R56C1. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nav; MPRINT(UNILOGISTIC): put '[workbook.activate("Sheet1")]'; MPRINT(UNILOGISTIC): put '[select("R1C1")]'; MPRINT(UNILOGISTIC): put '[format.font("Arial",12,false,false,false,false,0,false,false)]'; SYMBOLGEN: Macro variable COLNUM resolves to 5 SYMBOLGEN: Macro variable COLNUM resolves to 5 MPRINT(UNILOGISTIC): put '[select("r2c1:r2C5,r4c1:r4C5")]'; MPRINT(UNILOGISTIC): put '[border(,,,,6)]'; SYMBOLGEN: Macro variable ROWNUM_END resolves to 49 SYMBOLGEN: Macro variable ROWNUM_END resolves to 49 SYMBOLGEN: Macro variable COLNUM resolves to 5 MPRINT(UNILOGISTIC): put '[select("r49c1:r49C5")]'; MPRINT(UNILOGISTIC): put '[border(,,,,6)]'; SYMBOLGEN: Macro variable COLNUM1 resolves to 4 MPRINT(UNILOGISTIC): put '[select("r3c3:r3C4")]'; MPRINT(UNILOGISTIC): put '[border(,,,,1)]'; SYMBOLGEN: Macro variable ROWNUM_END resolves to 49 MPRINT(UNILOGISTIC): put '[select("R3C1:R49C1")]'; MPRINT(UNILOGISTIC): put '[column.width(0,,false,3)]'; SYMBOLGEN: Macro variable COLNUM1 resolves to 4 MPRINT(UNILOGISTIC): put '[select("R3C3:R3C4")]'; MPRINT(UNILOGISTIC): put '[Alignment(7,False,3,0)]'; SYMBOLGEN: Macro variable ROWNUM_COMMENT resolves to 52 MPRINT(UNILOGISTIC): put '[select("R52C1")]'; MPRINT(UNILOGISTIC): put '[format.font(,,true)]'; SYMBOLGEN: Macro variable ROWNUM_COMMENT1 resolves to 54 SYMBOLGEN: Macro variable ROWNUM_COMMENT2 resolves to 56 MPRINT(UNILOGISTIC): put '[select("R54C1:R56C1")]'; MPRINT(UNILOGISTIC): put '[format.font(,,,,true,,9)]'; MPRINT(UNILOGISTIC): run; NOTE: The file NAV is: DDE Session, SESSION=EXCEL|SYSTEM,RECFM=V,LRECL=32767 ERROR: DDE session not ready. FATAL: Unrecoverable I/O error detected in the execution of the DATA step program. Aborted during the EXECUTION phase. NOTE: 0 records were written to the file NAV. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable CONTVAR resolves to AGE MLOGIC(UNILOGISTIC): %IF condition (&contvar ne) is TRUE MPRINT(UNILOGISTIC): data cfreqz; MPRINT(UNILOGISTIC): length variable $50; SYMBOLGEN: Macro variable J resolves to 2 MLOGIC(UNILOGISTIC): %DO loop beginning; index variable M; start value is 1; stop value is 1; by value is 1. SYMBOLGEN: Macro variable M resolves to 1 MLOGIC(UNILOGISTIC): %DO loop index variable M is now 2; loop will not iterate again. MPRINT(UNILOGISTIC): set cfreq1 ; MPRINT(UNILOGISTIC): Variable = upcase(variable); MPRINT(UNILOGISTIC): run; NOTE: There were 3 observations read from the data set WORK.CFREQ1. NOTE: The data set WORK.CFREQZ has 3 observations and 8 variables. NOTE: Compressing data set WORK.CFREQZ increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MLOGIC(UNILOGISTIC): %LET (variable name is O) MLOGIC(UNILOGISTIC): %LET (variable name is OUT) SYMBOLGEN: Macro variable OUTCOME resolves to MO SYMBOLGEN: Macro variable O resolves to 1 SYMBOLGEN: Macro variable OUT resolves to MO MLOGIC(UNILOGISTIC): %DO %WHILE(&out NE) loop beginning; condition is TRUE. MLOGIC(UNILOGISTIC): %LET (variable name is O) SYMBOLGEN: Macro variable O resolves to 1 MLOGIC(UNILOGISTIC): %LET (variable name is OUT) SYMBOLGEN: Macro variable OUTCOME resolves to MO SYMBOLGEN: Macro variable O resolves to 2 SYMBOLGEN: Macro variable OUT resolves to MLOGIC(UNILOGISTIC): %DO %WHILE() condition is FALSE; loop will not iterate again. MLOGIC(UNILOGISTIC): %LET (variable name is NUMOUT) SYMBOLGEN: Macro variable O resolves to 2 SYMBOLGEN: Macro variable NUMOUT resolves to 1 MLOGIC(UNILOGISTIC): %IF condition &numout = 1 is TRUE MLOGIC(UNILOGISTIC): %LET (variable name is RESPONSE) MPRINT(UNILOGISTIC): proc sql noprint; SYMBOLGEN: Macro variable RESPONSE resolves to ResponseValue MPRINT(UNILOGISTIC): select n(ResponseValue) into :cntttttt from cfreqz; MPRINT(UNILOGISTIC): quit; NOTE: PROCEDURE SQL used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MLOGIC(UNILOGISTIC): %LET (variable name is ROWNUM) SYMBOLGEN: Macro variable CNTTTTTT resolves to 3 MLOGIC(UNILOGISTIC): %LET (variable name is ROWNUM_COMMENT) SYMBOLGEN: Macro variable CNTTTTTT resolves to 3 MLOGIC(UNILOGISTIC): %LET (variable name is ROWNUM_COMMENT1) SYMBOLGEN: Macro variable ROWNUM_COMMENT resolves to 9 MLOGIC(UNILOGISTIC): %LET (variable name is ROWNUM_COMMENT2) SYMBOLGEN: Macro variable ROWNUM_COMMENT resolves to 9 SYMBOLGEN: Macro variable CATVAR resolves to TRT_TYPE AGE_GROUP SEX_CD SES HRENAME SES URBRUR IMM_TER MLOGIC(UNILOGISTIC): %IF condition (&catvar =) is FALSE MLOGIC(UNILOGISTIC): %LET (variable name is CCOLNUM) SYMBOLGEN: Macro variable COLNUM resolves to 5 MLOGIC(UNILOGISTIC): %LET (variable name is CCOLNUM1) SYMBOLGEN: Macro variable CCOLNUM resolves to 9 MLOGIC(UNILOGISTIC): %LET (variable name is CCOLNUM2) SYMBOLGEN: Macro variable CCOLNUM resolves to 9 SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable CCOLNUM resolves to 9 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet1!R1C9" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nd; MPRINT(UNILOGISTIC): put "Summary statistics of quantitative variables for each category of the outcome"; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet1!R1C9. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable CCOLNUM resolves to 9 SYMBOLGEN: Macro variable CCOLNUM1 resolves to 14 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet1!R3C9:R4C14" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nd; SYMBOLGEN: Macro variable RESPONSE resolves to ResponseValue MPRINT(UNILOGISTIC): put "Variable" '09'x "ResponseValue" '09'x "Mean" '09'x "Std Dev" '09'x "Minimum" '09'x "Maximum"; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet1!R3C9:R4C14. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable CCOLNUM resolves to 9 SYMBOLGEN: Macro variable ROWNUM resolves to 7 SYMBOLGEN: Macro variable CCOLNUM1 resolves to 14 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet1!R4C9:R7C14" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): set cfreqz; MPRINT(UNILOGISTIC): file nd; SYMBOLGEN: Macro variable RESPONSE resolves to ResponseValue MPRINT(UNILOGISTIC): put variable '09'x ResponseValue '09'x Mean '09'x StdDev '09'x Minimum '09'x Maximum; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet1!R4C9:R7C14. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable ROWNUM_COMMENT resolves to 9 SYMBOLGEN: Macro variable CCOLNUM resolves to 9 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet1!R9C9" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nd; SYMBOLGEN: Macro variable DIR resolves to H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail MPRINT(UNILOGISTIC): PUT "*Click and view the following charts/plots saved in the directory H:\INFORMATICS\CANCER ANALYTICS\DISEASE PATHWAY MANAGEMENT\LUNG\CSQI 2016\RESULTS\WLC ABSTRACT FOR GAIL" ; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet1!R9C9. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable ROWNUM_COMMENT1 resolves to 11 SYMBOLGEN: Macro variable CCOLNUM resolves to 9 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet1!R11C9" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nd; SYMBOLGEN: Macro variable CONTVAR resolves to AGE MLOGIC(UNILOGISTIC): %IF condition (&contvar ne) is TRUE SYMBOLGEN: Macro variable DIR resolves to H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results MPRINT(UNILOGISTIC): put '=hyperlink("H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail\Logistic Macro Results Histograms descriptive.pdf","Histograms Descriptive")'; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet1!R11C9. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results SYMBOLGEN: Macro variable XLS resolves to xlsx SYMBOLGEN: Macro variable ROWNUM_COMMENT2 resolves to 13 SYMBOLGEN: Macro variable CCOLNUM resolves to 9 MPRINT(UNILOGISTIC): FILENAME nd DDE "Excel|[Logistic Macro Results.xlsx]Sheet1!R13C9" notab; MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nd; SYMBOLGEN: Macro variable CONTVAR resolves to AGE MLOGIC(UNILOGISTIC): %IF condition (&contvar ne) is TRUE SYMBOLGEN: Macro variable DIR resolves to H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results MPRINT(UNILOGISTIC): put '=hyperlink("H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail\Logistic Macro Results Box plots with the outcome.pdf","Box Plots with the outcome")'; MPRINT(UNILOGISTIC): run; ERROR: Physical file does not exist, Excel|[Logistic Macro Results.xlsx]Sheet1!R13C9. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nav; MPRINT(UNILOGISTIC): put '[workbook.activate("Sheet1")]'; MPRINT(UNILOGISTIC): put '[select("R1")]'; MPRINT(UNILOGISTIC): put '[format.font("Arial",12,false,false,false,false,0,false,false)]'; SYMBOLGEN: Macro variable CCOLNUM resolves to 9 SYMBOLGEN: Macro variable CCOLNUM1 resolves to 14 MPRINT(UNILOGISTIC): put '[select("r2c9:r3C14")]'; MPRINT(UNILOGISTIC): put '[border(,,,,6)]'; SYMBOLGEN: Macro variable ROWNUM resolves to 7 SYMBOLGEN: Macro variable CCOLNUM resolves to 9 SYMBOLGEN: Macro variable ROWNUM resolves to 7 SYMBOLGEN: Macro variable CCOLNUM1 resolves to 14 MPRINT(UNILOGISTIC): put '[select("r7c9:r7C14")]'; MPRINT(UNILOGISTIC): put '[border(,,,,6)]'; SYMBOLGEN: Macro variable CCOLNUM2 resolves to 11 SYMBOLGEN: Macro variable CCOLNUM1 resolves to 14 MPRINT(UNILOGISTIC): put '[select("C11:C14")]'; MPRINT(UNILOGISTIC): put '[format.number("0.0")]'; SYMBOLGEN: Macro variable CCOLNUM resolves to 9 SYMBOLGEN: Macro variable ROWNUM resolves to 7 SYMBOLGEN: Macro variable CCOLNUM1 resolves to 14 MPRINT(UNILOGISTIC): put '[select("R3C9:R7C14")]'; MPRINT(UNILOGISTIC): put '[column.width(0,,false,3)]'; SYMBOLGEN: Macro variable ROWNUM_COMMENT resolves to 9 SYMBOLGEN: Macro variable CCOLNUM resolves to 9 MPRINT(UNILOGISTIC): put '[select("R9C9")]'; MPRINT(UNILOGISTIC): put '[format.font(,,true)]'; SYMBOLGEN: Macro variable ROWNUM_COMMENT1 resolves to 11 SYMBOLGEN: Macro variable CCOLNUM resolves to 9 SYMBOLGEN: Macro variable ROWNUM_COMMENT2 resolves to 13 SYMBOLGEN: Macro variable CCOLNUM resolves to 9 MPRINT(UNILOGISTIC): put '[select("R11C9:R13C9")]'; MPRINT(UNILOGISTIC): put '[format.font(,,,,true,,9)]'; MPRINT(UNILOGISTIC): run; NOTE: The file NAV is: DDE Session, SESSION=EXCEL|SYSTEM,RECFM=V,LRECL=32767 ERROR: DDE session not ready. FATAL: Unrecoverable I/O error detected in the execution of the DATA step program. Aborted during the EXECUTION phase. NOTE: 0 records were written to the file NAV. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds MPRINT(UNILOGISTIC): data _null_; MPRINT(UNILOGISTIC): file nav; SYMBOLGEN: Macro variable DIR resolves to H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail SYMBOLGEN: Macro variable XLFILE resolves to Logistic Macro Results MPRINT(UNILOGISTIC): put '[save.as("H:\Informatics\Cancer Analytics\Disease Pathway Management\Lung\CSQI 2016\Results\WLC Abstract for Gail\Logistic Macro Results")]'; MPRINT(UNILOGISTIC): run; NOTE: The file NAV is: DDE Session, SESSION=EXCEL|SYSTEM,RECFM=V,LRECL=32767 ERROR: DDE session not ready. FATAL: Unrecoverable I/O error detected in the execution of the DATA step program. Aborted during the EXECUTION phase. NOTE: 0 records were written to the file NAV. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds MPRINT(UNILOGISTIC): proc datasets lib=work nolist; SYMBOLGEN: Macro variable DSN resolves to UNIVARIATE MPRINT(UNILOGISTIC): save UNIVARIATE ; MPRINT(UNILOGISTIC): run; NOTE: Saving WORK.UNIVARIATE (memtype=DATA). NOTE: Deleting WORK.CCONV1 (memtype=DATA). NOTE: Deleting WORK.CFREQ1 (memtype=DATA). NOTE: Deleting WORK.CFREQZ (memtype=DATA). NOTE: Deleting WORK.CGOOD1 (memtype=DATA). NOTE: Deleting WORK.CNMISS1 (memtype=DATA). NOTE: Deleting WORK.CODDS1 (memtype=DATA). NOTE: Deleting WORK.CONV1 (memtype=DATA). NOTE: Deleting WORK.CONV2 (memtype=DATA). NOTE: Deleting WORK.CONV3 (memtype=DATA). NOTE: Deleting WORK.CONV4 (memtype=DATA). NOTE: Deleting WORK.CONV5 (memtype=DATA). NOTE: Deleting WORK.CONV6 (memtype=DATA). NOTE: Deleting WORK.CONV7 (memtype=DATA). NOTE: Deleting WORK.CONV8 (memtype=DATA). NOTE: Deleting WORK.CONVZ (memtype=DATA). NOTE: Deleting WORK.CORR1 (memtype=DATA). NOTE: Deleting WORK.CORR2 (memtype=DATA). NOTE: Deleting WORK.CORR3 (memtype=DATA). NOTE: Deleting WORK.CORR4 (memtype=DATA). NOTE: Deleting WORK.CORR5 (memtype=DATA). NOTE: Deleting WORK.CORR6 (memtype=DATA). NOTE: Deleting WORK.CORR7 (memtype=DATA). NOTE: Deleting WORK.CORR8 (memtype=DATA). NOTE: Deleting WORK.CORRCHI1 (memtype=DATA). NOTE: Deleting WORK.CORRCHI2 (memtype=DATA). NOTE: Deleting WORK.CORRCHI3 (memtype=DATA). NOTE: Deleting WORK.CORRCHI4 (memtype=DATA). NOTE: Deleting WORK.CORRCHI5 (memtype=DATA). NOTE: Deleting WORK.CORRCHI6 (memtype=DATA). NOTE: Deleting WORK.CORRCHI7 (memtype=DATA). NOTE: Deleting WORK.CORRCHI8 (memtype=DATA). NOTE: Deleting WORK.CORRCHIZ (memtype=DATA). NOTE: Deleting WORK.CORRFINAL (memtype=DATA). NOTE: Deleting WORK.CORRZ (memtype=DATA). NOTE: Deleting WORK.CPARM1 (memtype=DATA). NOTE: Deleting WORK.CSET1 (memtype=DATA). NOTE: Deleting WORK.FORMATS (memtype=CATALOG). NOTE: Deleting WORK.FREQ1 (memtype=DATA). NOTE: Deleting WORK.FREQ2 (memtype=DATA). NOTE: Deleting WORK.FREQ3 (memtype=DATA). NOTE: Deleting WORK.FREQ4 (memtype=DATA). NOTE: Deleting WORK.FREQ5 (memtype=DATA). NOTE: Deleting WORK.FREQ6 (memtype=DATA). NOTE: Deleting WORK.FREQ7 (memtype=DATA). NOTE: Deleting WORK.FREQ8 (memtype=DATA). NOTE: Deleting WORK.FREQZ (memtype=DATA). NOTE: Deleting WORK.GOOD1 (memtype=DATA). NOTE: Deleting WORK.GOOD2 (memtype=DATA). NOTE: Deleting WORK.GOOD3 (memtype=DATA). NOTE: Deleting WORK.GOOD4 (memtype=DATA). NOTE: Deleting WORK.GOOD5 (memtype=DATA). NOTE: Deleting WORK.GOOD6 (memtype=DATA). NOTE: Deleting WORK.GOOD7 (memtype=DATA). NOTE: Deleting WORK.GOOD8 (memtype=DATA). NOTE: Deleting WORK.GOODZ (memtype=DATA). NOTE: Deleting WORK.GSEG (memtype=CATALOG). NOTE: Deleting WORK.LISTING (memtype=CATALOG). NOTE: Deleting WORK.NMISS1 (memtype=DATA). NOTE: Deleting WORK.NMISS2 (memtype=DATA). NOTE: Deleting WORK.NMISS3 (memtype=DATA). NOTE: Deleting WORK.NMISS4 (memtype=DATA). NOTE: Deleting WORK.NMISS5 (memtype=DATA). NOTE: Deleting WORK.NMISS6 (memtype=DATA). NOTE: Deleting WORK.NMISS7 (memtype=DATA). NOTE: Deleting WORK.NMISS8 (memtype=DATA). NOTE: Deleting WORK.NMISSZ (memtype=DATA). NOTE: Deleting WORK.ODDS1 (memtype=DATA). NOTE: Deleting WORK.ODDS2 (memtype=DATA). NOTE: Deleting WORK.ODDS3 (memtype=DATA). NOTE: Deleting WORK.ODDS4 (memtype=DATA). NOTE: Deleting WORK.ODDS5 (memtype=DATA). NOTE: Deleting WORK.ODDS6 (memtype=DATA). NOTE: Deleting WORK.ODDS7 (memtype=DATA). NOTE: Deleting WORK.ODDS8 (memtype=DATA). NOTE: Deleting WORK.ODDSZ (memtype=DATA). NOTE: Deleting WORK.PARM1 (memtype=DATA). NOTE: Deleting WORK.PARM2 (memtype=DATA). NOTE: Deleting WORK.PARM3 (memtype=DATA). NOTE: Deleting WORK.PARM4 (memtype=DATA). NOTE: Deleting WORK.PARM5 (memtype=DATA). NOTE: Deleting WORK.PARM6 (memtype=DATA). NOTE: Deleting WORK.PARM7 (memtype=DATA). NOTE: Deleting WORK.PARM8 (memtype=DATA). NOTE: Deleting WORK.PARMODDS (memtype=DATA). NOTE: Deleting WORK.PARMZ (memtype=DATA). NOTE: Deleting WORK.SASGOPT (memtype=CATALOG). NOTE: File WORK.SASGOPT (memtype=CATALOG) cannot be deleted because it is in use. NOTE: Deleting WORK.SASMACR (memtype=CATALOG). NOTE: File WORK.SASMACR (memtype=CATALOG) cannot be deleted because it is in use. NOTE: Deleting WORK.SET1 (memtype=DATA). NOTE: Deleting WORK.SET2 (memtype=DATA). NOTE: Deleting WORK.SET3 (memtype=DATA). NOTE: Deleting WORK.SET4 (memtype=DATA). NOTE: Deleting WORK.SET5 (memtype=DATA). NOTE: Deleting WORK.SET6 (memtype=DATA). NOTE: Deleting WORK.SET7 (memtype=DATA). NOTE: Deleting WORK.SET8 (memtype=DATA). NOTE: Deleting WORK.SETCONV (memtype=DATA). NOTE: Deleting WORK.SETCONV1 (memtype=DATA). NOTE: Deleting WORK.SETCONVGOOD (memtype=DATA). NOTE: Deleting WORK.SETZ (memtype=DATA). NOTE: Deleting WORK.TEMP (memtype=DATA). NOTE: Deleting WORK.VAR (memtype=DATA). MLOGIC(UNILOGISTIC): Ending execution.