IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Difference between CEE3250C and CEE3204S


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
josephineyeow

New User


Joined: 12 Mar 2020
Posts: 11
Location: USA

PostPosted: Mon Sep 21, 2020 8:19 pm
Reply with quote

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
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Tue Sep 22, 2020 12:41 pm
Reply with quote

A quick search in Google gives the following link:

www.ibm.com/support/knowledgecenter/SSB27H_6.2.0/fl2cp_identifying_hw_sw_signals.html

which indicates that CEE3204 is caused by a protection exception while CEE3205 is caused by an addressing exception. The VSAM file opens have failed for different reasons.

Garry.
Back to top
View user's profile Send private message
josephineyeow

New User


Joined: 12 Mar 2020
Posts: 11
Location: USA

PostPosted: Tue Sep 22, 2020 9:01 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Timestamp difference and its average ... DB2 11
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts What is the difference between Taskty... Compuware & Other Tools 2
No new posts Difference between VALIDPROC and CHEC... DB2 3
No new posts Difference between sysexec and sysproc CLIST & REXX 6
Search our Forums:

Back to Top