As per URL, I have already added "thlqual.SCSQAUTH" in STEPLIB and " thlqual.SCSQCICS , thlqual.SCSQLOAD , thlqual.SCSQAUTH" in DFHRPL's DD statements after CICS libraries.
However, when I tried creating object MQCONN with offline utility DFHCSDUP. Job is getting ended with MAXCC=12.
I am getting below messages/errors:
DFH5202 S INCORRECT SYNTAX FOR 'DEFINE' COMMAND. COMMAND NOT EXECUTED.
DFH5103 I ERROR(S) OCCURRED WHILE PROCESSING COMMAND.
DFH5104 W SUBSEQUENT COMMANDS (EXCEPT LIST) ARE NOT EXECUTED BECAUSE OF ERROR(S)
DFH5107 I COMMANDS EXECUTED SUCCESSFULLY: 0 COMMANDS GIVING WARNING(S): 0
DFH5108 I COMMANDS NOT EXECUTED AFTER ERROR(S): 0
DFH5109 I END OF DFHCSDUP UTILITY JOB. HIGHEST RETURN CODE WAS: 12
I have checked in CICS for ibm-supplied MQ group, DFHMQ in DFHLIST, but didn't find it.
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
The data set name you have implies you are using CICS TS 3.1 -- and MQCONN is not an option for DFHCSDUP for this release of CICS TS. The URL you reference is for version 5.3 of CICS. It is very important to match the version of the documentation to the installed version of CICS at your site.
The resolution would be to upgrade your site to a version of CICS that does support MQCONN, or to stop attempting to use MQ on your system.
I have checked with technical person on site, and they advised to connect CICS-MQ using SIT parameter, due to unavailability of MQCONN in RDO or DFHCSDUP in CICS TS 3.1
I have defined below SIT parameters:
MQCONN=YES
INITPARM=(CSQCPARM='SN=XXXX,TN=XXX,IQ=XXXX.INITQ)
However, at CICS startup, I am getting below error:
+DFHSI8440I CICSXXX Initiating connection to MQ.
@81 DFHSI1579D CICSXXX Module DFHSIPLT connection program CSQCCODF not found. Reply GO or CANCEL.
R 81,GO