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

S04E with Reason code 00D44011


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Suren1

New User


Joined: 11 Dec 2006
Posts: 3
Location: Chennai

PostPosted: Tue Feb 20, 2007 3:00 pm
Reply with quote

Trying to convert a program from DLI to BMP mode.

In DLI mode, the job step contains:

//STEP01 EXEC PGM=DFSRRC00,REGION=7500K,
// PARM='DLI,DSNMTV01,M627919C,,,,,,,,,,,Y'

And the DDITV02 parm contains:

TDH1,SYS1,DSNMIN10,,R,-,G627919D,M627919C,M627919C
| |
Program Plan Name

For BMP mode, we have created the PSB separately and specified as:

//STEP01 EXEC PGM=DFSRRC00,
// PARM='BMP,DSNMTV01,M627919T,,,C00,,,,,,,,TEST,,,LE,,CKPT'

And the DDITV02 parm contains:

TDH1,SYS1,DSNMIN10,,R,-,G627919D,M627919C,M627919C
| |
Program Plan Name

Please note that the program name and the plan name remain unchanged in both the cases.

But the BMP run fails with S04E and Reason code: 00D44011

*************************************************************
* DESCRIPTION: S04E - DB2 DETECTED AN INTERNAL ERROR. THE TASK WAS TERMINA

* REASON CODE: 00D44011 - THE DB2-DL/I BATCH SUPPORT OR IMS BMP JOB STEP CANNOT CONTINUE BECAUSE THE APPLICATION PROGRAM COULD NOT BE LOADED
*************************************************************
CAPD142W THE PARAMETER LIST FOR THE LAST SQL CALL WAS NOT FOUND.
CAPD112W SYMBOLIC INFORMATION NOT FOUND FOR PROGRAM "DSNMTV01".

Can you please help us in resolving this issue.
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 Feb 20, 2007 7:48 pm
Reply with quote

This has to to with DB2 and your subsystem member parameter (S04E = DB2). Check this item.
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Reorg abended with REASON=X'00E40347' DB2 2
No new posts REASON 00D70014 in load utility DB2 6
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top