Parameter Description for RECVOPTS

type
Specifies the type of errors for which interval and count thresholds are set. Specify (*) to set the thresholds for all error types. The following options can be specified:
ALLOCATE
Indicates allocation subtask errors
ASST
Indicates spool migration assistant subtask errors
CBIO
Indicates CBIMPLxx disastrous errors.
CKPT
Indicates checkpoint errors
CKPTONCF
Indicates checkpoint on CF subtask errors
CKPTONDA
Indicates checkpoint on DASD subtask errors
CKPTVRNS
Indicates checkpoint version subtask errors
CONVERT
Indicates JCL conversion subtask errors
DISTERR
Indicates disastrous errors
EOM
Indicates end of memory subtask errors
GENERAL
Indicates generalized subtask recovery errors
IMAGE
Indicates image subtask errors
LIM
Indicates resource limits subtask errors
MAIN
Indicates JES2 main task errors (catastrophic and abends)
MIGR
Indicates spool migration subtask errors
NODUMP
Indicates no dump disastrous errors. Altering this setting allows dumps to be taken even when no dump was requested.
OFFLOAD
Indicates offload subtask errors
PQE
Indicate print/punch queue errors
SMF
Indicates SMF subtask errors
SPOOL
Indicates spool subtask errors
VTAM®
Indicates VTAM subtask errors
WTO
Indicates WTOsubtask errors
COUNT=nn
For the MAIN type, COUNT= specifies the number (1-99) of errors (within the INTERVAL= time period) below which the operator does not become involved in the recovery process. The operator becomes involved with the recovery process at the point nn errors are experienced within the INTERVAL= period. For subtasks and disastrous error TYPE= specifications, this parameter specifies the number of errors at which automatic SVC dumps are no longer taken, if the errors occur within the INTERVAL= period. Therefore, this means that if a single automatic dump is desired for a subtask or disastrous error, COUNT=2 must be specified.
Default: See the following table of default values (by error type):
Type
COUNT=
ALLOCATE
2
ASST
2
CBIO
2
CKPT
2
CKPTONCF
2
CKPTONDA
2
CKPTVRNS
2
CONVERT
2
DISTERR
2
EOM
2
GENERAL
2
IMAGE
1
LIM
2
LIM
24
MAIN
10
MIGR
2
NODUMP
0
OFFLOAD
1
PQE
1
SMF
2
SPOOL
2
VTAM
2
WTO
2
*
Depends on the type of error received

Modification: $T RECVopts operator command.

INTERVAL=nnnn
Specifies the number of hours (0-9999) in the current interval in which JES2 is counting errors. Zero indicates no operator involvement.
Default: See the following table of default values (by error type):
Type
INTERVAL=
ALLOCATE
24
ASST
24
CBIO
24
CKPT
24
CKPTONCF
24
CKPTONMDA
24
CKPTVRNS
24
CONVERT
24
DISTERR
24
EOM
24
GENERAL
24
IMAGE
24
MAIN
1
MIGR
24
NODUMP
24
OFFLOAD
24
PQE
24
SMF
24
SPOOL
24
VTAM
24
WTO
24
*
Depends on the type of error received

Modification: $T RECVopts operator command.