This statement allows you to read into memory either a complete UTM dump file or part of a UTM dump file (not dump files in a directory). This statement must be issued before a UTM dump can be processed interactively at the terminal (for example, using the statements TABLE, LIST).
Particularly in the event of large UTM dumps, where the main memory available is insufficient to accommodate the entire uncompressed dump, it makes sense to read the KDCROOT area using the DOMAIN=ROOT operand.
Every time a DUMP command is issued, the area that had been read into main memory previously is removed and the new area is read in..
|
|
FILE= | |
filename | Name of the UTM dump file |
*SAME | Specify FILE=*SAME in place of the file name if you wish to read a new area of the UTM dump which has already been uncompressed using DUMP into main memory (see DOMAIN operand). |
DOMAIN= | This operand specifies whether the whole dump or only the KDCROOT area of the UTM dump is to be read into main memory. |
ALL | The entire UTM dump is read into memory. |
ROOT | KDCROOT areas and DIAGAREAs (UTM Diagarea, DB Diagarea,...) are read into memory. |