BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
proctice
Quartz | Level 8

I am trying ODS Graphics Designer for the first time because I need a single graph with several stacked bar charts butterflied with numbers facing left and percents adding to 100 facing right. 

 

My first problem is that I can't figure out how make a library pointing to my data.  I may need to ask separate questions about creating the graph itself later, but could you get me started by telling me how to issue a libname statement or whatever the equivalent is in the designer.  Thanks.

 

Note: I see the assign data window, but it only lists existing libraries like SASHELP and SASUSER.  I need to access the rest of my computer. 

1 ACCEPTED SOLUTION

Accepted Solutions
DanH_sas
SAS Super FREQ

The easiest way is to set up a libname to your data in SAS before you start Designer. All active libnames from SAS will be available in Designer after it starts. 

View solution in original post

3 REPLIES 3
VDD
Ammonite | Level 13 VDD
Ammonite | Level 13

a library statement;

 

libname mylib "your data path";

where your data path could = C:\mywork

 

 

DanH_sas
SAS Super FREQ

The easiest way is to set up a libname to your data in SAS before you start Designer. All active libnames from SAS will be available in Designer after it starts. 

DanH_sas
SAS Super FREQ

The easiest way is to set up a libname to your data in SAS before you start Designer. All active libnames from SAS will be available in Designer after it starts. 

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 559 views
  • 0 likes
  • 3 in conversation