After the MAT installation, starting the PMA SERVER , the STC receives the following abend:
SYSTEM COMPLETION CODE=0C4 REASON CODE=00000010
371 TIME=10.10.03 SEQ=38258 CPU=0000 ASID=0149
371 PSW AT TIME OF ERROR 078D3000 98A05F34 ILC 4 INTC 10
371 ACTIVE LOAD MODULE ADDRESS=18A00000 OFFSET=00005F34
371 NAME=APCSA000
371 DATA AT PSW 18A05F2E - 9801D014 18219540 10004780
371 GR 0: 00000008 1: 63D5E2D3
371 2: 63D5E2D3 3: 18A06D4B
371 4: 00AECD48 5: 18A06D4B
371 6: 18A3D144 7: 00000050
371 8: 18A06D4F 9: 18A3D058
371 A: 98A001FC B: 00000000
371 C: 18A05760 D: 18A3D0B0
371 E: 98A05CAA F: 00000000
371 END OF SYMPTOM DUMP
Release : 12.0
Component : CA MAINFRAME APPLICATION TUNER
The job, generated by the Customization step, contains an error: instead of the hlq.CEESPLD product library, the hlq.CEETLOAD library was used.
STEPLIB DD DISP=SHR,DSN=CAI.MAT.T12R0M0.CEETAUTH
DD DISP=SHR,DSN=CAI.MAT.T12R0M0.CEETLOAD
STEPLIB DD DISP=SHR,DSN=CAI.MAT.T12R0M0.CEETAUTH
DD DISP=SHR,DSN=CAI.MAT.T12R0M0.CEETLOAD
needs to be changed with :
STEPLIB DD DISP=SHR,DSN=CAI.MAT.T12R0M0.CEETAUTH
DD DISP=SHR,DSN=CAI.MAT.T12R0M0.CEESPLD
It is also needed to check in to the .CNTL library because any job that was generated will have this wrong concatenation
By implementing "SO13756 - OBTAIN PMA VERSION FROM LATEST LEVEL SET MODULE", this workaround should not be needed and libraries should be generated during customization in correct format.
CA MAINFRAME APPLICATION TUNER 12.0 - Customization Best Practices (https://techdocs.broadcom.com/us/en/ca-mainframe-software/devops/ca-mainframe-application-tuner/12-0/installing/customize-ca-mat/customization-best-practices.html )