0 pts.
 Need a CL to be written
Hi I need a cl to be written;The requirement is as follows There will be files created with naming convention INV20081219 or members within files. Now i need a program that will automatically delete files that are more than 3 months old.

Software/Hardware used:
ASKED: December 19, 2008  3:21 PM
UPDATED: December 19, 2008  5:04 PM

Answer Wiki:
1. File name is too long - 10 char max 2. You will want to use the dspfd command wild card on INV* to an outfile 3. your cl will need to read through the outfile DCLF - declare the file and RCVF receive from the file 4. check the date 5. delete the file if required with DLTF
Last Wiki Answer Submitted:  December 19, 2008  5:04 pm  by  philpl1jb   44,110 pts.
All Answer Wiki Contributors:  philpl1jb   44,110 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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