MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

BTS

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
mikeg
Beginner


Joined: 25 Aug 2003
Posts: 12
Topics: 6

PostPosted: Wed Oct 29, 2003 12:14 pm    Post subject: BTS Reply with quote

I have a program running under BTS. This program along with other programs creates CONTAINERS. The program performs an EXEC CICS START on another transaction (non BTS). I want this new transaction to get the containers, and create new containers. How does the original BTS transaction find out what the process/activity is, so it can tell this new transaction, so it can do a RETRIEVE REATTACH?
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Wed Oct 29, 2003 6:08 pm    Post subject: Reply with quote

Mikeg,

Make the second transaction(child) to be activated a LINK ACTIVITY command, the calling activity .Now the orginal transaction(parent) is suspended till the child activaty is complete.With a RETURN ENDACTIVITY command issued by the child activity, the parent activity is resumed. When the child activity ends, its completion event is fired. CICS BTS reactivates the corresponding parent activity, presenting the child's completion event when the RETRIEVE REATTACH command is executed. The parent activity must then
investigate how the child activity completed by issuing the CHECK ACTIVITY command.

Check this link which will explain all this in detail

http://www.redbooks.ibm.com/redbooks/pdfs/sg245464.pdf

Hope this helps...

cheers

kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
mikeg
Beginner


Joined: 25 Aug 2003
Posts: 12
Topics: 6

PostPosted: Thu Oct 30, 2003 7:16 am    Post subject: Reply with quote

The "child" cannot be under BTS, since the "child will be perfroming SYNCPOINTs. This is why I want to perform a CICS START.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group