×
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.
No preceding message in the joblog?
Again, keep in mind that if the directory is flagged that way the
individual files may not be, however they will still be skipped.
From my 7.3 RTVDIRINF
Select count(*) as NbrObjects, QEZSYSRSSV
from routines.QAEZD0064O
group by QEZSYSRSSV;
1,017,386 flagged with 0
69 flagged with 1
Select qezobjnam, qezdiridx
from routines.QAEZD0054O
where qezsysrssv=1
order by qezdiridx, qezobjnam;
samples include QOPT, QSR
What did not appear included the directories in:
Cannot save /fixes.
Cannot save /QIBM/ProdData/OS/SNMP.
So good luck with that.
DSPATR OBJ('/fixes')
Can be saved . . . . . . . . . . . . . : No
select d.qezdirnam1, d.*
from routines.qaezd0054d d
where qezdirnam1 = '/fixes';
QEZDIRIDX=96870
Select qezobjnam, qezdiridx, qezsysrssv
from routines.QAEZD0054O
where (QEZOBJNAM = 'fixes' and qezdiridx=1) or qezdiridx=96870
order by qezdiridx, qezobjnam;
qezobjnam qezdiridx qezsysrssv
fixes 1 0
CUME 96870 0
V7 96870 0
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.