How to correct the SQL -805 DBRM or Package not found in my Report Facility (PRF) PRFBATCH job.
1) If your Batch JCL is generated from the PRF "RUN BATCH JOB" display, the correct Plan name should be written to the Batch JCL that you are executing.
2) If your running JCL that was created from a previous release from your personal library (which is often the case):
A) You should probably create new JCL from the "RUN BATCH JOB" display
B) Or, you could replace the Plan name (PLAN=) from the previous release, to the plan name from the new release in your Batch JCL. If you do this, you should
ensure that you replace the old Load library (CDBALOAD) from the previous release with the new Load Library in your STEPLIB and PTILIB DD statements.