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

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

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