Discussion:
Best way to locate all DDM files?
(too old to reply)
Jonathan Ball
2006-10-23 18:55:17 UTC
Permalink
Is there a way, preferably in Navigator, to find all DDM files? Better
still would be to find those that link to a particular remote system.
I've browsed around quite a bit, and I can't find anything. In 5250, I
found WRKDDMF, but it's sloooooow, and doesn't have the ability to
restrict to a particular remote location.
Steve Richter
2006-10-24 01:08:57 UTC
Permalink
Post by Jonathan Ball
Is there a way, preferably in Navigator, to find all DDM files? Better
still would be to find those that link to a particular remote system.
I've browsed around quite a bit, and I can't find anything. In 5250, I
found WRKDDMF, but it's sloooooow, and doesn't have the ability to
restrict to a particular remote location.
sorry, dont know navigator. from the green screen you can try old
reliable, DSPFD:

DSPFD FILE(QGPL/*ALL)
TYPE(*ATR)
OUTPUT(*OUTFILE)
FILEATR(*DDMF)
OUTFILE(QTEMP/DDMOUT)

-Steve

Loading...