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

Triggering txn via MQPUT but no increase in Pgm Count


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
MadanVS

New User


Joined: 28 Dec 2010
Posts: 25
Location: Chennai

PostPosted: Wed Aug 07, 2013 7:31 pm
Reply with quote

Dear all
Need your advice:
If I directly trigger a txn by typing tran id in TOR; the txn is getting triggered and the program count is increasing in AOR.

But if i am trying to trigger a txn via MQPUT; I can find the txn is triggered in AOR but it is suspended.
Tas(0000083) Tra(XXXX) Sus Tas Pri( 001 )
Sta(SD) Use(yyyyyyyy) Uow(C8519077E3BB3120) Hty(ICWAIT)

This is no change in program count in AORs

Can you help in this.

Thanks
Madan
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: Wed Aug 07, 2013 9:59 pm
Reply with quote

The usecount will only increment in the targeted "AOR", after the task has completed, which should be the case.

In the "TOR", the "PCT" entry (transid) is probably defined WITHOUT an associated program-id, specifying the REMOTESYSTEM parameter, which should be the "SYSID" of the targeted "AOR". So, the request is Function Shipped to the "AOR", where it's executed.

If the "PCT" entry were defined as local to the "TOR" (WITH an associated program-id), then it will execute in this region (which is highly irregular) and the usecount will increment.

Ask your CICS System Programmer and/or Tech Support personnel to verify the transid definitions or, if you have CECI access in both regions, issue an INQUIRE TRANSACTION API or use CEMT.

Any other issues should be directed to the above personnel as well.
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts To get the count of rows for every 1 ... DB2 3
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Validating record count of a file is ... DFSORT/ICETOOL 13
No new posts Increase the number of columns in the... IBM Tools 3
No new posts Insert header record with record coun... DFSORT/ICETOOL 14
Search our Forums:

Back to Top