×
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.
On 09-Feb-2012 08:16 , Pat Barber wrote:
The only command we have native is DSPDBR
DSPDBR FILE(TCS/HISTORY) OUTPUT(*OUTFILE) OUTFILE(TCS/HISTDBR)
RCDFMT(*ALL)
The resulting file has all logicals but no key info...
FWiW:
The above would include only those LF which share [depend on] the
format(s) of the file HISTORY in TCS. If that FILE() shares formats
with any PF, then those physical files would also be listed in the
output file. If that FILE() has dependent logical files that do not
share the format(s), then those logical file would *not* be listed in
the output file.
Although the syntax for the DSPDBR command does not allow the
explicitly specified request, the effect of the request to "DSPDBR
FILE(TCS/HISTORY) RCDFMT(*NONE) MBR(*NONE)" is what is desired for
listing all dependent logical files of the file HISTORY in TCS. The
syntax that is allowed, is the request to "DSPDBR FILE(TCS/HISTORY) /*
RCDFMT(*N) */ MBR(*NONE)"; i.e. omit the RCDFMT() parameter when not
interested in Record Format relationships\dependencies.
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.