ASMA143E assembly errors in the SVC in JOB03
search cancel

ASMA143E assembly errors in the SVC in JOB03

book

Article ID: 21608

calendar_today

Updated On:

Products

IDMS IDMS - Database

Issue/Introduction

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: VOL002
    4929+TCBEndingAbnormally EQU X'
    ** ASMA143E Bad character in name field - ndingAbnormally
    ** ASMA167E Required name missing
    ** ASMA435I Record 853 in SYS1.MACLIB(IKJTCB) on volume: VOL002

Environment

Release: All supported releases.

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).

Resolution

Use the assembler option NOCOMPAT instead.