Updating the COUPLExx member

To make the WLM couple data set available for use in the sysplex, you need to update the DATA keyword in the COUPLExx parmlib member, and IPL so that the member is in use. For more information about updating the COUPLExx member, see z/OS MVS Setting Up a Sysplex.

Example of updating the COUPLExx member

        DATA    TYPE(WLM)
                PCOUPLE(SYS1.WLMCDS01,TEMP01)
                ACOUPLE(SYS1.WLMCDS02,TEMP02)
Where:
TYPE
The function type, WLM.
PCOUPLE(dataset.name,volume)
The WLM couple data set name, and the volume it resides on.
ACOUPLE(dataset.name,volume)
The alternate WLM couple data set name, and the volume it resides on. If you do not have an alternate WLM couple data set, then delete this keyword.

Specify the modified COUPLExx member on your next IPL.