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

Copy Tablespaces Error


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
dirceu.alves

New User


Joined: 03 Aug 2005
Posts: 17

PostPosted: Wed Aug 06, 2008 7:43 am
Reply with quote

Hello,

I'm trying to execute a COPY TABLESPACE and I'm getting an error message that I couldn't figure out what's going on.

I already looked at the forum, but couldn't find any answer to this issue.

This is the job:
//ONSABCI0 JOB (K3DUPP,UPS,UPS),'XXXX TEST',
// CLASS=2,MSGCLASS=X,NOTIFY=&SYSUID
/*RESOURCE D2ME
//*
//*==============================================
//* IMAGE COPY FOR I8XXXCTB TABLE
//*==============================================
//*
//PROCLIB DD DISP=SHR,
// DSN=DB2D2ME.USER.PROCLIB
//UTIL EXEC DSNUPROC,SYSTEM=D2ME,UID='ONXXXCI0',UTPROC=''
//*
//DSNUPROC.SYSCOPY DD DSN=I8SMTNX.EBIXXX.ONXXXCI0.SYSCOPY(+1),
// DISP=(NEW,CATLG),UNIT=DISK,SPACE=(CYL,(5,10),RLSE),
// DCB=(SYS2.DSCB)
//*
//DSNUPROC.SYSIN DD DSN=I8SMTNX.UTILITY.CONTROL(SUXXXI0),
// DISP=SHR
//*

This is the COPY command:
COPY TABLESPACE ONSMIUA.I8XXXCTS
DSNUM ALL
COPYDDN SYSCOPY
FULL YES
SHRLEVEL REFERENCE

This is the error:
1DSNU000I DSNUGUTC - OUTPUT START FOR UTILITY, UTILID = ONXXXCI0
DSNU1044I DSNUGTIS - PROCESSING SYSIN AS EBCDIC
0DSNU050I DSNUGUTC - COPY TABLESPACE ONSMIUA.I8XXXCTS DSNUM ALL COPYDDN SYSCOPY FULL YES SHRLEVEL REFERENCE
DSNU407I DSNUBCKB - [b]DATA SET ALREADY USED FOR PREVIOUS IMAGE COPY[/b]
DDNAME SYSCOPY
DSNU408I DSNUBCKB - 'I8SMTNX.EBIXXX.ONXXXCI0.SYSCOPY.G0003V00' EXISTS WITH -
VOLUME=(CATG)
FILE SEQUENCE NUMBER=0
RBA=X'0157422CDC80'
DATE=07/08/14
TIME=12:32:01
DSNU012I DSNUGBAC - UTILITY EXECUTION TERMINATED, HIGHEST RETURN CODE=8
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 Aug 06, 2008 8:13 am
Reply with quote

Hello,

In additon to the Forum SEARCH, there is also a link at the top of the page called "IBM Manuals". Among the manuals is the DB2 Messages and Codes.

This is the link to the page you need:
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/handheld/Connected/BOOKS/dsnmc0f7/3.16.250?
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Wed Aug 06, 2008 1:35 pm
Reply with quote

dirceu.alves,

It seems like there is some problem with your syscopy dataset.

Regds,
Prem
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 -> DB2

 


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 VB to VB copy - Full length reached SYNCSORT 8
No new posts Need COBOL COPY Help in MVS Environment COBOL Programming 4
Search our Forums:

Back to Top