Report output in a spool file [message #88853] |
Tue, 13 May 2003 07:48 |
Sudha
Messages: 29 Registered: November 2000
|
Junior Member |
|
|
Hi,
I need to take the output of a report into a spool file(lst/excel etc).The same report would be called many times in a day.I want all the report outputs to get appended to a single spool file.As per the client requirement,at the end of the day he would take a print of the report outputs at one stretch....
I need inputs as to how to go about this....
Kindly respond asap please......
Thanx in advance
Sudha
|
|
|
Re: Report output in a spool file [message #88875 is a reply to message #88853] |
Mon, 26 May 2003 03:03 |
ramu
Messages: 82 Registered: February 2001
|
Member |
|
|
If Your operating system is unix write a shell script
to run the sql from clint PC and write the out put in one file, you have an option of appending the file,
end of the day you can print the file.
just an hint try.
|
|
|