Hi all;
I am doing some error checking / monitoring and was wondering is it possible to have a Marco set up to send out an e-mail notification if a certain set of circumstances have occured. Does anyone have any insight on this?
I was thinking it would work somethink like this.
creat macro ETL_JOB_TRACK
(select END_DTTM from DBQL
IF END_DTTM < Current
send e-mail)
Thanks
↧