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

Pass data more than 32kb other than COMMAREA


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

New User


Joined: 02 Feb 2008
Posts: 19
Location: usa

PostPosted: Mon Apr 28, 2008 6:39 pm
Reply with quote

Hi Friends,

I am passing data from one cics prog to another, using DFHCOMMAREA.

Need to pass data more than 32kb so can't use DFHCOMMAREA, anymore (if i m not wrong dfhcommare limit is 32kb. Our cics ver is CICS 6.5, I guess).

I am thinking of using TDQ, now. Very quick question on TDQ usage.
My 1st prog would write the TDQ which would be read by the 2nd prog.
Now there is a possibility that there can be multiple instances of the transactions running simoultanously. That means there would be multiple instances of 1st prog writting data in TDQ simultanously, so the 2nd prog would not be able to read the data correctly, incase it reads the TDQ in a sequence.

Any idea? Any suggestion? thanks !!!
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Apr 28, 2008 6:41 pm
Reply with quote

better maybe TS queue

using as the key something like TERM_IDNT concatenated to the TRAN_CODE
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Mon Apr 28, 2008 7:20 pm
Reply with quote

Have you looked at 3.4 Enhanced inter-program data transfer: channels as modern-day COMMAREAs?
Back to top
View user's profile Send private message
lrawat

New User


Joined: 02 Feb 2008
Posts: 19
Location: usa

PostPosted: Mon Apr 28, 2008 10:48 pm
Reply with quote

thanks for your suggestion on using container...
it seems every container is having a specific name.
my concern is if i got multiple occurance of cics transaction which writes in the same container (as the cics transaction invokes the same prog) would it be a prob for the second prog to read the data?

apprecaite your help!!thanks
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Tue Apr 29, 2008 12:34 am
Reply with quote

Like the TS queues, the channel names that contain the containers can be devised as unique too....
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 save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top