If it is scheduled as a job where will you see the output.
Create a DTS package destination as text file (Proerties Column delimiter TAB and TextIdentifier none)
Create a connection
Createa task to transfer the data from connection to text file. use SQL query and execute your stored procedure there.
Schedule the DTS package. You will see that as one of the scheduled jobs.
Hope this helps.