Hello Community, I am looking for some ideas here. I have a requirement wherein I have to create a log dataset containing 2 variables Error text and Error Timestamp. I want to populate this dataset anytime I run any SAS code. For Example, I ran a code and it hits an error, I want to populate the dataset with error text and timestamp. Next time, I again run the code and this time it runs sucessfully, I want to populate the dataset with Error text as sucessfull. I though of exporting SAS logs to text file and then importing that file to a dataset, but I want somewhat of a realtime approach where that log dataset keeps on updating with each code run. Let me know if any more information is needed. I am using SAS Studio Thanks in advance!
... View more