View previous topic :: View next topic |
Author |
Message |
mayuri Beginner
Joined: 26 Aug 2006 Posts: 17 Topics: 4
|
Posted: Wed Sep 27, 2006 11:58 pm Post subject: abend S04E when loading data into a DB2 table |
|
|
hi all
i'm getting abend S04E when i try to load into a data which was unloaded using DSNTIAUL. the message in the spool is as follows
DSNU001I DSNUTILB - RELEASE DEPENDENT MODULE DSNUT810 WAS NOT FOUND
DSNU016I DSNUTILB - UTILITY BATCH MEMORY EXECUTION ABENDED, REASON=X'00E40018'
anybody please let me know the reason and also how to handle it.
regards
mayuri |
|
Back to top |
|
 |
shekar123 Advanced
Joined: 22 Jul 2005 Posts: 528 Topics: 90 Location: Bangalore India
|
Posted: Thu Sep 28, 2006 1:10 am Post subject: |
|
|
Mayuri,
Please find the explanation for the error and act as per the User's Response.
Code: |
DSNU001I csect-name- RELEASE DEPENDENT MODULE module-name WAS NOT FOUND
Explanation: The system could not find the specified module in the indicated library (private library, job library, or link library).
System Action: The utility job is abended.
User Response: Ensure that the load module library is indicated correctly and that the indicated library contains the requested program. If the indicated library does not contain the requested program, contact the system programmer.
System Programmer Response: The last three characters of the module name indicate the DB2 release level of the subsystem identified in the parameters passed to DSNUTILB. However, LOAD could not find the release dependent utility module for that release in the indicated library. This is probably a maintenance problem.
|
_________________ Shekar
Grow Technically |
|
Back to top |
|
 |
gauthaman_mech Beginner
Joined: 10 Apr 2005 Posts: 12 Topics: 5 Location: India
|
Posted: Fri Sep 29, 2006 1:44 pm Post subject: |
|
|
One of the reasons might be the DB2 Subsystem that you are mentioning in the PARM might not be linked with the DSNLOAD library that you are specifing.
Try pointing to the correct DB2 subsystem load module and the correct DB2 subsystem.
Thanks |
|
Back to top |
|
 |
|
|