I've simplified to what I want the table to look like. Basically a SAS program is running which is processing tables in sequence and I want a table giving a running commentary on the tables status. This program runs at set times. So for example it will run, process 2 tables, stop. Then the next day it will run and process 1 table. For example it may look like this table_name status table_1 success table_2 success table_3 success table_4 error If the program errors I would like to update this control table to say that the status of the table is errored. It's required basically because that's what the end user wants.
... View more