MAX ABEND COUNT field (STORMXAB subsystem parameter)
The STORMXAB subsystem parameter specifies the number of times a stored procedure or an invocation of a user-defined function is to be allowed to terminate abnormally. If this threshold is reached, SQL CALL statements for the stored procedure or user-defined function are rejected.
Acceptable values: | 0–255 |
---|---|
Default: | 0 |
Update: | option 47 on panel DSNTIPB |
DSNZPxxx: | DSN6SYSP STORMXAB |
The default of 0 means that the first abend of a stored procedure or user defined function causes SQL CALL statements to that procedure or function to be rejected. For production systems, you should accept the default.