BookmarkSubscribeRSS Feed
Donald92
Calcite | Level 5

I have successfully logged into SAS Studio, but I am unable to see the code I am entering. It appears that my input is in white on a white background.

What steps should I take to resolve this issue?

Best regards,

1 REPLY 1
SASKiwi
PROC Star

What browser are you using? I suggest you try a different one to see if you get the same problem. Also write a simple test program like this in a different editor, like Notepad:

proc options;
run;

Then copy that into your SAS Studio window. Does that disappear? Also try running the program, then check your SAS log to confirm if it ran OK or not.