Information related to View utilities that will list reports based on date.
1) ADLIST program (assembled from CVDEOPTN(SARSAM8) will generate a list of reports based on Date with the following code:
/LIST ID=Report_ID* ARCHDATE=yyyymmdd[-yyyymmdd]
2) Also, SARGRW utility will generate a list of reports, based on Date with the following code:
/IF (ARCHDATE GE 'mm/dd/yyyy') AND (ARCHDATE LE 'mm/dd/yyyy')