I tried putting this before all programs (using the option to include code in pre-processing):
OPTIONS ERRORABEND;
It does trigger a warning popup but the next files do get executed. For example:
A -> B -> C -> D
If A has an error, I will get a popup saying that an error occured and that the server has disconnected, however, B, C, and D will also run. I want the project execution to stop at A.
I have several old projects with tens if not hundreds of programs and therefore I don't consider using a macro (Is there a way to make SAS stop upon the first warning or error?) while also checking for errors as an option.
What can be done?
Thank you!
Edit: This is for SAS Entreprise Guide 7.1