Endevor

 View Only

 LKED1 error in debug processor....no idea to find out what is wrong with program

Antony Shepherd's profile image
Antony Shepherd posted May 22, 2025 09:11 AM

Hi there,

A developer is trying to generate a program via a debug processor. He has tried it in Cobol 4.2 and also Cobol 6 processors, but gets the same error. 

It generates fine via a normal processor group.

It's rc12 in the LKED1 step. 

However there is no meaningful error message. He has run this via Foreground and via batch. 

Can anyone please recommend how to find out the actual error? 

Apologies for the very basic question, but I don't know how to find this out. 

Dave Harding's profile image
Broadcom Employee Dave Harding

The linkedit results should be saved to listlib (if the processor was set up correctly). You can see the listing by pulling up an element list from Endevor or QuickEdit and typing in 'LL' to the left of the element. 

If that doesn't work, you'll need to work with the processor. The linkedit results are sent to SYSPRINT DD in whatever step(s) execute PGM=IEWL or PGM=HEWL.