The DUMPFILE function outputs the file as a character string. There are three options for the output:
- as numbers
- as numbers in hexadecimal format
- as a character string
DUMPFILE(mode) => character string
mode = 0 => output as numbers
mode = 1 => Output in hexadecimal format
mode = 2 => output as a character string