The idea of comparing two SAS programs as-is could be flawed, depending on the SAS environment where invoked, and also considering if/how SAS AUTOCALL MACROs or MACRO statements (old SAS 79 style - ex: MACRO _BOO BLAH BLAH BLAH % ) may be exploited (that being embedded code references where you would only see %xxxxxxx; (disclaimer-invoked: oversimplified example) in the main SAS code-piece being analyzed. Also depending on the SAS process / code complexity, there may be path-conditions influencing just how much of the code is executed, such as a passed SYSPARM or incoming %LET macro variables. Scott Barry SBBWorks, Inc.
... View more