BookmarkSubscribeRSS Feed
jmehul
Quartz | Level 8

Hi All,

 

We have created a code in SAS DI using user code transformation but we are unable to trigger the procedure in oracle
We have a stored procedure named AA_TEST_PROC_DI in oracle. Below is the code.

Pls, suggest us the right path.  

proc sql;
   connect to oracle (user=xxx password="{SAS002}xxx" path=xxx);
   execute (execute xxx.AA_TEST_PROC_DI) by oracle;
   disconnect from oracle;
quit;
quit;Capture.PNG

 

3 REPLIES 3
jmehul
Quartz | Level 8

@JosvanderVelden 

 

I have followed the same link.

Still facing an issue.

JosvanderVelden
SAS Super FREQ
If the documentation does not help I suggest contacting technical support: https://support.sas.com/en/technical-support/contact-sas.html.

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!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 1060 views
  • 0 likes
  • 2 in conversation