LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 2006, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 27 Jun 2006 13:50:15 -0700
Reply-To:   Chandak <chandaknitin@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Chandak <chandaknitin@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   executing pl/sql block
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset="iso-8859-1"

Is there any way to execute below oracle code in SAS?

SET SERVEROUTPUT ON declare retval varchar2(500); begin retval := test; dbms_output.put_line(retval); end;

This function is having DDL statements also so we can't call this function in select statement.

I want to execute user defined function and capture its output.

Thanks, Nitin


Back to: Top of message | Previous page | Main SAS-L page