180 pts.
 AS/400 saved fax cleanup
We are looking for a way in which we can manage the retention days of our sent faxes (outqueue - QFFSNDSAV). I thought this would be manageable through CFGFAXSRV *clnupjob but doesn't appear to include the saved faxes in the cleanup. Is anyone familiar with how this can be done? Thanks for your help.

Software/Hardware used:
AS/400 - 520
ASKED: October 3, 2012  7:17 PM

Answer Wiki:
You should be able to treat this just like any other spool file. You can use EXPDATE & DAYS options on the printer file. If the printer file name is constant you change just do a CHGPRTF, Else, you will may need to go int CL programs and do OVRTPRT. === The above steps will put an expiration date on your spool files. Then you need to schedule running of the DLTEXPSPLF command to remove them once they are expired. I just have that scheduled to run once a week on a Sunday morning.
Last Wiki Answer Submitted:  October 3, 2012  9:48 pm  by  CharlieBrowne   32,785 pts.
All Answer Wiki Contributors:  CharlieBrowne   32,785 pts. , Ben Rubenstein   2,060 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

IBM posted an example spool file cleanup command – DLTOLDSPLF.  Since all the code is included it can be modified to fit your requirements.  Its works well.  We have used it for years.

 5,525 pts.

 

I will do that.
Thanks for your help.
 
 

 180 pts.