Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

FILE - Edit single dump file

&pagelevel(4)&pagelevel

This control statement edits a single dump file . The result of editing is written to an output file. The name of the output file is specified with the OUTFILE operand. If you do not specify OUTFILE, KDCDUMP assigns the default name.

FILE

[ dumpfile ][{ dumpfile | *linkname }]

 [,EDIT={ PRINTER | TERMINAL } ]

 [,INFO= { LONG | DUMP | SHORT } ]

 [,OUTFILE = filename ]

dumpfile

Name of the UTM dump file. This file may also belong to an FGG.

If the positional operand is omitted, it is assumed that a UTM dump file has already been read in with the DUMP statement. The FILE statement is then applied to this file. In this instance, the UTM dump file is not removed from memory.

EDIT=

This operand controls editing:

With EDIT=PRINTER (default), an output file is created which is intended for printing on the printer. The output contains feed control characters, page headers, with a maximum line length of 132 characters. The table of contents at the end of the output relates to print pages (default).With EDIT=TERMINAL, the output file is edited in such a way that it can be evaluated on screen using an editor. The maximum line length is 80 characters. The table of contents at the end of the output relates to line numbers.

INFO=

This operand controls output of the summary information. This is an extract of the complete dump information and contains the data frequently required for diagnosis.
INFO=LONG: editing with summary information (default).
INFO=DUMP: editing without summary information.
INFO=SHORT: KDCDUMP outputs only summary information.

OUTFILE=

This operand allows you to specify that output is to be written to a file with the name filename.

If you do not specify OUTFILE, KDCDUMP assigns the default name dmplst/appl-name/reason.pid.no (see "The files of the UTM dump" for a description) and writes the output file to the current directory.

Notes

  • It should be noted that a UTM dump file which was read in by means of the DUMP command is deleted in its entirety from memory when the FILE control statement is used with the positional operand.

  • In lists, hyphens in the table names (e.g.. CPTRT-NSR) are replaced by underscores (e.g. CPTRT_NSR).