Sometimes the SAS code interpreter assumes a typo, for example when I submit a tabels statement in Proc Freq, SAS gives a warning and runs a tables statement instead.
Many, if not most, programmers use one statement per line.
Some programmers, including me, sometimes forget one or more semicolons, for example after a * comment.
I would like to get some help here. If my submitted code ends up in errors or warnings, can the code interpreter add missing semicolons at the end of a line and then try again?