2015-02-09 76 views

回答

0

我不知道Netezza公司,但是這是我從SAS調用一個Oracle STP:

proc sql noprint; 
     connect to oracle(user="&user" 
     orapw="&passord" path="&path" 
     ); 
execute(
begin &schema..dvh_portal_pkg.schedule_upd(%str(%'&_METAUSER%'),&Schedule_id); end; 
)by Oracle; 
disconnect from Oracle; 
quit;