IBM MAINFRAME HELP & SUPPORT FORUMS
Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
 

CEE0374C Error CONDITION = CEE3204S

THIS IS AN ARCHIVE FORUM: CLICK HERE TO GO TO THE ORIGINAL TOPIC

 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> ABENDS & Debugging
View previous topic :: View next topic  
Author Message
saithvis2



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

Posted: Mon Oct 23, 2006 8:29 pm    Post subject: CEE0374C Error CONDITION = CEE3204S  

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  
Bitneuker



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

Posted: Tue Oct 24, 2006 3:11 pm    Post subject:  

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  
Jimmy Varghese



Joined: 08 May 2008
Posts: 2
Location: Bangalore

Posted: Wed Jul 23, 2008 5:39 pm    Post subject: Reply to: CEE0374C Error CONDITION = CEE3204S  

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... :roll:
Back to top  
Jimmy Varghese



Joined: 08 May 2008
Posts: 2
Location: Bangalore

Posted: Wed Jul 23, 2008 5:43 pm    Post subject:  

I guess posting for a poser of 2005 was kinda stupid... :D

It's my first post in here... so plz spare the guillotine
Also, mebe it will help sum1 else... --)
Back to top  
dick scherrer



Joined: 23 Nov 2006
Posts: 8732
Location: 221 B Baker St

Posted: Wed Jul 23, 2008 8:38 pm    Post subject: Reply to: CEE0374C Error CONDITION = CEE3204S  

Hello Jimmy and welcome to the fourms,

Quote: so plz spare the guillotine
Not to worry, someone stole the chopping block. . . :wink:

d
Back to top  
dbzTHEdinosauer



Joined: 20 Oct 2006
Posts: 1639
Location: germany

Posted: Wed Jul 23, 2008 8:57 pm    Post subject:  

more likely it is permanently in use.
Back to top  
 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> ABENDS & Debugging
Page 1 of 1
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM