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

Solving CICS abend in COBOL Program


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
diksha_s
Warnings : 1

New User


Joined: 06 Jul 2005
Posts: 4

PostPosted: Mon Aug 29, 2005 10:48 am
Reply with quote

Hi friends!

while using CICS in COBOL pgm which is sending and recieving maps in two differnet mapsets after defining and installing transactions, mapsets and pgms i m getting an abend as follows:

CICS TRANSCACTION FAILED WITH ABEND A*P*C*T. UPDATES TO LOCAL RECOVERABLE RESOURCES BACKEDOUT.

while initiaing my transaction.

Please help me figure out the problem.

Thanx

Diksha
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Mon Aug 29, 2005 4:11 pm
Reply with quote

Hi diksha,

Why two posts for the same query.

http://ibmmainframes.com/search.php

Type APCT & press ENTER.

Regards,

Priyesh.
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Wed Nov 23, 2005 2:28 pm
Reply with quote

Hi frnd,
The reason may be
1. The program is not available in the Relocatable Program Library(RPL)
2. The program may be disabled.
3. It cannot be autoinstalled.

so this Abend indicates that the program, mapset or patition is not properly loaded, linked or released. check for those.

let me know when u get it.
Back to top
View user's profile Send private message
sathish_rathinam

New User


Joined: 22 Aug 2005
Posts: 59
Location: india

PostPosted: Wed Nov 23, 2005 2:42 pm
Reply with quote

hi ,

explanation for APCT abend:


One of the following has occurred:The program name in the EXEC CICS HANDLE ABEND program is not usable at the time an abend occurs because: The program is not on the relocatable program library (RPL). The program is disabled. The program cannot be loaded. An attempt to load a mapset or partitionset failed because although the program is defined to CICS It is not available on the RPL, or It is disabled, or It cannot be autoinstalled. An attempt to link to, load, or release an internal CICS program failed because: The program is not on the RPL. The program is disabled. The program cannot be loaded. Problem Determination: The trace preceding the abend indicates the program, mapset, or partitionset that could not be loaded, linked to, or released. The name is also in TCAPLEPI.

systemaction:

The transaction requiring the program is abnormally terminated with a CICS transaction dump.

users Response:

In cases 1 and 2, define the program, mapset partitionset to CICS using CEDA and ensure it is enabled. In case 3, the definition of a CICS-provided module is incorrect. Check for associated messages issued during CICS start up.

cheers,
sathish
Back to top
View user's profile Send private message
agasthi

New User


Joined: 29 Mar 2006
Posts: 1

PostPosted: Mon Apr 10, 2006 5:28 pm
Reply with quote

what is meant by sb14 abend. this abend i got while doing sort program.
please reply immedietly..
cheers,
Agasthi...
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 2
No new posts Using API Gateway from CICS program CICS 0
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top