RUNNING A SCRIPT WITH TROW() IN IT
Hello Community, Is there any way in JMP to use try to keep the script running if some part of it fails but still give me a log file of the part that did not run? As if we use throw(), the script would stop as soon as it gets an error. I dont want the script to stop but I also want the error messages stored somewhere so that I can understand what did not work ?