Author: Robert Sample
Subject: Reply to: DUMP DATASETS VS TRACE DATASETS!
Posted: Wed Dec 07, 2016 12:48 am (GMT 5.5)
Dumps and traces are both used in debugging problems. However, their basic nature is very different -- a dump is a point-in-time snapshot of the system (hopefully at or near the time of an ABEND) whereas a trace is a time-based listing of commands (instructions) issued. Many dumps include some trace information since it can be helpful to know what was happening before the dump occurred.
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth
Subject: Reply to: DUMP DATASETS VS TRACE DATASETS!
Posted: Wed Dec 07, 2016 12:48 am (GMT 5.5)
Dumps and traces are both used in debugging problems. However, their basic nature is very different -- a dump is a point-in-time snapshot of the system (hopefully at or near the time of an ABEND) whereas a trace is a time-based listing of commands (instructions) issued. Many dumps include some trace information since it can be helpful to know what was happening before the dump occurred.
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth