View/Deliver

 View Only
  • 1.  CA Deliver & S913 Abend

    Posted Feb 27, 2017 08:09 AM

       Hello.

     

    After implementation of RO65289 for CA Deliver 12.1 (z/OS 2.1) and refreshing CA Deliver system routines we have encountered ABEND=S913 U0000 REASON=0000000C when archiving reports in database.
    Has anything been missed?

     

    Thanks in advance for any help with this.

    Grazyna  



  • 2.  Re: CA Deliver & S913 Abend
    Best Answer

    Posted Feb 27, 2017 08:52 AM

    Hello Grazyna,

     

      Do you have a SVC DUMP that can be reviewed here at CA? If so please open a case and state that Roxanne Richardson would like to review the dump. If not let me know and maybe you can set a slip trap.

     

    Thanks You,

    Roxanne Richardson

    CA Support 



  • 3.  Re: CA Deliver & S913 Abend

    Posted Feb 27, 2017 09:43 AM

       Hello Roxanne.

    No, I don't have any.

    Regards,

    Grazyna



  • 4.  Re: CA Deliver & S913 Abend

    Posted Feb 27, 2017 09:53 AM

    Slip Trap Procedures 
    -------------------- 

     


    A. If a SYSMDUMP card is included in the startup JCL, then the cmd: CANCEL, 
    DUMP will produce an SVC dump to the dump datasets. 

     

    b. If a SYSUDUMP card is included in the startup JCL, then the cmd: CANCEL, 
    DUMP will only produce a sysudump. So you can either: put a sysmdump 
    statement in the JCL for next time, or... 

     

    C. From the console, issue a DUMP COMMAND and this will produce the SVC dump. 

     

    Syntax for the DUMP COMMAND is as follows: 

     

    . DUMP COMM=(title or text) [Enter] 
    R nn,JOBNAME=jobname,SDATA=(CSA,ALLPSA,LPA,SQA,LSQA,RGN,TRT,GRSQ,SUM,SWA,ALLNUC,SUMDUMP),END 

     

    -------------------------------------------------------------------------------------------------------- 

     

    By abend code: 

     

    SL SET,C=***,J=yyyyyyyy,ID=zzzz,SDATA=(CSA,ALLPSA,LPA,SQA,LSQA,RGN,TRT,GRSQ,SUM,SWA,ALLNUC,SUMDUMP),A=SVCD,END 

     

    where: *** Completion code 
    yyyyyyyy Jobname or task name 
    zzzz 4-character identifier 

     

    -------------------------------------------------------------------------------------------------------- 

     

    By user code: 

     

    SL SET,C=Uxxxx,J=yyyyyyyy,ID=zzzz,SDATA=(CSA,ALLPSA,LPA,SQA,LSQA,RGN,TRT,GRSQ,SUM,SWA,ALLNUC,SUMDUMP),A=SVCD,END 

     

    where: Uxxxx User completion code 
    yyyyyyyy Jobname or task name 
    zzzz 4-character identifier 

     

    -------------------------------------------------------------------------------------------------------- 

     

    By Message ID: 

     

    SL SET,MSGID=xxxxxxxx,J=yyyyyyyy,ID=zzzz,SDATA=(CSA,ALLPSA,LPA,SQA,LSQA,RGN,TRT,GRSQ,SUM,SWA,ALLNUC,SUMDUMP),A=SVCD,END 

     

    where: xxxxxxxx Message ID 
    yyyyyyyy Jobname or task name 
    zzzz 4-character identifier 

     

    --------------------------------------------------------------------------------------------------------- 

     


    Thank you, 

     

    Regards, 
    Roxanne Richardson 
    CA Support