Ndm process error

All other tools like QACenter, Strobe, Endevor, Telon, APAS, Scheduler, Auditor, DATA-XPERT, CoolGen, Intertest, AdvantageGen, COBTEST etc.
surime72
Posts: 107
Joined: Sun Oct 23, 2011 1:45 pm
Skillset: cobol,jcl,db2,vsam,cics
Referer: friend

Ndm process error

Postby surime72 » Tue Jul 10, 2012 6:33 pm

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)

User avatar
MrSpock
Global moderator
Posts: 809
Joined: Wed Jun 06, 2007 9:37 pm
Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
Referer: ibmmainframes.com
Location: Raleigh NC USA
Contact:

Re: Ndm process error

Postby MrSpock » Tue Jul 10, 2012 6:40 pm

Start by looking up the SVSL003I message.

surime72
Posts: 107
Joined: Sun Oct 23, 2011 1:45 pm
Skillset: cobol,jcl,db2,vsam,cics
Referer: friend

Re: Ndm process error

Postby surime72 » Tue Jul 10, 2012 7:12 pm

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.

User avatar
MrSpock
Global moderator
Posts: 809
Joined: Wed Jun 06, 2007 9:37 pm
Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
Referer: ibmmainframes.com
Location: Raleigh NC USA
Contact:

Re: Ndm process error

Postby MrSpock » Tue Jul 10, 2012 7:47 pm

Code: Select all

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.

surime72
Posts: 107
Joined: Sun Oct 23, 2011 1:45 pm
Skillset: cobol,jcl,db2,vsam,cics
Referer: friend

Re: Ndm process error

Postby surime72 » Wed Jul 11, 2012 2:22 pm

thank u....
i resolved the problem...


  • Similar Topics
    Replies
    Views
    Last post