I'm using OS400 backup procedures.
Each night QEZBKT.... job starts and perform backup.
Then I see in QHST log list of libraries which was saved.
There is an information about library name and how many objects were
or
were not saved.
Problem is that I can't find out how to check which objects were not
saved.
I've configured backup to print detailed report. It creates QPJOBLOG
spool file with lot of inforation but it's difficult to find list of
non-saved objects.
Is there a way to find out which were not saved ?
Regards,
Tomasz
tomasz <t.ste...@gmail.com> wrote in news:1188505583.577492.109790
@i38g2000prf.googlegroups.com:
--
Ad,
What's The Use Of Getting Sober
(When You're Gonna Get Drunk Again)
Change the save command to output the save to *OUTFILE using *ERR as
the parameter for INFTYPE. This will create a file containing all
objects that did not save. Or use *OBJ as the INFTYPE. This will
create a file listing all objects procesed (saved or not) that can be
queried to show unsaved objects or whatever else you'd want to query
on. I do a *REPLACE on the outfile so it is fresh after every save.
HTH,
Thad Rizzi
Regards,
Tomasz
Thad Rizzi pisze:
--
Dr.Ugo Gagliardelli,Modena,ItalyCertifiedUindoscrasherAñejoAlcoolInside
Spaccamaroni andate a cagare/Spammers not welcome/Spammers vão à merda
Spamers iros a la mierda/Spamers allez vous faire foutre/Spammers loop
schijten/Spammers macht Euch vom Acker/Spamerzy wypierdalac'
Thanks for information, it was very helpfull.
Unfortunatelly I don't know how to read *USRIDX file to get list of
libraries which are backed up.
Regards,
Tomasz
Dr.UgoGagliardelli pisze:
Thank you very much for help.
Tomasz
Dr.UgoGagliardelli pisze:
Peter
"tomasz" <t...@nospam.com> wrote in message
news:fb8v75$d3v$1...@atlantis.news.tpi.pl...
Do it in batch.