First CICS Assembler program

HLASM for MVS. PL/I for MVS & Enterprise PL/I for z/OS.
Post Reply
User avatar
Pdsmember
New Member
Posts: 3
Joined: Tue Jul 19, 2016 9:16 pm

First CICS Assembler program

Post 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 !!
You do not have the required permissions to view the files attached to this post.
Regards,
Aditya Srivastava
nicc
Global Moderator
Global Moderator
Posts: 691
Joined: Wed Apr 23, 2014 8:45 pm

Re: First CICS Assembler program

Post 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
Regards
Nic
Anjali Chopra
Website Team
Website Team
Posts: 100
Joined: Sun May 12, 2013 12:33 am

Re: First CICS Assembler program

Post 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.
Regards,
Anjali
User avatar
BobThomas
Registered Member
Posts: 70
Joined: Sat Jun 15, 2013 11:04 am

Re: First CICS Assembler program

Post by BobThomas »

Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “Assembler & PL/I.”