Skip to Content
0
Former Member
Sep 17, 2007 at 03:35 PM

Error output for users

31 Views

Hi.

The code that is being run is :

message 'check loads' type 'E'.

I want it to not send out the message "check loads", but to display the information in the particular table fields and also log it. What would be the syntax to post the data for a particular field in a table? Would you use the EXTRACT command and then the particular field names?

Also, I know that error message type 'E' logs the error, but it also stops the other jobs that are scheduled.

Would message type 'S' be suitable to log the error AND keep the other jobs that are scheduled to still run even though a previous job had an error?