I have a table called "test". It contains all the employment applications received. The dataset contains numerous rows for each application because each is reviewed by various people. I wrote a code create a dataset containing data when each application was first reviewed. Is there a way to do the same in query builder? Thanks!
Depends on how your source table look like (and how you solved in your program).
But if it can be solved in a single, fairly simple SQL, the chances are, yes, you might can.
If you have an application id, and a timestamp on each row which defines the time when the application was reviewed, you might do something like this:
And run...
/Linus
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.