BookmarkSubscribeRSS Feed
arodriguez
Lapis Lazuli | Level 10

Hi,

 

When I use the option SASCode it work perfect.

 

After accept SASCODE sometimes I want to add some comment and I edit the box as a normal text, without go to SASCODE option. Enters that I add are not printed in the final message.

Example:

This work

One enter in the text
This not work



One enter in first insert sas code and multiple added after that on the gray box of the message

 

2 REPLIES 2
LainieH
Community Manager

hI @arodriguez

Thanks for adding a comment to this forum.

 

I see what you mean.

 

Proc freq test;
run;

Now I'm adding non SAS code..

 

I just did a test above - in order to add the non SAS code I hit enter to add a line under the gray box and then typed the non SAS code.

 

If you look at Preview before posting, you should see what I mean. The SAS code will not appear syntax-highlighted until after you publish.

 

I may not have fully understood the issue you describe, so let me know and we can troubleshoot.  Did you click the "Running Man" icon to add the SAS code?  Have a nice day!

 

Lainie

arodriguez
Lapis Lazuli | Level 10

Sorry for the delay, I was out of the office.

 

To add SAS code I click on the "Running Man" and a Pop-up windows appear. If you use the Pop-up windows all work fine. For example

Proc freq test;
  by var;
run;

Imagine that you forget about to type the by var and added out of the pop-up windows, in the resulting gray box. You get something like

Proc freq test;
  by var; run;

The result doesn't respect enters and things like that, even when in the text or preview two text look equal

 

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

Discussion stats
  • 2 replies
  • 3384 views
  • 1 like
  • 2 in conversation