Endevor

 View Only
Expand all | Collapse all

Quickedit sometimes gets 'ENDE090E The FTINCL Service passed a RC of X'00000008' ENDIE700

  • 1.  Quickedit sometimes gets 'ENDE090E The FTINCL Service passed a RC of X'00000008' ENDIE700

    Posted Mar 26, 2020 11:45 AM
    Wondering if any other sites have this issue.  I currently have a case opened with Broadcom but they haven't been able to reproduce it.  Quickedit sometimes gets 'ENDE090E The FTINCL Service passed a RC of X'00000008' ENDIE700. We are on Endevor V18 R11.  It seems to happen sometimes when the user is in split screen, (sometimes as many as 8 screens) with multiple tools up; and does PF3 or G (for generate) - the function that normally causes the screen with the jobcard to come up. The jobcard normally incremements by 1 each time.


  • 2.  RE: Quickedit sometimes gets 'ENDE090E The FTINCL Service passed a RC of X'00000008' ENDIE700

    Broadcom Employee
    Posted Mar 27, 2020 01:35 PM
    Hi,

    This message indicated that Endevor could not complete a FTINCL Service. The FTINCL service is part of IBM's  "ISPF Services" product specifically skeletons.  What the FTINCL does is open a member from the ISPSLIB DD and include(or copy) it to the output location(replacing variables and the like). In this case it could not find the member requested by Endevor. What was found is that The Endevor startup CLIST correctly had it's LIBDEF defined. It may look like this: ISPEXEC LIBDEF ISPSLIB DATASET ID('IPRFX.IQUAL.CSIQSENU')

    The problem comes when the user runs a clist to issue their own LIBDEF like this: ISPEXEC LIBDEF ISPSLIB DATASET ID('IPRFX.USER.SKELS') 
    This does a LIBDEF with the default parms. One is the UNCOND. This will disable the previous LIBDEF  before you add the new one.

    To get around this issue the LIBDEF with the STACK or STKADD to add the new LIBDEF and retain the existing LIBDEF.

     Richard Rozentals