DSPUSRSPC and/or DSPF

Frosty the Coder

Legendary Poster
We have a TAATOOL command, DSPUSRSPC on our production iSeries. This command allows us to see the contents of a stream file.

On our development box, the license for TAATOOL has expired.

I googled DSPUSRSPC and found that DSPF should accomplish the same thing.
I've tried differing syntax on this command and can't get it correct.

When I do DSPF stmf(myusrspc) I see blanks.
DSPUSRSPF myusrspc shows values.

When I try dspf stmf(qsys.lib/mylibname.lib/myusrspc.usrspc) I get "no such path or directory"

I get that same error if I remove the .lib and .usrspc qualifiers.

Can anyone provide me the correct syntax for DSPF and/or EDTF?

Please AND Thanks
 
When I tried ALL UPPER CASE
DSPF(QSYS.LIB/MYLIBNAME.LIB/MYUSRSPC.USRSPC)it WORKED !!!
I guess sometimes SHOUTING HELPS!

THANKS!
 
Back
Top