- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am using a SAS mediation macro and receive error 180-322.
I don't know how to resolve it.
Any suggestions!
Thanks
wajs
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Please learn to post the log of your program including the errors. Without evidence we cannot help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
http://blogs.sas.com/content/sasdummy/2016/08/25/error-180-322-missing-semicolon/
often the cause is a missing semicolon
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Since this involves a macro you should
1) set OPTIONS MPRINT; prior to running the code
2) Run the code
3) post the log of everything related to running the macro. Copy from the LOG and paste into a code box on the forum opened with the {I} or "running man" icon. This is important because the main message windows will reformat the text of the log and the diagnostic underscore characters will not appear in the correct place.
The error message should appear more in context with the generated code.