Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vundela

  1. vundela

    Need Help with the SAS Code

    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...
  2. vundela

    Need Help with the SAS Code

    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')...

Part and Inventory Search

Back
Top