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

Passing containers on START command


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

New User


Joined: 08 Mar 2017
Posts: 55
Location: Israel

PostPosted: Wed Sep 18, 2024 1:30 pm
Reply with quote

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
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3075
Location: NYC,USA

PostPosted: Wed Sep 18, 2024 1:36 pm
Reply with quote

Once you kick off a new start.. you are detached from where your transaction initiated.. so why not ? Try it out .
Back to top
View user's profile Send private message
danik56

New User


Joined: 08 Mar 2017
Posts: 55
Location: Israel

PostPosted: Wed Sep 18, 2024 2:23 pm
Reply with quote

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
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3075
Location: NYC,USA

PostPosted: Wed Sep 18, 2024 4:33 pm
Reply with quote

www.ibm.com/docs/en/cics-ts/6.x?topic=channels-containers
Back to top
View user's profile Send private message
danik56

New User


Joined: 08 Mar 2017
Posts: 55
Location: Israel

PostPosted: Wed Sep 18, 2024 4:50 pm
Reply with quote

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
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 Help needed in automation cics transa... CLIST & REXX 1
No new posts How to Login in to cics region and is... CICS 9
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
Search our Forums:

Back to Top