Can View produce a report that would allow us to see the specific sysouts that were collected on a specific day for a specific time frame?
The SAR report that would most closely match the request and provide the information that you need would be the "ADLIST – Archive Date Reporting Utility (SARSAM8)" report.
For more information about the ADLIST program, take a look at the member called SARSAM8 in the View installed .CVDEOPTN library. Among the various parameters that this ADLIST report program provides are:
ARCHDATE=|STARTDATE=|ENDDATE=MM/DD/YY[-MM/DD/YY]|*|TODAY
and
ARCHTIME=|STARTTIME=HH:MM-[HH:MM] ENDTIME=HH:MM-[HH:MM]
In order to execute the ADLIST program, you would first need to assemble/link the program into the View load library.
A sample SMP/E procedure, member name BRMSSAMX, is provided in View installed CVDEJCL library. This job can be modified and used to install the SARSAM Sample Programs which are located in the CVDEOPTN Library. The procedure must be modified based on the SARSAM Sample to be installed.
The example provided in the "NOTES" section of the BRMSSAMX member are actually examples for installation of the SARSAM8 (ADLIST) program specifically. The "NOTES" section provides the instructions for the modifications that you need to make for installation of a SARSAM program.
For additional information on the SARSAM routines and installation, you can refer to Database Utilities" in the online View documentation.