Endevor

  • 1.  C1GP2000 ABENDED CODE=S08B

    Posted May 18, 2018 12:50 PM

    Hi All,

    I am currently running with following Dataset contention issue 

     

    C1G0140S ENDEVOR - C1GP2000 ABENDED CODE=S08B
    C1G0000I ELEMENT DLODNNL
    C1C0001I BEGINNING UPDATE OF COMPONENT LIST AT STAGE ADMN1
    SMGR129I COMPONENT VVLL 0101 NOT UPDATED AT ADMN1
    ACMB020I NO ACM INDEX UPDATES REQUIRED
    ACMR034E NDVX.PROD.ACMROOT IS IN USE BY ANOTHER USER - RETRY THE ACTION AT A LA
    C1G0140S ENDEVOR - C1GP0000 ABENDED CODE=S08B

     

    Also following message i am seeing 

     

    +CCSR010E C1SSESTA S08B at 000EF932 LMOD BC1PACM6 CSECT BC1PACM6 +000842
    +CCSR021I OWNER = CA Endevor SCM R18.0
    +CCSR022I MODULE = BC1PACM6 FMID = CSIQI00 RMID = CSIQI00
    +CCSR061I PSW: 00000000 00000000 070C0000 89410D72
    +CCSR062I ILC: 02 INTERRUPT CODE: 0D
    +CCSR067I COMPLETION CODE S08B REASON CODE 00C10038
    +CCSR064I DATA AT PSW 09410D6C : 58F0AB5C 0A0D5820 90EC9108
    +CCSR065I HOME = 0420 PRIMARY = 0420 SECONDARY = 0420
    +CCSR070I GR00 - GR01 00000000_00000000 00000000_8408B000
    +CCSR070I GR02 - GR03 00000000_E2E8E2F0 00000000_F0F0F0F6

     

    I have checked i couldn't find the way came out of the issue.

     

    Installing Endevor V18.0.8 in different site.

     

    Thanks

    Chockalingam



  • 2.  Re: C1GP2000 ABENDED CODE=S08B

    Broadcom Employee
    Posted May 22, 2018 10:45 AM

    Dear customer

     

    It must be said that this matter would be better handled in a support case.

     

    Anyway, at the abending spot (LMOD BC1PACM6 CSECT BC1PACM6 +000842 at RMID = CSIQI00) endevor is calling the MVS "data in virtual" (DIV) services to open one of the ACM datasets. Abend S08B with reason code xxxx0038 from DIV services means that the dataset is not a VSAM linear dataset as it should be.

     

    Your first step is therefore to get the name of the ACM datasets used in your run. In batch, add //EN$TROPT DD SYSOUT=* to the JCL to get an endevor options report. In foreground, use option 1 (DISPLAY), 3 (SITE) to see your default options. In both cases, scroll down to find:

    ACM Index Root Data Set   (normally prefix.ACMROOT)
    ACM Index Xref Data Set  (normally prefix.ACMXREF)

     

    Pay attention to all the dataset names. They might be messed up in your C1DEFLTS.

     

    Then take an IDCAMS LISTCAT of both datasets to see whether, in the ATTRIBUTES section, the string "LINEAR" shows up. The abend you are getting tells us that it is not there, at least for one of them.

     

    Once you identify the dataset which is not a linear VSAM, define it with the right JCL (BC1JACMD)

     

    Hope this helps

    Regards - Eduard



  • 3.  Re: C1GP2000 ABENDED CODE=S08B

    Posted May 22, 2018 12:11 PM

    It works Thanks for info Eduard !!!