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.

Table 1.3 Exit codes to be returned by commands other than the command for executing data processing (the utled command)

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.

Table 1.4 End codes to be returned by the command for executing data processing (the utled command)

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.