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 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 799 views
  • 0 likes
  • 2 in conversation