Version 4.2.6 for Mainframes
 —  Parameter Reference  —

DUE - Dump for Specific Errors

This Natural profile parameter can be used to specify Natural error numbers for which a storage dump shall be taken. This may be helpful to get a dump for the analysis of a specific error situation by Software AG personnel.

Possible settings List of numbers 1-9999 One or more error numbers for which a dump shall be taken. If DUE is specified multiple times, all error numbers are saved in one table.
OFF Deletes the table and any error numbers specified previously are removed.
Default setting OFF  
Dynamic specification yes  
Specification within session yes Terminal command %DUE

If an error occurs which has been specified by DUE, a program check is forced. If the profile/session parameter DU=OFF is set, it will be changed to DU=ON. For further processing, the DU parameter setting is honored.

Examples:

DUE=1302
DUE=(6501,6502,6503,1500)
DUE=OFF

Top of page