Hi, You can use the CHECKDIV"ENTCOBOL" directive so that you get an division by zero error returned. Adding an ON SIZE ERROR would also allow you to handle the error in your code. For the spaces in numerics you can use the CHECKNUM directive to get an error for this. Regards David
↧