View Utilities that will List Reports Based on Date
search cancel

View Utilities that will List Reports Based on Date

book

Article ID: 14103

calendar_today

Updated On:

Products

Deliver View

Issue/Introduction

Information related to View utilities that will list reports based on date.

Resolution

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')