Don't forget the keyword "INTERNAL" for uv's LIST.READU.
Is this a partial answer to UD's GETREADU function, too?
(Admittedly, none of this directly addresses the original poster's
request for filenames instead of dev/inode.)
Instead of:
> 0021: EXECUTE 'LIST.READU', OUT > READU.LIST
try: EXECUTE 'LIST.READU INTERNAL', OUT > READU.LIST
Example from my dev system:
>CT CDS.BP LRDU
LRDU
0001 EXECUTE 'LIST.READU INTERNAL', OUT > LIST.READU
0002 MAX.A = DCOUNT( LIST.READU, @AM )
0003 FOR A = 1 TO MAX.A
0004 CRT A, LIST.READU<A>
0005 NEXT A
0006 END
>RUN CDS.BP LRDU
1
2 1076297735}293705}0}47615}19}FX}17921}root}
3 1076297735}14166}0}53053}84}RU}12483}root}07010452.918}
4
1076297735}293567}0}49159}87}RU}16399}uvadm}UVERRLOG.CAPTURE_running}
5 1076297735}132406}0}53056}119}RU}12480}root}07010452.912}
6 1076363270}252870}0}13}366}RU}20066}asmed}SLA.RPT.BOR}
7 1076297734}8458}0}53073}412}RU}12463}root}07010452.904}
>
The values correspond to the columns in the normal, human-readable
LIST.READU listing.
cds
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/