I'd like to add a column to an existing query in EG that displays today's date in the result.
column=today();
I don't know how to do that in EG using GUI
i assume there must be code editor or something, you would open up and find a sql query, if this is true
add the assignment in the select clause
today() as new_column
If you wish to use "Query Builder" point-and-click feature in SAS EG instead of programming then in query builder you have and option "Computed Column" at top right in query builder. Then navigate New>Advanced expression> Add TODAY() in expression window> assign column name, format and length accordingly.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.