z/OS MVS Programming: Sysplex Services Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Handling Dump Serialization

z/OS MVS Programming: Sysplex Services Guide
SA23-1400-00

You can specify the amount of time (if any) that SVC Dump can hold serialization on the structure for dumping purposes. SVC Dump supports dumping of list, serialized list, and cache structures; it does not support dumping of lock structures.

Use the ACCESSTIME keyword to can indicate the following:
  • The structure is not permitted to be dumped (dump serialization may not be held)
           ACCESSTIME=MAXIMUM,MAXTIME=0
  • Dump serialization can be held up to a maximum specified time
           ACCESSTIME=MAXIMUM,MAXTIME=n
    where n is tenths of seconds.
  • Dump serialization can be held for as long as it takes to dump all data that was requested to be dumped.
           ACCESSTIME=NOLIMIT

The operator can override the ACCESSTIME parameter that was specified on the IXLCONN macro with the DUMP command.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014