×
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 idea what was meant by "all the members are blank", so maybe way
off base with this... Just a SWAG based on many incidents of similar
description, I offer:
Maybe the file is QTXTSRC in QGPL which at one time had many members,
but now the file has no members. If so, then very possibly a copy of
the library [or at least the object QTXTSRC *FILE in that library] was
restored using ALWOBJDIF(*ALL). In that case the file that had the
members & data, has since been renamed to QTXTSR0001 and had its Text
changed to something like: "Old name QTXTSRC in QGPL owned by QPGMR."
Regardless of what the issue is, sometimes the following will help to
infer something about the current condition, by review of output from
the following; especially for things like dates, for things like last
changed, saved, and restore:
DSPOBJD TheLib/QTXTSRC *FILE *FULL OUTPUT(*PRINT)
DSPOBJD TheLib/QTXTSRC *FILE *SERVICE OUTPUT(*PRINT)
DSPFD TheLib/QTXTSRC TYPE(*ALL) OUTPUT(*PRINT)
/* If the file says it is journaled, review that by DSPJRN */
Regards, Chuck
As an Amazon Associate we earn from qualifying purchases.
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.