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.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 656 views
  • 0 likes
  • 2 in conversation