SHARED_QUEUES section of the DFSDFxxx member

The SHARED_QUEUES section of the DFSDFxxx member of the IMS PROCLIB data set specifies options for queue names, structure names, and group names. The section must begin with the header <SECTION=SHARED_QUEUES>. The SHARED_QUEUES section is valid in DB/DC and DCCTL environments.

Syntax

The syntax of the parameters that are specified for shared queues in the DFSDFxxx member are the same as the syntax and parameters specified for shared queues in the DFSSQxxx member of the IMS PROCLIB data set.

Parameters

All of the parameters that are valid in the DFSSQxxx member of the IMS PROCLIB data set are valid in the DFSDFxxx member of the IMS PROCLIB data set.

If you specify values in both the DFSSQxxx member and the shared-queues section of the DFSDFxxx member, the values specified in the DFSSQxxx member of the IMS PROCLIB data set override the values specified in the DFSDFxxx member. If you specify all your shared-queues values in the DFSDFxxx member, you can delete the DFSSQxxx member.

Example DFSDFxxx member for shared queues definitions

//*****************************************************************/
/* Shared Queues Section                                          */
/******************************************************************/
<SECTION=SHARED_QUEUES>
CQS=CQSCW1                                            /* CQS name */
CQSSSN=CQS1                                 /* CQS subsystem name */
EMHQ=IMSEMHQ01                             /* EMHQ structure name */
MSGQ=IMSMSGQ01                             /* MSGQ structure name */
SQGROUP=GRUP1                                   /* XCF group name */
/******************************************************************/
/*                                                                */
/******************************************************************/