Page 1 of 1

First CICS Assembler program

Posted: Fri Sep 16, 2016 12:18 pm
by Pdsmember
Hello,

I am in process of learning CICS with Assembler and hence writing a very simple new code.
When I am running my code I am getting following abend and my transaction is getting disabled.

DFHAC2206 11:55:09 CICS3 Transaction AN11 failed with abend ASRD. Updates to
local recoverable resources backed out.


Snapshot of code is
ANPGM11.PNG
When I searched for ASRD abend I found following details,

ASRD abends
A transaction abends with code ASRD if:
-An application program attempts to invoke CICS macros.
-An application program attempts to access the CSA or TCA.
-An application program issues an EXEC CICS ADDRESS CSA command, and attempts to access storage addressed by the pointer that is returned.

Can someone please point me to the issue with my code.

Appreciate the help !!

Re: First CICS Assembler program

Posted: Fri Sep 16, 2016 2:33 pm
by nicc
Your attachment is so small as to be unreadable. Please repost as a simple cut and paste and use the code tags to format the result.

In general - do not use attachments

Re: First CICS Assembler program

Posted: Fri Sep 16, 2016 2:42 pm
by Anjali Chopra
nicc wrote: Your attachment is so small as to be unreadable. Please repost as a simple cut and paste and use the code tags to format the result.
If you do not know it already, this might be of help; click on the attachment, it will open up in a rather, big readable layer.

Re: First CICS Assembler program

Posted: Fri Sep 16, 2016 11:35 pm
by BobThomas