|
Have you tried what you indicate below? This is the way that
overrides work!
Within a job, subsequent file overrides (as long as done at the same or higher call level) made to the same file are 'merged'
with the original file override.
For example, from the command line I just executed the command:
OVRPRTF FILE(QSYSPRT) PAGESIZE(*N 198) CPI(15) OVRSCOPE(*JOB)
DSPOVR shows:
File Type Keyword Specifications
QSYSPRT PRT PAGESIZE(*N 198.000 *ROWCOL) CPI(15)
Next, I execute the following command:
OVRPRTF FILE(QSYSPRT) COPIES(99)
DSPOVR now shows:
File Type Keyword Specifications
QSYSPRT PRT PAGESIZE(*N 198.000 *ROWCOL) COPIES(99) CPI(15)
Timothy wrote:
I need to do an OVRPRTF OVRSCOPE(*JOB), and then later do an
OVRPRTF to the same printer file, but only affect the parms I
specify.
Example:
OVRPRTF FILE(PRT1) DEV(D1) OUTQ(OUTPUTQUE1) COPIES(5)
OVRSCOPE(*JOB)
then do
OVRPRTF FILE(PRT1) COPIES(99)
I need the second override to only change the COPIES, and leave
everything else from the first override intact.
I've searched the archives and IBM's site and can't find an
answer.
Any thoughts?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.