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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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