View previous topic :: View next topic
|
Author |
Message |
krbabu
New User
Joined: 20 Feb 2004 Posts: 57
|
|
|
|
Hi ,
I have a doubt about APCT. I have define and install the map, mapset, tran id and program successfully. But while giving the transid it is showing as error APCT, what'z this APCT?
Can anybody explain about this? |
|
Back to top |
|
|
krbabu
New User
Joined: 20 Feb 2004 Posts: 57
|
|
|
|
DFHAC2206 12:59:03 CICS Transaction EMP1 failed with abend APCT. Updates to local recoverable resources backed out.
this i sthe error i got it, can anybody look into this |
|
Back to top |
|
|
anuradha
Active User
Joined: 06 Jan 2004 Posts: 247 Location: Hyderabad
|
|
|
|
Hi ravindra,
APCT--
This is an exceptional condition which is not anticipated by coding.
Apct means probably the program could not be found or is disabled.
Thanks and regards
Anu |
|
Back to top |
|
|
anuradha
Active User
Joined: 06 Jan 2004 Posts: 247 Location: Hyderabad
|
|
|
|
hello ravindra,
Do the following checks:
Check the transaction definition to see if the program name was misspelled or u might have given some other name by mistake.
Check that the program is enabled.
Check that the program is in an appropriate Load Library
Hope it helps
Thanks and regards
Anu |
|
Back to top |
|
|
krbabu
New User
Joined: 20 Feb 2004 Posts: 57
|
|
|
|
thanks anu,
i got it. |
|
Back to top |
|
|
wengguohai
New User
Joined: 15 Sep 2003 Posts: 1
|
|
|
|
APCT maybe your map is not correct with your defined |
|
Back to top |
|
|
harikrishnanrajeev
EXPERT
Joined: 28 Jan 2004 Posts: 37 Location: Trivandrum
|
|
|
|
Hello Anu,
I have a doubt, Is APCT related with a program failure or is it a MAP
failure abend.
On getting APCT i did BMSMAC of the map once more and it was ok.
pl do give ur view.
regards,
Hari. |
|
Back to top |
|
|
anuradha
Active User
Joined: 06 Jan 2004 Posts: 247 Location: Hyderabad
|
|
|
|
Hi Hari,
APCT is treated as PGMIDERR.This Occurs if a program or map cannot be loaded into memory.so APCT is related to both program failure and a MAP
failure abend.
But most likely chances are program is disabled or it was never compiled or not spelled correctly, or contains lower-case letters or variable for the program/map name is 5 bytes long, rather than the correct 8 bytes.
hope this helps,
Thanks
Anu |
|
Back to top |
|
|
|