Problem:
The assembly of the SVC in JOB03 of the configuration may abend with errors such as these:
4394+TCB_Refrprot_Override EQU X ** ASMA143E Bad character in name field - efrprot_Override ** ASMA167E Required name missing ** ASMA435I Record 317 in SYS1.MACLIB(IKJTCB) on volume: MVSG02 4929+TCBEndingAbnormally EQU X' ** ASMA143E Bad character in name field - ndingAbnormally ** ASMA167E Required name missing ** ASMA435I Record 853 in SYS1.MACLIB(IKJTCB) on volume: MVSG02
Environment:
CA-IDMS r18.0 and above.
Cause:
The reason for this abend is the lower case characters in the names of some of the fields in the TCB dsect, and the usage of the assembler option COMPAT(CASE,SYSLIST)
Solution:
Use the assembler option NOCOMPAT instead.
Additional Information:
For more information, see the CA-IDMS Installation and Maintenance Guide for your operating system.