Messages issued when processes start
When the server runs tasks as processes, the processes are assigned an identification message and report that they have started.
The reported start is issued in the following message:
ANR0984I Process process_id for process_name started in the process_state at timeThe
following list defines the variables from this message:
- process_id
- Numeric process identifier.
- process_name
- The name of the process.
- process_state
- FOREGROUND or BACKGROUND. If the process is running in the foreground, the command was issued with the WAIT=YES parameter. Foreground processing causes the administrative session that issued the command to wait until the processing completes. A process running in the background returns immediately to the administrative session that issued the command, indicating that a process was started while the process still runs. Processes running in the background might be monitored with the QUERY PROCESS command.
- time
- The time that the process was started.