I have a EG project with multiple process flows and various tasks (mostly query builders). Is there a way to compile the info from the various task logs into a table on a library? I only want certain information from the logs. I have the table structure already setup.
The table contains the follwoing columns,
Use Proc printto to redirect the log to a file.
Then read the file in a data step, filter for the interesting lines, and extract your data from there.
make sure (by adding custom code to be run before every task) that
_CLIENTTASKLABEL |
Label for the current task. This is the text label that is displayed in the project tree and the process flow. |
is written to the log before every task.
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.