View previous topic :: View next topic
|
Author |
Message |
josephineyeow
New User
Joined: 12 Mar 2020 Posts: 11 Location: USA
|
|
|
|
Current production Cobol program Calls home-grown ABEND assembler routine returning CEE3250C when unsuccessful Open on VSAM.
Replaced home-grown ABEND assembler routine with a Call to ILBOABN0 (organization wants all Assembler replaced with Cobol).
When Call to ABEND replaced with Call to ILBOABN0, some of the Cobol programs will return CEE3205C and others will return CEE3204S ??
In each instance it was an Unsuccessful Open on a VSAM file. |
|
Back to top |
|
 |
Garry Carroll
Senior Member
Joined: 08 May 2006 Posts: 1207 Location: Dublin, Ireland
|
|
Back to top |
|
 |
josephineyeow
New User
Joined: 12 Mar 2020 Posts: 11 Location: USA
|
|
|
|
Thanks Garry. My instructions were to duplicate results and I was trying to avoid rewriting the old homegrown Assembler program. Was able to do it by replacing with Call to ILBOABN0 and passing user abend code. |
|
Back to top |
|
 |
|