| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
rakesha.hg
Joined: 21 Mar 2008
Posts: 94
Location: bangalore
|
| Posted: Mon Jul 14, 2008 4:24 pm Post subject: Abend APCT on my screens often |
|
|
hi all,
i'm getting Abend APCT on my screens often!
e.g: i run the transaction/program now .....it abends with APCT!
two minutes later if i run the same transaction/program it runs fine....
Any reasons behind this?? |
|
| Back to top |
|
Robert Sample
Joined: 06 Jun 2008
Posts: 891
Location: Atlanta, GA
|
| Posted: Mon Jul 14, 2008 5:07 pm Post subject: |
|
|
From the messages and codes manual: Quote: APCT
Explanation: One of the following has occurred:
1.
2. 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.
3. 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.
4. 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 TCAPCEPI.
System Action: The transaction requiring the program is abnormally terminated with a CICS transaction dump.
User 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. Could someone be disabling the program and then enabling it? That would precisely explain the problem you're having. |
|
| Back to top |
|
Bill O'Boyle
Joined: 14 Jan 2008
Posts: 333
Location: Orlando, FL, USA
|
| Posted: Mon Jul 14, 2008 6:29 pm Post subject: Re: ABEND APCT!!! |
|
|
I recall that prior to CICS/TS, if someone issued a NEWCOPY of an executing program (RESCOUNT was non-zero), the program would become DISABLED.
AFAIK in CICS/TS, this doesn't happen anymore.
What version/release of CICS are you running?
Bill |
|
| Back to top |
|
rakesha.hg
Joined: 21 Mar 2008
Posts: 94
Location: bangalore
|
| Posted: Tue Jul 15, 2008 1:31 pm Post subject: Reply to: Abend APCT on my screens often |
|
|
hi bill,
im not sure about the version & stuff ......
how can i know this? |
|
| Back to top |
|
Earl Haigh
Joined: 25 Jul 2006
Posts: 209
|
| Posted: Tue Jul 15, 2008 7:08 pm Post subject: |
|
|
rakesha.hg
have you tried talking to your CICS systems programmer?
is it a program or a map that you are getting the APCT abend ?
you say after the APCT , you can try 2 minutes later and it works,
does it continue working ?
before and after APCT abend, perform a CEMT INQUIRE to
ensure program or map is there and enabled.
try running through a debugger.
its tough to help you out with such limited information.
MORE DETAILS PLEASE !! |
|
| Back to top |
|
rakesha.hg
Joined: 21 Mar 2008
Posts: 94
Location: bangalore
|
| Posted: Wed Jul 23, 2008 6:38 pm Post subject: Reply to: Abend APCT on my screens often |
|
|
hi all,
the problem got solved ,
I used CEDA and defined the map,mapsets names correctly & loaded ..
its working fine !!!
Thanks all !!! |
|
| Back to top |
|
rakesha.hg
Joined: 21 Mar 2008
Posts: 94
Location: bangalore
|
| Posted: Wed Jul 23, 2008 7:03 pm Post subject: Reply to: Abend APCT on my screens often |
|
|
sorry for starting one more post
Quote: i'm getting Abend APCT on my screens often!
e.g: i run the transaction/program now .....it abends with APCT!
two minutes later if i run the same transaction/program it runs fine....
this problem was due to our production people were enabling & disabling the maps ...... due to some maintainnace issue!
i inquired the maps using CEMT INQUIRE(*) after the abends & found out the above reason. |
|
| Back to top |
|
dick scherrer
Joined: 23 Nov 2006
Posts: 8642
Location: 221 B Baker St
|
| Posted: Wed Jul 23, 2008 9:16 pm Post subject: Reply to: Abend APCT on my screens often |
|
|
Thank you for posting the solution :)
d |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|