How to run SARGRW utility with the following criterias -
1) sysouts from last generation or last 3 generations
2) sysouts from last date or last 3 days
Release : 14.0
Component : CA View
Run the SARGRW utility with the following statement placed after the /Control statement
1) /SELECT Gen= -3 - selects reports from generation -3
2) /SELECT ARCHDATE = -0 - selects Reports from the current archive day
Or use the IF statement prior to a Print statement ie : -
IF (ARCHDATE GE '04/02/2019') and (ARCHDATE LE '09/02/2019')