×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Whenever we do an application upgrade, we have issues with prtf attributes being updated incorrectly, not matching previous values.
Over time, prtf attributes on production get changed to meet new production requirements.
These changes are not always mirrored back to the R&D LPAR, where the source is.
My goal is to compare the prtf attributes from production LPAR to thos on R&D LPAR, flag the differences.
One method
dump the production attributes to an outfile.
Slight issue here is that not all attributes are presented with one dspfd.
Need to do two.
DSPFD FILE(*ALLUSR/*ALL) TYPE(*ATR) OUTPUT(*OUTFILE) FILEATR(*PRTF) OUTFILE (QGPL/ BRCPRTATR) OUTMBR (*FIRST *ADD)
DSPFD FILE(*ALLUSR/*ALL) TYPE(*SPOOL) OUTPUT(*OUTFILE) FILEATR(*PRTF) OUTFILE (QGPL/ BRCPRTSPL) OUTMBR (*FIRST *ADD)
I then combine these two files into one file, BRCPRTOUT.
Send this file to R&D LPAR.
Repeat the above process on R&D LPAR.
Compare the two combined outfiles, flag the differences.
Anyone from the group do something similar, possibly with an simpler process.
Thank You
_____
Paul Steinmetz
IBM i Systems Administrator
Pencor Services, Inc.
462 Delaware Ave
Palmerton Pa 18071
610-826-9117 work
610-826-9188 fax
610-349-0913 cell
610-377-6012 home
psteinmetz@xxxxxxxxxx
http://www.pencor.com/
As an Amazon Associate we earn from qualifying purchases.