Endevor

 View Only
  • 1.  Mackinney CICS newcopy is not working within Endevor but does work outside of Endevor. Has anyone had issues with this?

    Posted Jul 28, 2015 04:22 PM

     

    We are using a NEW COPY program from a vendor called: MACKINNEY

    We pass control cards to this program with the ELEMENT name + the name of the CICS name…  and it NEWCOPY’s a program in the CICS region.

    *** It works outside of Endevor, but it does not work inside of an Endevor processors. ***

     

     

    Here is a snippet of the JCL:

     

     

     

    //TAPPLG2S JOB (03,26000),'TRG ENDEVOR',REGION=0M,    

     

    //   CLASS=5,MSGCLASS=X,NOTIFY=TAPPLG2                  

     

    //*                                                     

     

    //*******************************************************

     

    //**       NEWCOPY EXECUTE                              

     

    //*******************************************************

     

    //NEWCOPY  EXEC PGM=MBCBATCH                            

     

    //STEPLIB  DD DISP=SHR,DSN=VENDGHI.MBC15.LOADLIB        

     

    //BATCNTL  DD DISP=SHR,DSN=DNTCICS.MBC12.BATCNTL.TEST   

     

    //BATSTAT  DD DISP=SHR,DSN=DNTCICS.MBC12.BATSTAT.TEST   

     

    //SYSLST   DD SYSOUT=*                                  

     

    //SYSPRINT DD SYSOUT=*                                  

     

    //SYSUDUMP DD SYSOUT=*                                  

     

    //SYSIPT   DD DSN=NDVR.PPODEV.NEWCOPY(NEWME),DISP=SHR   

     

     

     



  • 2.  Re: Mackinney CICS newcopy is not working within Endevor but does work outside of Endevor. Has anyone had issues with this?

    Posted Jul 29, 2015 11:03 AM

    Does Endevor alt id have permission to perform the New Copy?



  • 3.  Re: Mackinney CICS newcopy is not working within Endevor but does work outside of Endevor. Has anyone had issues with this?

    Posted Jul 29, 2015 11:19 AM

    Thanks Phon, Yes the alt id has permission. Just got an email from our Tech Services dept and they may have solved the problem. I'll update this when I get a solid answer.



  • 4.  Re: Mackinney CICS newcopy is not working within Endevor but does work outside of Endevor. Has anyone had issues with this?

    Posted Jul 30, 2015 11:01 AM

    Hi,

     

    There is an open case with Endevor Support on this topic, would it be possible  to get output showing what the problem is? A complete job output showing the processor and all messages would be greatly appreciate.

     

    Tim O'Neill



  • 5.  Re: Mackinney CICS newcopy is not working within Endevor but does work outside of Endevor. Has anyone had issues with this?

    Posted Aug 10, 2015 11:47 AM

    Through opened case in Endevor I talked with a person from the company having this problem and they stated that the problem has been resolved.

     

    Problem was caused by file allocation error - they had a temp file defined as VB and it needed to be FB.