RECVOPTS - Recovery Intervention Rate

For JES2 main task errors, the RECVOPTS statement specifies a threshold for an error rate below which the operator is not involved in the recovery process. If the error rate threshold (that is, the COUNT= specification) is reached within the INTERVAL= time limit, the operator must authorize further recovery attempts. For main task errors, the operator might suppress the automatic dump that is normally generated by the operator's response to the $HASP070 SPECIFY RECOVERY OPTIONS message.

Use the subscript (type) to specify the type of attempted error recovery for which the operator is notified. (See type below.) If RECVOPTS(*) is coded, it specifies the interval and count thresholds that are used for all error types before the operator receives the $HASP070 message. For example, RECVOPTS(*) COUNT=5,INTERVAL=10 causes the $HASP070 message to be issued if any one type of error occurs over four times in a 10-hour period (from the time the first error of that type occurred).

For subtask errors and disastrous errors, the RECVOPTS statement specifies an error rate threshold below which an automatic dump is always taken. No dumps are taken when the threshold is reached.

You can have multiple RECVOPTS statements for separate error types.