View previous topic :: View next topic |
Author |
Message |
Manas Biswal Intermediate
Joined: 29 Nov 2002 Posts: 382 Topics: 27 Location: Chennai, India
|
Posted: Fri Apr 25, 2003 8:50 am Post subject: Error while doing a Image copy |
|
|
HI Forum,
I am trying to do a full copy of a tablespace. While doing it, I am getting the following error -
Code: |
DSNU002I DSNUTILB - COULD NOT LOAD RELEASE DEPENDENT MODULE DSNUT710 CODE=X'00000106' REASON=X'0000000C'
DSNU016I DSNUTILB - UTILITY BATCH MEMORY EXECUTION ABENDED, REASON=X'00E40018'
|
I am running DB2 V7 on my system and the sysin card for the image copy is as follows -
Code: |
COPY TABLESPACE FDIDB01.FDITS01
COPYDDN(SYSCOPY)
FULL YES
SHRLEVEL CHANGE
|
Can someone help me out on this.
Regards,
Manas |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Fri Apr 25, 2003 12:12 pm Post subject: |
|
|
Manas,
The reason code X'00E40018' for your abend suggests that your load work data sets are used and the disposition is (MOD,DELETE,CATLG).
Take a look at this thread which discuss a similar problem.
http://www.mvsforums.com/helpboards/viewtopic.php?t=630
Hope this helps...
cheers
kolusu |
|
Back to top |
|
|
|
|