Hi, I have a code as below and extora is not referenced anywhere. Can anyone help what this means?
where %extora(&extdate);
Thanks in advance
Add this statement before you run it - options mprint; - then check the log for what it shows. At a guess it is generating an Oracle-specific date filter.
The macro sas-extora is called in the where statement, the value of the macro variable extdate is passed to the macro.
Thanks for the reply. I am stuck at trying to figure out what the %extora macro does. Thanks
Add this statement before you run it - options mprint; - then check the log for what it shows. At a guess it is generating an Oracle-specific date filter.
@ywon111 wrote:
Thanks for the reply. I am stuck at trying to figure out what the %extora macro does. Thanks
Impossible to answer without seeing the source code of that macro and the time to read it.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.