Hint: Do not do any filtering to just show errors from the log. You need to show the entire procedure code submitted and all the lines, note, warnings or messages as well as the errors.
Quite often, especially with newer SAS users, the problem reported on one line can be caused by something missing or additional on a previous line that does not cause an "error" until later in the code.
Notice that all of the error lines that you do show have an underline starting at a quote mark and the second of a pair at that. This tells us that something involving a quote on a previous line is likely involved.
... View more