DSPOBJD OBJ(*all ) OBJTYPE(*USRPRF) DETAIL(*FULL) OUTPUT(*PRINT)
but this gives a lot more. I would send it to an outfile instead of *print and then
use query to make the report you want.
Phil
////////////////////
Sorry but I think that it will take three steps to get your results.
These can be put into a CL program.
1. DSPOBJD to *print
2. CPYSPLF to copy the printout to a file
3. QRY to show the results
Phil
Discuss This Question: 2  Replies