Is there any way to stop map execution, I currently use FAIL function but this doesn't suit as I'm logging on failures, I want to stop and move on to next event without logging.
Maybe you could have a validation card first (to determine whether you want to carry on with the map). Then when doing the actual mapping, call functional maps based on the output of the validation card.
"...I want to stop and move on to next event without logging."
If you are saying that you don't want a log file... you should be able to deploy the event accordingly.
If you need a map to fail creating a log for specific conditions only, you can go write a rule accordingly.
You can also use runmaps with the function 'VALID' and fail the control map as needed. This method would also allow you to track non-critical issues for future refrence without failing a job.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.