Hi,
I am getting ABENDU0476 for a job which using COBOL-IMS program.
It contains the following statement in the COBOL program
PROCEDURE DIVISION.
ENTRY 'DLITCBL' USING IO-PCB,
IO-PCB2,
MED-PCB.
When I changed this into
PROCEDURE DIVISION USING IO-PCB
IO-PCB2
MED-PCB.
Then the job went fine. Could you please tell me the issue in the first statement?