Hi All, Trying to execute the teradata stored procedure in sas. libname a teradata user =xx pwd =xxxx server=xxxx db=MNO connection=shared;
proc sql;
connect using a;
execute (call MNO.procedure('202010',0);) by a;
quit; I've followed changes as shown below ODBC ADministrator --> Configure --> Options --> Session Mode (Selected ANSI) Getting below error: Error:Teradata execute:Invlid Session mode for Procedure execution. Can some help me to resolve this issue. Thanks & Regards, VNKY
... View more