DFS3305E DEFINITION ERROR IN PROCLIB MEMBER name
STMNT
(nnn), 'xxxxxxxxxxxxxxxxxxx'
(yyyyyyyyyy)
Explanation
If one or more errors were found while processing external subsystem definitions, this message is issued. For each definition error, a message is issued that indicates which statement was in error and the text in the error. One STMNT error message is issued for each error in the PROCLIB member. Multiple errors in a single statement produce multiple messages.
In the message text:
- name
- Indicates the name of the PROCLIB member that was being processed.
- nnn
- The statement number within the member.
- xxxxxxxxxxxxxxxxxxx
- The text in error.
- yyyyyyyyyy
- The reason codes, which can be one of the following values:
- OMITTED
- A required parameter was omitted from the definition. The definition was invalid.
- IGNORED
- A parameter that is not applicable was specified in the definition. The parameter is ignored and processing continues.
- INVALID
- The error text represents invalid data in the statement. If the character string KEYWORD proceeds the error text, then the value for the parameter is invalid. Otherwise, the error text represents data that could not be interpreted as part of the definition. The definition was invalid.
- DUPLICATE
- A specific value for a parameter was specified for more than one definition. The definition was considered invalid and is ignored.
System action
IMS initialization terminates with a 0071 abend.
Programmer response
Correct the PROCLIB member definition, and try IMS initialization again.