View previous topic :: View next topic
|
Author |
Message |
danik56
New User
Joined: 08 Mar 2017 Posts: 55 Location: Israel
|
|
|
|
A channel and containers may be passed to a new transaction via the
START CHANNEL command.
Is it also possible to pass back containers on same channel to the parent transaction which issued the START? |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3075 Location: NYC,USA
|
|
|
|
Once you kick off a new start.. you are detached from where your transaction initiated.. so why not ? Try it out . |
|
Back to top |
|
|
danik56
New User
Joined: 08 Mar 2017 Posts: 55 Location: Israel
|
|
|
|
Rohit Umarjikar wrote: |
Once you kick off a new start.. you are detached from where your transaction initiated.. so why not ? Try it out . |
I will try it, but IBM doc says this:
"The started task is given a copy of the channel's containers (and the data they contain). The copy is made when the START command is issued."
So if started task is a given a copy I suspect it is impossible to return a container in the original channel |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3075 Location: NYC,USA
|
|
Back to top |
|
|
danik56
New User
Joined: 08 Mar 2017 Posts: 55 Location: Israel
|
|
|
|
Rohit Umarjikar wrote: |
https://www.ibm.com/docs/en/cics-ts/6.x?topic=channels-containers |
I tried on a 5.6 system and the program issuing the START CHANNEL
can't receive a container created on the channel by the started task. |
|
Back to top |
|
|
|