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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.