SAS not running code -


Initial SAS users here I am not sure what I have done, but for any reason none of my code is going on now. This is done by me when I suppress code / F8, nothing happens, and my log only shows what I submitted (this is basically a copy of my code). This is a matter whether I try to run an entire program or just a piece of it

This code does not look specific. I have pulled the old code which I know has run into the past, and the behavior is exactly the same. I am thinking that I have brought some sort of setting somewhere ...

Thanks for any help.

You have unbalanced quotation marks. (Or something else is crappy, e.g., % Mend; statement or end bracket). If starting a new session is not an option, then try running the following:

 ; * '; * "; * /;))% Mend; quit;    

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -