Hi,
Thank you for guiding me. I have a batch program thru which I am passing the date values to the sas program like below
"C:\Program Files\SAS\SAS 9.1\sas.exe" -sysin "xxx:\vvvv\sas\files\samplesas.sas" -sysparm "01JUN06 02JUN06" -PRINT "C:\Program Files\SAS\SAS 9.1\leadsas.TXT" -log...
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')...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.