IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

CICS Abend Code APLS


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kiran_65

New User


Joined: 01 Apr 2005
Posts: 46

PostPosted: Sat Oct 12, 2013 6:44 pm
Reply with quote

Hi,

I have searched for Abend code APLS in google and didnt found related information.

Could anyone please help me on this Abend code.

I am getting the message "Transaction TD01 failed with abend APLS.", when entering the transaction id.

Please let me know the what might be the cause.

Please let me know if you need more information.

Thanks,
Kiran
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Sat Oct 12, 2013 6:46 pm
Reply with quote

Is it a PL/1 module or an assembler module?
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Sat Oct 12, 2013 7:38 pm
Reply with quote

Review the following -

publib.boulder.ibm.com/infocenter/ratdevz/v7r1m1/index.jsp?topic=/com.ibm.etools.pl1.win.doc/topics/ibma2mst120.htm

BTW, I found this using a Google search. icon_wink.gif
Back to top
View user's profile Send private message
kiran_65

New User


Joined: 01 Apr 2005
Posts: 46

PostPosted: Sat Oct 12, 2013 7:46 pm
Reply with quote

Hi,

Thanks for quick reply.

It is an CICS-PL/I Program.

The transaction is the first transaction to initiate the menu of an application.

We have created a map and corresponding program to execute the map. The transaction identifier is mapped to the program.

Please let me know if you need more information.

Thanks,
Kiran
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Sat Oct 12, 2013 11:10 pm
Reply with quote

kiran_65 said -
Quote:
Please let me know if you need more information.

Did you take the time to click on the above link, which explains this abend-code?
Back to top
View user's profile Send private message
kiran_65

New User


Joined: 01 Apr 2005
Posts: 46

PostPosted: Sun Oct 13, 2013 6:51 am
Reply with quote

Hi,

Yes, I have gone through the link.

It explains the Abend reason. But I was not able to understand the cause of the abend.

This is my understanding: The Abend occured because of not coding of what should be done in case of error.

I would like to request please explain what might be the cause for Abend.

Thanks,
Kiran
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Sun Oct 13, 2013 7:57 pm
Reply with quote

Code an ON ERROR unit. In it record such information as is useful for debugging, especially the oncode. That will give the generic type of abend.
Back to top
View user's profile Send private message
kiran_65

New User


Joined: 01 Apr 2005
Posts: 46

PostPosted: Mon Oct 14, 2013 5:26 pm
Reply with quote

Hi,

Can you please explain on the statement

"Code an ON ERROR unit. In it record such information as is useful for debugging, especially the oncode. That will give the generic type of abend."


Thanks,
Kiran
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Mon Oct 14, 2013 6:12 pm
Reply with quote

How long have you been using PL/1? You do know what an ON ERROR block/unit is? Have you looked in the manual, other programs that are available to you to browse?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Oct 15, 2013 1:04 am
Reply with quote

Hello,

An ON ERROR should be specified in nearly every program you code.

Is there no standard in your organization to require this . . . ?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts ISAM and abend S03B JCL & VSAM 9
No new posts Calling an Open C library function in... CICS 1
Search our Forums:

Back to Top