Page 1 of 1

Ndm process error

PostPosted: Tue Jul 10, 2012 6:33 pm
by surime72
Hi i was new to NDM process while i was trying to copy a member from one Lpar to other lpar it showing error as
SVTM052I COPYSTEP COPY COPYCF ( 52,614) SNODE=CTDC CN(INTERNAL)
FROM APPL.ODDC.PREP.DB2.DDLLIB CN(INTERNAL)
TO T5049MR.INCLLIB CN(INTERNAL)
#### COMPLETED 00000008/SVSL003I CN(INTERNAL)
SVTM037I PROCESS ENDED COPYCF ( 52,614) SNODE=CTDC CN(INTERNAL)

Re: Ndm process error

PostPosted: Tue Jul 10, 2012 6:40 pm
by MrSpock
Start by looking up the SVSL003I message.

Re: Ndm process error

PostPosted: Tue Jul 10, 2012 7:12 pm
by surime72
Hi,

I don't have any idea about what the message is telling. Can you please explain the same? This would be of great help.

Re: Ndm process error

PostPosted: Tue Jul 10, 2012 7:47 pm
by MrSpock
MESSAGE ID==>    SVSL003I                                                         
MODULE    ==>    DMVSOPEN                                                     
============================================================================
                                                                           
SHORT TEXT==>    COPY requested DISP=(,CATLG) to already cataloged dataset.   
LONG TEXT:                                                                 
   LINE 1 ==>    The PROCESS COPY step requested a DISP=(,CATLG) on the TO     
   LINE 2 ==>    clause of the COPY statement. The requested dataset already   
   LINE 3 ==>    exists as a cataloged dataset.  This can be caused by an     
   LINE 4 ==>    interrupted PROCESS copying a GDG to tape and not specifying 
   LINE 5 ==>    checkpointing on the COPY step.                               
   LINE 6 ==>                                                                 
   LINE 7 ==>    System Action. The PROCESS COPY step is terminated with a     
   LINE 8 ==>                   completion code of 8.                         
   LINE 9 ==>                                                                 
   LINE 10==>    Response: Correct the PROCESS and resubmit.                   
   LINE 11==>                                                                 
   LINE 12==>                                                                 


Seems pretty straight-forward to me. Delete that target dataset first.

Re: Ndm process error

PostPosted: Wed Jul 11, 2012 2:22 pm
by surime72
thank u....
i resolved the problem...