I want to create a user written transformation to skip further job execution when certain condition is true. I have tried the code
%abort;
%abort cancel;
but these statements gives error, something like Stopped processing because of %abort statement. I don't want an error message to be displayed, just skip the remaining job execution. e.g. If my source table has zero observations then get out of the job without logging error message or warning.