SAS Visual Analytics

Dashboards, reports, BI and analytics - all from a single interface.
BookmarkSubscribeRSS Feed
Dee2
Obsidian | Level 7

The top 2 lines of the program are:
/*create user password here*/
libname ABC ORACLE user="&userid" password="&abc_pass" PATH='ABC';

 

I don't see where userid and abc_pass was declared and I don't see a include file. Where does the program get the userid and password? And how? 

Thanks.

3 REPLIES 3
Tom
Super User Tom
Super User

@Dee2 wrote:

The top 2 lines of the program are:
/*create user password here*/
libname ABC ORACLE user="&userid" password="&abc_pass" PATH='ABC';

 

I don't see where userid and abc_pass was declared and I don't see a include file. Where does the program get the userid and password? And how? 

Thanks.


What program are you talking about?

Does the program work anyway?  If so then the macro variables are created by some other code that runs before the posted code runs.  Perhaps via autoexec file.

Dee2
Obsidian | Level 7

SAS Enterprise Guide program

Dee2
Obsidian | Level 7

May be I should post at SAS Enterprise Guide Support instead.

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

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
  • 3 replies
  • 1317 views
  • 4 likes
  • 2 in conversation