Table of Contents
- Understanding Termination Messages
- Using Log Information
- Programmatically Interrogating Process History
- Protecting a Process from Abnormal Terminations
- Controlling Program Dumps
-
- Using Program Statements to Control Program Dumps
- Using Operator Commands to Control Program Dumps
- Controlling the Program Dump Destination
- Using the Task File
- Analyzing a Program Dump from a Running Process
- Determining Whether a Dump is In Progress
- Causing Symbolic Dumps for RPG Processes
- Effect of Resource Limits on Program Dumps
- Understanding Internal and External Causes
Process history consists of information about how a process terminated, the accumulated resource usage of the process, and what actions the process took while it was active. Process history information can help you determine if a program is running as intended, and can help you to locate the source of any problems that arise.
This section describes the uses of various sources of process history information, including termination messages, job summaries, system log entries, history-related task attributes, and program dumps.

