DUMP Verb - BBj
For this topic's original documentation, see the DUMP Verb.
BBj-Specific Information
In BBj, the DUMP verb will not return individual fields in template records, just the complete templated string.
Syntax
DUMP {(channelno{,MODE=options}{,ERR=lineref})}
Description
In BBj 15.00 and above, MODE=options can be specified to select specific categories of information to be displayed. If no options are specified, the DUMP format is unchanged from previous versions of BBj.
In BBj 20.20 and above, the DUMP verb includes the values of all BBj Custom Object fields. If a BBj Custom Object contains a toDump() method, the DUMP verb also includes the value returned by that method.
Parameter |
Description |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
channelno |
Output channel number. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MODE=options |
Comma-separated list of one or more of the following options:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ERR=lineref |
Branch to be taken if an error occurs during execution. |
Examples
>DUMP (0,MODE="CHANNELS")
1040 DUMP (0,MODE="NAME=X$,NAME=I")