Receiving the following S806 error while trying to run Accounting Report Program (SARACT):
"CSV003I REQUESTED MODULE SARACT NOT FOUND"
Release : 14.0
Component : View
Reason for this S806 error is, SARACT load module not found in CAI.CVDELOAD library.
Below are the 3 options to fix this error,
1.) Code PGM=SARACTA in place of PGM=SARACT in the //SARACT STEP and rerun the job.
2) Compile the SARACT COBOL program from CAI.CVDESRC library, calling the module SARACT, and put that module in your CVDELOAD library. Then have PGM=SARACT in the //SARACT STEP and rerun the job.
3) Instead of running SARDBASE/SARACT job, run SARGRW03 job located in CAI.CVDECL library to produce the same View accounting report.
For more information about Accounting Report Program (SARACT), see Job Accounting