ARC0205I
TRAP IN MODULE modname FOR CODE errcode, TIMES=errtimes, TYPE={LOG ALWAYS | BY OCCURRENCE | SNAP {ALWAYS | ONCE | NEVER} | ABEND {ALWAYS | ONCE | NEVER}}

Explanation

The QUERY command was issued with the TRAPS parameter. This message provides data about active trap requests.
  • modname indicates the trap is specified as a module or entry point name.
  • errcode indicates the error code being trapped.
  • errtimes indicates the number of times the error has been trapped.

The type of action taken during processing of the TRAP command is LOG ALWAYS, BY OCCURRENCE, SNAP, or ABEND. If the type of action taken is BY OCCURRENCE, the trap was not set by a user command but by an internal call to the DFSMShsm error handling routine.

System action

DFSMShsm processing continues.

Programmer response

None.

Source

DFSMShsm