SAS Visual Analytics

Dashboards, reports, BI and analytics - all from a single interface.
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;

 

 

hackathon24-white-horiz.png

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.

YouTube LinkedIn

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
  • 0 replies
  • 381 views
  • 0 likes
  • 1 in conversation