Just installed SAS 9.3 (Windows 32-bit) today ... and was testing (I'm our site's software rep) ... and found the entirely unsatisfactory NOTE explanation in the LOG: 128 %let sopts=%sysfunc(getoption(missing,keyword)) %sysfunc(getoption(center,keyword)) NOTE: A conflicting combination of parameters was specified for the GETOPTION function. 129 %sysfunc(getoption(xwait,keyword)) %sysfunc(getoption(xsync,keyword)) 129 ! %sysfunc(getoption(date,keyword)) NOTE: A conflicting combination of parameters was specified for the GETOPTION function. NOTE: A conflicting combination of parameters was specified for the GETOPTION function. NOTE: A conflicting combination of parameters was specified for the GETOPTION function. 130 %sysfunc(getoption(papersize,keyword)) 131 %sysfunc(getoption(bottommargin,keyword)) %sysfunc(getoption(topmargin,keyword)) 132 %sysfunc(getoption(rightmargin,keyword)) %sysfunc(getoption(leftmargin,keyword)) 133 %sysfunc(getoption(orientation,keyword)) 134 ; Obviously the system options have changed for Version 9.3 ... and I'll need to look into that, but any hints as to code (within a macro) to use to check for the version of SAS being run? Note that most of my end users will be using 9.2x for a while ... while some will start using 9.3 --- and I'll need to re-write this code to run as above for Version 9.2 ... and something I'll need to write new for Version 9.3. Any hints/helps would be appreciated. Thanks-Allen
... View more