FUNL0131 Check failed - Cancel:(condition ... )Warn: (condition ...).: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
 
(Automatically generated page update)
 
(One intermediate revision by one other user not shown)
Line 13: Line 13:
These default conditions can also be customized at your site.
These default conditions can also be customized at your site.


[[Category:Fast/Unload Messages]]
[[Category:Fast/Unload messages]]

Latest revision as of 13:41, 19 April 2013

This message indicates that one or more conditions specified (or defaulted) on a CHECK statement were present.

If CANCEL was the specified or default action for any detected condition, the Fast/Unload run is terminated with a minimum completion code of 8.

If WARN was the specified or default action for all detected conditions, the Fast/Unload run will be allowed, but the completion code will be set to a minimum value of 4.

condition is a condition specified on the CHECK statement

The detected conditions are grouped and prefixed by their resulting action (Cancel or Warn).

The CHECK statement can be used to override the default conditions that are checked for a &FUNL.

These default conditions can also be customized at your site.