BPE0034E NO MATCH FOUND FOR resourcetype WITH NAME name
Explanation
A name or wildcard pattern on the NAME parameter
of a command did not match any instances of the requested resource
type. For example, the command DISPLAY TRACETABLE NAME(ZZZZ,QQ*) generates
the following response:
BPE0034E NO MATCH FOUND FOR TRACETABLE
WITH NAME "ZZZZ"
BPE0034E NO MATCH FOUND FOR TRACETABLE
WITH NAME "QQ*"
In the message text:
- resourcetype
- The resource type specified in the command
- name
- The name or wildcard pattern specified on the NAME parameter that did not match any instance of the resource type
System action
If some of the names listed on the NAME parameter of the command matched existing resource instances, the command processes against those instances. If none of the names listed on the NAME parameter matched existing resource instances, the command is ignored.
System programmer response
Reenter the command with the appropriate resource type names.