Ed Goodman Wrote: You guys just blew my mind. Every IMS program I've ever used/written has the ENTRY format. I didn't even know that it was optional.
I just add ENTRY DLITCBL in the LINK control card and compiled and link edited the program by using the statement as
PROCEDURE DIVISION.
ENTRY 'DLITCBL' USING IO-PCB,
IO-PCB2,
MED-PCB.
Then rerun the job. Now it ran successfully. Thanks..