Automated Testing

Automated Testing

Automated Testing

Build an automated testing process to enable continuous integration of your hybrid cloud applications including z/OS

 View Only
Expand all | Collapse all

ZPDTMSRV - zPDT data migration server

  • 1.  ZPDTMSRV - zPDT data migration server

    Posted Tue February 21, 2017 01:43 PM

    Hi All -

    We are trying to transfer a ZOS volume to the RD&T Linux box using the below JCL. Please advise on the solution.

    JCL

    //PG01734D JOB H0005,'JCL DESCRIPTION',MSGCLASS=Q,CLASS=7,
    //         NOTIFY=&SYSUID,REGION=0M                      
    //* $ACFJ219 ACF2 ACTIVE SAT                             
    //DASDMIG EXEC PGM=ZPDTMSRV,REGION=0M,PARM='3990'        
    //*TEPLIB  DD DISP=SHR,DSN=USER.LINKLIB                  
    //STEPLIB  DD DISP=SHR,DSN=REXX.SEAGALT                  
    //SYSUDUMP DD SYSOUT=*                                   
    //SYSPRINT DD SYSOUT=*                                   
    //SYSTCPD DD DISP=SHR,DSN=SYS1.TCPPARMS(TCPDAR32)       

    And Getting below error

    ******************************** Top of Data ***********************************
      3:30:14.04 ZPDTMSRV - zPDT data migration server     Level = 2013.123 13:51:44
      3:30:14.04    Licensed materials - Property of IBM                           
      3:30:14.04    5799-ADE                                                       
      3:30:14.04    Copyright (C) IBM Corp, 2009.  All Rights Reserved             
      3:30:14.05  InitAPI RetCode= -1 ERRNO=1011                                   
      3:30:14.05 INITAPI Nonzero RC=1                                             

    boopathygopalsamy


  • 2.  Re: ZPDTMSRV - zPDT data migration server

    Posted Sun February 26, 2017 09:57 AM

    Hi,

    A decimal ERRNO of 1011 from INITAPI is an EIBMBADTCPNAME error, that is the TCPIP stack name is incorrect/not found.

    I would check that this line in your JCL is correct:

    //SYSTCPD DD DISP=SHR,DSN=SYS1.TCPPARMS(TCPDAR32)      

     

    Regards,

    Colin Raybould

    ColinRaybould