Endevor

 View Only
  • 1.  is anybody using Endevor to compile software FINALIST from Pitney Bowes?

    Posted May 14, 2015 04:44 PM

    FINALIST does not have source code but has OBJECT modules, macros, copybooks and JCL to run COMPILE/ASSEMBLY and LINK to create a LOAD libray.  Software requires a SOFTWARE LICENSE KEY that is stored in a load module.  We're not sure how to do it totally through Endevor as it requires an input card.



  • 2.  Re: is anybody using Endevor to compile software FINALIST from Pitney Bowes?

    Posted May 18, 2015 02:02 PM

    Vendor provided software can be put under Endevor as object type.  Create the new type as delta format of I (Image) source length of 32000.  I have compare FROM 1, with compare To=1

     

    Processor would consist of BSTCOPY step from an external library into Endevor protected library with keyword of Footprnt=create on the output statement.

     

    Then it can be migrated like any other type.

     

    Hope that helps,

    Phon



  • 3.  Re: is anybody using Endevor to compile software FINALIST from Pitney Bowes?

    Posted May 19, 2015 01:48 PM
      |   view attached

    Hi Phon,

     

    Thank you for the information.  I have passed the information to the programmer.

     

    Fred Garabiles

    System Administrator

    Operations Support

     

    T: 808.844.3968

    federico.garabiles@fisglobal.com<mailto:federico.garabiles@fisglobal.com>

    fgarabiles@fhb.com

     

     



  • 4.  Re: is anybody using Endevor to compile software FINALIST from Pitney Bowes?

    Posted May 19, 2015 03:02 PM

    We use a multi step approach.  Some of the delivered objects in our Finalist system were created using a C compiler, so those have to be run through a Prelink step to prepare them for binding.  We created a separate processor group and Endevor type for those, also for the output side decks that the binder needs.  Output from the prelink step is then taken into the Binder, with input binder control cards which we call LINKCARD in our shop.  A LINKCARD element is basically the INCLUDE statements that would be used for a static link.  Hope this helps.



  • 5.  Re: is anybody using Endevor to compile software FINALIST from Pitney Bowes?

    Posted May 19, 2015 03:20 PM
      |   view attached

    Thank you Roger.  Did you have to create ALIAS copies of some of the programs?

     

    Fred Garabiles

    System Administrator

    Operations Support

     

    T: 808.844.3968

    federico.garabiles@fisglobal.com<mailto:federico.garabiles@fisglobal.com>

    fgarabiles@fhb.com

     

     



  • 6.  Re: is anybody using Endevor to compile software FINALIST from Pitney Bowes?

    Posted May 19, 2015 03:32 PM

    Yes.  That is taken care of with the instructions to the BINDER in our LINKCARD members.  Basically, we took the installation JCL and build processors to do the individual steps that the vendor supplied procedures do.  The LINKCARD members are named with the name of the element, because that’s how our processor fetch sot from ENDEVOR.  The INCLUDE steps in the installation JCL for each program make up the LINKCARD members.