BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi,
Is this the correct conceptually?


Proc sql noprint;
connect to oracle (.......);
execute my_procedure (‘John Doe');
Disconnect from oracle;
quit;

Thanks
1 REPLY 1
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
The SAS support website http://support.sas.com/ has several DOC and supplemental technical reference items available on this topic. Here is a Google advanced search argument to use (site must be in lowercase), or you can use the SEARCH facility on the website directly:

sql connect oracle site:sas.com

Scott Barry
SBBWorks, Inc.
How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 939 views
  • 0 likes
  • 2 in conversation