Hi,
I have a stored procedure in SQL. I am calling that stored procedure using Proc SQl.Below is the sample code of how I did.
proc SQl;
Connect to ODBC(DSN=***** UID=**** password=***);
create table Work.list1
as
select * from connection to odbc(SampleProgram '2006-12-10','2006-12-16');
quit;
Right now I am mentioning the dates in the SAS code. But I want to pass those date parameters thru a batch program or any means.
can any body help me please....
Thank You
Neelima
I have a stored procedure in SQL. I am calling that stored procedure using Proc SQl.Below is the sample code of how I did.
proc SQl;
Connect to ODBC(DSN=***** UID=**** password=***);
create table Work.list1
as
select * from connection to odbc(SampleProgram '2006-12-10','2006-12-16');
quit;
Right now I am mentioning the dates in the SAS code. But I want to pass those date parameters thru a batch program or any means.
can any body help me please....
Thank You
Neelima