BookmarkSubscribeRSS Feed
acordes
Rhodochrosite | Level 12

Is it possible to tell VA to interpret ods escapechar='^' like I would do in SAS Studio?

 

PIC.png

 

/* This produces nice output (linebreaks) in SAS Studio */

ods escapechar='^';
proc cas;
	table.fetch / table={name="myTable" caslib="public"}, to=1;
run;

 

 

2 REPLIES 2
Henry_Liang
SAS Employee

Hi,

From my understanding, SAS VA doesn't provide functions from GUI that does what "ods escapechar" function does in the SAS Studio. However, can you provide me with a detailed example of your use case and what do you want to achieve in SAS VA? I will try to think of possible workarounds for you. Thank you.

acordes
Rhodochrosite | Level 12

Thanks for your reply. It's not so important, I would come handy but let's not invest more time. 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1501 views
  • 2 likes
  • 2 in conversation