Is it possible to tell VA to interpret ods escapechar='^' like I would do in SAS Studio?
/* This produces nice output (linebreaks) in SAS Studio */
ods escapechar='^';
proc cas;
table.fetch / table={name="myTable" caslib="public"}, to=1;
run;
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.
Thanks for your reply. It's not so important, I would come handy but let's not invest more time.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.