Hi,

Currently I have crontab set up to run a korn shell script at specific intervals. The korn shell script essentially just calls a SAS program to run. I have enabled the SAS program to terminate once an error occurs (usually this error is no obs in a dataset). Is there a way to run this SAS program again automatically if it gets an error? Could this be a KSH function or SAS function?

Thanks