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

synchoronus mqput and mqget cobol example


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
balaji_be09
Warnings : 1

New User


Joined: 27 Sep 2005
Posts: 7
Location: pune

PostPosted: Sat Aug 04, 2007 12:48 pm
Reply with quote

Hi All,

I want to a synchronous MQPUT and MQGET in a single COBOL program which runs in the CI CS and IMUS environment.
I am doing a CICSSYNC POINT after the MQPUT to transfer the data to the QUEUE. If syncpoint is not done the data is not getting transfered to the QUEUE. When i do a syncpoint all my PCB are getting lost. Is there any options or sample code for the transferring to Queue without the CI CS SYNCPOINT

Regards
Balaji
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Sat Aug 04, 2007 3:49 pm
Reply with quote

Offhand, you should be able to do an MQ commit instead of a CICS syncpoint, that should only effect the queues.
Back to top
View user's profile Send private message
balaji_be09
Warnings : 1

New User


Joined: 27 Sep 2005
Posts: 7
Location: pune

PostPosted: Mon Aug 06, 2007 9:47 am
Reply with quote

hi william ,
I am new to MQ ,Can you tell me the exact syntax for the MQCOMMIT using COBOL. Do we have any options in MQPUT for that

regards
Balaji
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Mon Aug 06, 2007 11:54 am
Reply with quote

It is in the same manual as MQPUT and MQGET.....
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 -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top