Dumping a CFDT list structure

You can use the MVS DUMP command to obtain a dump of the coupling facility list structure for a coupling facility data table pool.

Before you begin

In order to obtain a dump of a coupling facility list structure, you must specify a value for the DUMPSPACE parameter in the CFRM policy for the coupling facility. The recommended value is 5% of the space in the coupling facility. For more information, see z/OS MVS Setting Up a Sysplex.

About this task

Procedure

  1. Enter the following command at the console:
    DUMP COMM=(cfdt_poolname) 
    In response to the DUMP command, the system prompts you with a reply number for the dump options you want to specify.
  2. Enter the reply:
    REPLY nn,STRLIST=(STRNAME=DFHCFLS_poolname,ACCESSTIME=NOLIMIT,
             (LISTNUM=ALL,ADJUNCT=DIRECTIO,ENTRYDATA=UNSERIALIZE)),END 
    If you want to use abbreviations for the keywords, enter:
    R nn,STL=(STRNAME=DFHCFLS_poolname,ACC=NOLIM,
         (LNUM=ALL,ADJ=DIO,EDATA=UNSER)),END     
    The parameter ACCESSTIME=NOLIMIT allows XES to override server access time limits, to obtain serialization to take the dump. Without this parameter, no dump is taken if any server is active.

    The parameters ADJUNCT=DIRECTIO and ENTRYDATA=UNSERIALIZE notify XES not to keep the serialization while dumping adjunct areas and entry data. If servers are currently active but it is considered important to obtain a serialized dump, to show the structure at a moment in time, replace these parameters with ADJUNCT=CAPTURE and ENTRYDATA=SERIALIZE. Note that this will lock out server access to the structure until the dump is complete.

    If system-managed structure duplexing is available, then both instances of the structure will be dumped.

What to do next

For more information about the MVS DUMP command, see z/OS MVS System Commands.