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

How to determine if a transaction has been STARTed?


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

Active User


Joined: 08 May 2008
Posts: 390
Location: China

PostPosted: Thu Apr 25, 2013 3:20 pm
Reply with quote

I'm trying to start a transacton via START command. Let's say, program A start transaction TXNB via CICS START command.

but How can program A know whether TXNB has been succeefully STARTed?

At the very beginning , I suppose this can be verified by checking response code of START command, but after I consulted the CICS command manual, it says below, and things become more complicated.
Quote:
START failures without exception conditions
In some circumstances, a START command runs without error, but the started task
never takes place:
v When the transaction or its initial program is unavailable at the time CICS
attempts to create the task.
v When the START specifies a terminal and an expiration time, and the terminal is
not defined (and cannot be located by the XICTENF or XALTENF exits) at
expiration time.
v When the START specifies a terminal that is not defined (and cannot be located
by the XICTENF or XALTENF exits) at the time CICS attempts to create the task.


so, How to determine if a transaction has been successfully STARTed?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Thu Apr 25, 2013 4:38 pm
Reply with quote

What part of the manual quote you posted do you not understand? The manual is telling you that, under certain circumstances, it is not possible to determine if the transaction has been successfully started -- period.

The answer to your question is that you cannot always determine if a CICS transaction has been successfully STARTed.
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 How to identify the transaction categ... IMS DB/DC 3
No new posts Started task using a generation dataset JCL & VSAM 7
No new posts Run a simple JOB as Started Task All Other Mainframe Topics 4
No new posts Start CICS transaction every day at 2AM CICS 4
No new posts TWA size of the CPLT transaction CICS 0
Search our Forums:

Back to Top