Re: MQ reasonCode

2003-12-24 Thread Teresa Cheung
Thanks for you feedback! I like the idea of your Perl program method below. In fact, I already have a C program that create a reason code table that ties each code to its associated messages. The logic is create a table consisting of the return code and message text. Your Perl program is a good me

Re: MQ reasonCode

2003-12-23 Thread Wyatt, T. Rob
Whoops! Put single quotes around the first EOF so they both look like this... print <<'EOF' My QA team is out for the holidays. -- T.Rob Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://v

Re: MQ reasonCode

2003-12-23 Thread Wyatt, T. Rob
ed... open(HDR, "/opt/mqm/inc/cmqc.h") or die("Cannot find cmqc.h file\n"); my @Lines = ; close HDR; # Captures Reason Codes and Feedback codes @Lines = grep(/#define ?(MQRC_| MQFB_)/, @Lines); print <mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 2:12 PM To

Re: MQ reasonCode

2003-12-23 Thread Michael Dag
21:05Aan: [EMAIL PROTECTED]Onderwerp: Re: MQ reasonCode Teresa,   Look at supportpac MS09 (http://www-306.ibm.com/software/integration/support/supportpacs/individual/ms09.html).   Please be aware thatit has been withdrawn from IBM support.  That means you will have to  update it

Re: MQ reasonCode

2003-12-23 Thread Awerbuch, David
Websphere.    Good luck, Dave A.     -Original Message-From: Teresa Cheung [mailto:[EMAIL PROTECTED]Sent: Tuesday, December 23, 2003 2:12 PMTo: [EMAIL PROTECTED]Subject: MQ reasonCode Can someone show me some sample C++ code to translate the MQ reason code into some kind of

MQ reasonCode

2003-12-23 Thread Teresa Cheung
Can someone show me some sample C++ code to translate the MQ reason code into some kind of readable text format.   Thanks! Do you Yahoo!? Yahoo! Photos - Get your photo on the big screen in Times Square