I’ll have to see if Tim Rowe has that article published elsewhere.
There is this IBM Support document that may be helpful:
https://www-01.ibm.com/support/docview.wss?uid=nas8N1019814
Dawn May
Dawn May Consulting, LLC
On Jan 2, 2019, at 4:04 PM, Rob Berendt <rob@xxxxxxxxx<mailto:rob@xxxxxxxxx>> wrote:
Thank you.
Too bad the link to the Tim Rowe article sends me elsewhere.
Rob Berendt
--
IBM Certified System Administrator - IBM i 6.1
Group Dekko
Dept 1600
Mail to: 2505 Dekko Drive
Garrett, IN 46738
Ship to: Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com
From: "DrFranken" <midrange@xxxxxxxxxxxx>
To: "Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx>
Date: 01/02/2019 03:24 PM
Subject: Re: object damaged flag
Sent by: "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx>
Try this from the Administrative Run-time Expert
http://ibmsystemsmag.com/blogs/i-can/archive/application-runtime-expert-damaged-object-detectio/
- Larry "DrFranken" Bolhuis
www.Frankeni.com
www.iDevCloud.com - Personal Development IBM i timeshare service.
www.iInTheCloud.com - Commercial IBM i Cloud Hosting.
On 1/2/2019 3:11 PM, Rob Berendt wrote:
Is there some way to get the object damaged flag activated, other than a
save?
cl: DSPOBJD OBJ(*ALL/*ALL)
OBJTYPE(*ALL)
DETAIL(*SERVICE)
OUTPUT(*OUTFILE)
OUTFILE(ROB/DSPOBJDROB);
select odlbnm, odobnm, odobtp, odobat, odobtx, odobdm
from rob.dspobjdrob
where odobdm <> '0'
order by odlbnm, odobtp, odobnm;
The object damaged flag is not part of Object_Statistics at
https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/IBM%20i%20Technology%20Updates/page/QSYS2.Object_Statistics%20table%20function%20ease%20of%20use
Rob Berendt
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link:
https://amazon.midrange.com
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.