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;
The 2025 SAS Hackathon Kicks Off on June 11!
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.