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

CEE0374C Error CONDITION = CEE3204S


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
saithvis2

New User


Joined: 23 Dec 2005
Posts: 61
Location: Providence , US

PostPosted: Mon Oct 23, 2006 8:29 pm
Reply with quote

Hi All
I am trying to install a vendor software. it has the following components: Two Assembler Program and a couple of Object modules.
The Process followed is as followes:
We call the vendor program through an in-house cobol program. The cobol program is part of a big link. It is being called from IMS online environment. When I am trying to do this I am getting the following abend CEE0374C along with condition code CEE3204S. The complete abend description is listed below.

Code:

CEE0374C CONDITION = CEE3204S TOKEN = 00030C84 59C3C5C5 00000000  886
         WHILE RUNNING PROGRAM LCS090                               
         AT THE TIME OF INTERRUPT                                   
         PSW     078D2000 968BDC3A                                   
         GPR 0-3 00008A00 00162608 0016305C 00000078                 
         GPR 4-7 D4EAFFD5 00000000 0016B000 4780C602                 
         GPR 8-B 00000078 00163000 00163000 968BDC0C                 
         GPR C-F 001632E0 00163330 968BE4AA 168BDBF8                 
DFS629I IMS BATCH REGION ABEND- IMS 4083  IMSP                       
DFS629I PSW AT ERROR = 078D1000 88844CFC  IMSP       



Thanks in advance
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Tue Oct 24, 2006 3:11 pm
Reply with quote

Hi,

Probably protection exception. Many reasons are possible. One that occurs rather often is different A-modes. Do both have the same A-mode? Usually A-mode = 31 in order to run 'UP'.
Back to top
View user's profile Send private message
Jimmy Varghese

New User


Joined: 08 May 2008
Posts: 2
Location: Bangalore

PostPosted: Wed Jul 23, 2008 5:39 pm
Reply with quote

Err... I got a similar error... I pinpointed the error to be occuring at a move statement like below:

MOVE ASBA-VAR1 TO AWSF-VAR1.

My investigation led to me finding that variable AWSF-VAR1 was defined in the Linkage Section.
So a value was being passed to the COMMAREA in Pgm A itself (Pgm A calls Pgm B)
The error was resolved when i put the record layout in the Working Storage section.

Do let me know if this piece of info was of any help... icon_rolleyes.gif
Back to top
View user's profile Send private message
Jimmy Varghese

New User


Joined: 08 May 2008
Posts: 2
Location: Bangalore

PostPosted: Wed Jul 23, 2008 5:43 pm
Reply with quote

I guess posting for a poser of 2005 was kinda stupid... icon_biggrin.gif

It's my first post in here... so plz spare the guillotine
Also, mebe it will help sum1 else... icon_cool.gif
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Jul 23, 2008 8:38 pm
Reply with quote

Hello Jimmy and welcome to the fourms,

Quote:
so plz spare the guillotine

Not to worry, someone stole the chopping block. . . icon_wink.gif

d
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed Jul 23, 2008 8:57 pm
Reply with quote

more likely it is permanently in use.
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top