× 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.



Hmm, on my 7.3 system I see
DSPMSGD CPF8189
Message . . . . : Form definition &4 in &9 damaged.
Cause . . . . . : Form definition &4 in library &9 has &8 damage and may
no
longer be usable. The owner of the object is &6. The VLOG dump
identifier
is &7.
Recovery . . . : Do one of the following :
-- Delete the damaged form definition (DLTFORMDF command) and then
create
the form definition again (CRTFORMDF command) or restore the form
definition
from saved media (RSTOBJ command).
-- If the form definition is IBM-supplied and is in library QSYS,
restore
the operating system and select the option to restore programs and
language
objects on the Specify Install Options display. See the Recovering your

system book, SC41-5304, for the procedure for restoring the operating
system.

So, to find this out I would read the message. You may have to press F1
on the message to get more details.

You could try
DSPOBJD OBJ(QSYS/*ALL) OBJTYPE(*FORMDF) DETAIL(*FULL) OUTPUT(*OUTFILE)
OUTFILE(QTEMP/FORMS)

DSPFFD QTEMP/FORMS
...
ODOBDM CHAR 1 1 110 Both Object

Damaged

Field text . . . . . . . . . . . . . . . : Object damaged: 0=Not
damaged, 1=Full, 2=Partial
...


Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.