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

MQ commit


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
asitjena

New User


Joined: 18 Jun 2005
Posts: 1
Location: bangalore

PostPosted: Sat Jun 18, 2005 4:39 pm
Reply with quote

Hi,

Could any body tell me how to code MQ commit in COBOL?

The summry of the program is as follows:

The program reads an input file takes the CLIENT ID and send it through MQ to get the marketing code from a CRMC database.

So please let me know where i can code the MQ commit staement. If you could provide me the sample code that would be great.

Please contact me in case of any questions ----> ***EMail ID REMOVED... Use CODE tag to include mail id***

Thanks in advance,
Asit
Back to top
View user's profile Send private message
kvivek

New User


Joined: 09 May 2005
Posts: 51
Location: Singapore

PostPosted: Sat Jun 18, 2005 7:34 pm
Reply with quote

When you are using MQGET or MQPUT command move MQPMO_SYNCPOINT to MQPMO-OPTIONS.

The same will be committed once your program issue EXEC CICS SYNCPOINT command or the same will be rolled back if EXEC CICS SYNCPOINT ROLLBACK command is issued. Until then your changes will not be reflected.

Regards,
Vivek
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts filter COMMIT/ROLLBACK statements DFSORT/ICETOOL 13
No new posts Commit limit for Delete query through... DB2 10
No new posts Commit a DB2 Table on Unix Server and... DB2 3
No new posts Need information on DB2 COMMIT DB2 9
No new posts DB2 Commit thru Xpediter DB2 4
Search our Forums:

Back to Top