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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
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.