Posted: Wed Apr 25, 2012 5:26 pm Post subject: Funny thing happened on the way to 7.01 on z/OS
Acolyte
Joined: 23 Jul 2002 Posts: 61 Location: toronto
Hello wise and gentle folks,
Want to share an issue I encoutnered during migration: COBOL program (3.3) in CICS TS (3.2) with MQ (6.1) working just fine in production suddenly gets RC=2142 on MQPUT/MQPUT1 when run in CICS TS 4.1 and MQ 7.01! Turns out MQMD_FORMAT set to "CICS" caused it and once I left MQMD_FORMAT default to blank, MQPUT/MQPUT1 were fine. Did it end there? No, it didn't: the distributed MQ Client Java code (on Linux) objects to blank, expecting format of either "CICS" or "STRING". Changed to FORMAT_STRING in the COBOL on MQPUT/MQPUT1 and now everybody is happy! Did not believe I required a code change for this upgrade(s).
Any wise and gentle thoughts/comments/ideas?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum