Final answer:
The options to enable recovery in Data Services when a job fails are the retry option and the error handling option.
Step-by-step explanation:
When a job fails, the option to enable recovery in Data Services is to use the retry option. Retry attempts to run the failed job again, usually after a specified interval. This allows for the job to be retried until it successfully completes.
In addition to the retry option, another option to enable recovery is the error handling option. This option allows you to define how Data Services should handle errors during job execution. You can choose to ignore errors, stop the job, or take specific actions based on the type of error.
Both the retry and error handling options are important for enabling recovery in Data Services and ensuring that job failures are properly handled and resolved.