Using IBM i? Need to create Excel, CSV, HTML, JSON, PDF, SPOOL reports? Learn more about the fastest and least expensive tool for the job: SQL iQuery.
Hi all,
Something simple I need a little refresher/clarification on:
PGM OVRPRTF FILE(QSYSPRT) HOLD(*YES) OVRSCOPE(*JOB) RUNSQLSTM SRCFILE(QSQLSRC) SRCMBR(DLTREQS) COMMIT(*NONE) DLTOVR FILE(QSYSPRT) ENDPGM
When this runs, the override is successful, but the DLTOVR gives me CPF9841 "Override not found at specified level". Why is that and what is the correct way to create and delete this printer file override?
Thanks.