I think you want read uncommitted but I need to look it up. Sometimes you can do it in user defined SQL with a NOLOCK or whatever the database needs based on syntax.
Dennis Thanks for 10 years of a great company and thanks again for supporting and creating this web site. The DataStage community thanks you as well. This forum thanks you as well. We would of never met Ray and Criag, the Yin and Yang of DataStage. Thanks to your crew too, Walter, Andy and anyone el...
One of the tables in EtlStats is ETL_PARAM_HIST. This gets loaded along with the other tables. There is a job which can extract these values from previous job runs in the log files as long as there are not cleared.
This post is mostly about 3 jobs in EtlStats which extract this data. The stages with Input in the name do the opposite. They output data. So you probably have what you want.