Endevor

 View Only
Expand all | Collapse all

BC1PSM10: F000 ABEND CODE=OPTN NUMBER=1002 

chockalingamn

chockalingamnOct 17, 2017 04:22 PM

  • 1.  BC1PSM10: F000 ABEND CODE=OPTN NUMBER=1002 

    Posted Oct 16, 2017 03:46 PM

    Hi All,

    Endevor upgrade in progress not i saw with following error.Any suggestions were welcome 

     

    THE ENCOPTBL TABLE USED IS FROM RELEASE 15.1; NOT COMPATIBLE WITH ENDEVOR 18.0
    BC1PSM10: F000 ABEND CODE=OPTN NUMBER=1002
    CA Endevor SCM Version: 18.0 Release: B1800C Increment: 18.0.08
    OPERATING SYSTEM: MVS/ESA RELEASE: SP7.2.2 TASK/JOB/USERID: CN000
    LOADED MODULES SUMMARY: LOAD SVCS:0000016 DELETE SVCS:0000001
    MODULE SERVICE REQUESTS: LOAD:0000016 DELETE:0000001 IDENTIFY:0000000
    PRESENT: RMODE HI:0000006 RMODE LO:0000009 HLL PGMS:0000000 IDENTIFY:0000000
    OVERALL: RMODE HI:0000006 RMODE LO:0000010 HLL PGMS:0000000 IDENTIFY:0000000
    CALL FROM $FUNC=$BABEND EPA=00110368 R1=0011A230 R14=8011062E STACK=0011A1D8
    CSECT=BSTPMPGM 11/15/16
    CALL FROM $FUNC=BSTPOPSV EPA=0010C8E8 R1=0011A068 R14=8010C97A STACK=0011A178
    CSECT=BSTPOPSV 08/20/15
    CALL FROM $FUNC=ENCOPLOD EPA=0014C910 R1=0011A068 R14=8014CACC STACK=0011A010
    CALL FROM $FUNC=ENUXRUTN EPA=00149720 R1=00119EF0 R14=80149A26 STACK=00119E98
    CALL FROM $FUNC=BC1PINIT EPA=001456B8 R1=00119B30 R14=80145E5E STACK=00119AD0
    CSECT=BC1PINIT 12/02/16
    CALL FROM $FUNC=INITCALL EPA=2B432648 R1=001199F8 R14=AB432722 STACK=001199A0
    CALL FROM $FUNC=CALLTHRU EPA=2B432338 R1=001197E8 R14=AB432414 STACK=00119790
    CSECT=BC1PSM10 08/03/16
    CALL FROM C FNC= MAIN(PINITC#) EPA=001B9490 R1=0013E0C8 R14=801B95B4 STACK=0
    013E028
    CALL FROM C FNC=$MAINO EPA=001BBAC2 R1=0013C140 R14=801BC6CA STACK=0
    013C028
    ***



  • 2.  Re: BC1PSM10: F000 ABEND CODE=OPTN NUMBER=1002 

    Posted Oct 17, 2017 04:22 PM

    Any suugestions please 



  • 3.  Re: BC1PSM10: F000 ABEND CODE=OPTN NUMBER=1002 

    Broadcom Employee
    Posted Oct 18, 2017 05:13 AM

    Hi, my suggestion is to open a proper support ticket. This way you will get the correct attention to your issue.

    I searched in internal CA info, but was not able to find any hits.

    BR

    Jorgen Dam



  • 4.  Re: BC1PSM10: F000 ABEND CODE=OPTN NUMBER=1002 

    Broadcom Employee
    Posted Oct 18, 2017 07:28 AM

    Hi,

    The key to this failure is the OPTN reason code which corresponds to this message:

    THE ENCOPTBL TABLE USED IS FROM RELEASE 15.1; NOT COMPATIBLE WITH ENDEVOR 18.0
    BC1PSM10: F000 ABEND CODE=OPTN NUMBER=1002
    CA Endevor SCM Version: 18.0 Release: B1800C Increment: 18.0.08

     

    You are using an ENCOPTBL table that was assembled with the V15.0 macro's found in the CSIQOPTN library.  Endevor requires that ALL the tables used are assembled with the CURRENT macros from the CURRENT library.

     

    Re-assemble your ENCOPTBL table using the V18.0 CSIQOPTN library and link it into your CSIQAUTU library.

     

    Ensure that this V18.0 copy of ENCOPTBL is defined to your address space and the failure should be resolved.

     

    Bernie Beriau

    CA Endevor Admin



  • 5.  Re: BC1PSM10: F000 ABEND CODE=OPTN NUMBER=1002 

    Posted Oct 18, 2017 11:40 AM

    Hi Bernie,

    I have relinked required table for new version with CSIQOPTN dataset.

    ENCOPTBL
    ENDICNFG
    BC1TNEQU
    C1DEFLTS
    C1UEXITS
    C1GTAPGM
    C1LIBRSQ

     

    Verified with June for AMBLIST for CSIQAUTU.

     

    Still picking up the error.Please let me know if we are missing with anything,

     

    Thanks

    Chockalingam



  • 6.  Re: BC1PSM10: F000 ABEND CODE=OPTN NUMBER=1002 

    Broadcom Employee
    Posted Oct 18, 2017 11:48 AM

    If the tables are assembled and linked into CSIQAUTU and you BROWSE that library, you should see the V18 reference within the load module.

     

    I would make sure that you ensure that the CSIQAUTU library is allocated in the Address Space.

     

    And….

     

    Check to see if your Endevor libraries are LINKLISTED or APF AUTHORIZED.

     

    If LINKLISTED, you will need an LLA REFRESH.

     

    If APF Authorized, are all the libraries in the concatenation that includes the CSIQAUTU also APF Authorized?

     

    Bernie Beriau

    Principal Architect (CA)

    CA Endevor Administrator

     

    CA Technologies | 100 Staples Dr. | Framingham, MA 01702

    Office: +1 508 628 8028 | Mobile: +1 508 472 3286 | Bernie.Beriau@ca.com

     

    <mailto:Bernie.Beriau@ca.com>[Description: CA]<http://www.ca.com/us/default.aspx>[Description: Facebook]<https://www.facebook.com/CATechnologies>[Description: Twitter]<http://twitter.com/CAInc>[Description: LinkedIn]<http://www.linkedin.com/company/1372?goback=.cps_1244823420724_1>

    P Please consider the environment before printing this e-mail.



  • 7.  Re: BC1PSM10: F000 ABEND CODE=OPTN NUMBER=1002 

    Posted Oct 18, 2017 12:10 PM

    If the tables are assembled and linked into CSIQAUTU and you BROWSE that library, you should see the V18 reference within the load module.

     

    <Yes we are able to see that>

     

    I would make sure that you ensure that the CSIQAUTU library is allocated in the Address Space.

    <Yes allocated with Address space

     

    And….

     

    Check to see if your Endevor libraries are LINKLISTED or APF AUTHORIZED.

     

    <APF authorized>

     

    If LINKLISTED, you will need an LLA REFRESH.

     

    If APF Authorized, are all the libraries in the concatenation that includes the CSIQAUTU also APF Authorized?

     

    CSIQAUTU and CSIQAUTH is APF authorized

     

    Apart is there anything we are missing.



  • 8.  Re: BC1PSM10: F000 ABEND CODE=OPTN NUMBER=1002 

    Broadcom Employee
    Posted Oct 18, 2017 12:26 PM

    If you are still getting the messages that indicate the wrong ENCOPTBL table is being loaded, then you are NOT using the right CSIQAUTU library in your address space.

     

    Bernie Beriau

    Principal Architect (CA)

    CA Endevor Administrator

     

    CA Technologies | 100 Staples Dr. | Framingham, MA 01702

    Office: +1 508 628 8028 | Mobile: +1 508 472 3286 | Bernie.Beriau@ca.com

     

    <mailto:Bernie.Beriau@ca.com>[Description: CA]<http://www.ca.com/us/default.aspx>[Description: Facebook]<https://www.facebook.com/CATechnologies>[Description: Twitter]<http://twitter.com/CAInc>[Description: LinkedIn]<http://www.linkedin.com/company/1372?goback=.cps_1244823420724_1>

    P Please consider the environment before printing this e-mail.



  • 9.  Re: BC1PSM10: F000 ABEND CODE=OPTN NUMBER=1002 

    Posted Oct 18, 2017 12:32 PM

    If you want i can send you the AMBLIST for CSIQAUTU please check and l get back to me.what is best mail id ?



  • 10.  Re: BC1PSM10: F000 ABEND CODE=OPTN NUMBER=1002 

    Posted Oct 18, 2017 12:49 PM

    Bernie.Beriau@ca.com bouncing back



  • 11.  Re: BC1PSM10: F000 ABEND CODE=OPTN NUMBER=1002 

    Broadcom Employee
    Posted Oct 18, 2017 01:48 PM

    If you say that your tables are in CSIQAUTU, I will believe you.  The AMBLIST can prove that.

     

    However, it is not a matter of what’s in that library, but whether or not that library is being used during Endevor execution.

     

    The failure message indicates VERY CLEARLY that you are NOT using the right table, hence, not allocating the right library in your address space.

     

    Bernie Beriau

    Principal Architect (CA)

    CA Endevor Administrator

     

    CA Technologies | 100 Staples Dr. | Framingham, MA 01702

    Office: +1 508 628 8028 | Mobile: +1 508 472 3286 | Bernie.Beriau@ca.com

     

    <mailto:Bernie.Beriau@ca.com>[Description: CA]<http://www.ca.com/us/default.aspx>[Description: Facebook]<https://www.facebook.com/CATechnologies>[Description: Twitter]<http://twitter.com/CAInc>[Description: LinkedIn]<http://www.linkedin.com/company/1372?goback=.cps_1244823420724_1>

    P Please consider the environment before printing this e-mail.



  • 12.  Re: BC1PSM10: F000 ABEND CODE=OPTN NUMBER=1002 

    Posted Oct 18, 2017 02:07 PM

    AMB_LIST link Refer AMLIST_18 SDSF output



  • 13.  Re: BC1PSM10: F000 ABEND CODE=OPTN NUMBER=1002 

    Posted Oct 18, 2017 06:07 PM

    We are able to fix the error previous error by adding ENCOPNTBL into the Steplib with APF authorized the error gone.

     

    But now following message has been popped up.

    C1I0012E YOU ARE NOT AUTHORIZED TO ACCESS ANY ENDEVOR ENVIRONMENTS
    ***  



  • 14.  Re: BC1PSM10: F000 ABEND CODE=OPTN NUMBER=1002 

    Broadcom Employee
    Posted Oct 19, 2017 03:38 AM

    Hello,

     

    The security is stopping you from accessing any Endevor environments.

    Review the BC1TNEQU and SAF rules.
    If ESI is well configured, check that you are ready the right BC1TNEQU, it must be linked in the CSIQAUTU.

     

    Ollivier



  • 15.  Re: BC1PSM10: F000 ABEND CODE=OPTN NUMBER=1002 

    Posted Oct 18, 2017 11:31 AM

    Already opened the ticket June is looking into it.