Compressing report files in UNIX and send mail
Hi guys
I did not find a UNIX community , so i posted this in PL SQL community
My question is
I have some report files which gets generate with a parent concurrent program and it is being LOOPed in UNIX.
So each time it is being LOOPed, i get the file name in a variable, and the file name is uploaded into a library destination path, also there is a MAIL program which sends the mail each time a report is generated with the file name as Subject.
But the business needs only a single mail for all the report files run with Subject like 'The reports run for that particular time and date' and they need all the report files to be zipped into the report destination path.
I did not find a UNIX community , so i posted this in PL SQL community
My question is
I have some report files which gets generate with a parent concurrent program and it is being LOOPed in UNIX.
So each time it is being LOOPed, i get the file name in a variable, and the file name is uploaded into a library destination path, also there is a MAIL program which sends the mail each time a report is generated with the file name as Subject.
But the business needs only a single mail for all the report files run with Subject like 'The reports run for that particular time and date' and they need all the report files to be zipped into the report destination path.
0