Exit codes and end codes of commands
When execution of a command finishes, the command returns a value that indicates the status of the processing.
Commands other than the data processing execution command (utled command) return either of the following common exit codes below.
| Exit code | Description | 
|---|---|
| 0 | Normal termination. | 
| 1 | Abnormal termination. Description: The processing is terminated abnormally. Action to take: Check the message in the standard error output and resolve the error accordingly. | 
The command for executing data processing (the utled command) returns an end code.
| End code | Description | 
|---|---|
| 0 | Normal end. | 
| Other than 0 | Abnormal end. Description: The process ended abnormally. Action to take: For details on end codes, see DataMagic Error Codes and Messages Manual. |