After installation of MAT 11.0 Incremental # 03, looking into the MAT Joblog we can see this message :
TN0136E CA MAT TTUNPARM IBRARY MEMBER TTUNDB2B0MISSING DB2VC10 ENTRY
that is also incorrectly formatted.
The member TUNDB2xx in UTRPARM must contain an entry for each version of DB2 you wish to use with MAT.
TUNDB2xx defines the DB2 load library that will be dynamically allocated before connecting to a DB2 Subsystem.
As we can see on this member in UTRPARM installation library, there is an entry for each DB2 releases:
* DB2V810=DB2 8.1 SDSNLOAD *
* DB2V910=DB2 9.1 SDSNLOAD *
* DB2VA10=DB2 10.1 SDSNLOAD *
* DB2VB10=DB2 11.1 SDSNLOAD *
* DB2VC10=DB2 12.1 SDSNLOAD *
This error can be avoided adding in the member TUNDB2xx in UTRPARM an entry for the missing DB2 version.
Moreover to correct the formatting of message TN0136E, apply PTF RO96779.
See documentation: TN0136E