Example 5 - Dumping records as a backup

This example illustrates how to back up selected records in the data repository.

To back up all of the workload management records in the data repository, you would specify:
  CONTEXT EYUPLX01;
  DUMP WLMSPEC  NAME(*);
  DUMP WLMGROUP NAME(*);
  DUMP WLMDEF   NAME(*);
  DUMP TRANGRP  NAME(*);
  DUMP DTRINGRP TRANGRP(*);
  DUMP WLMINGRP GROUP(*);
  DUMP WLMINSPC NAME(*);