Page 1 of 1

How can I find a specific member from my TSO allocation?

PostPosted: Fri 10 Jul 2009, 01:38
by sysprog
Use FINDMEM command in any ISPF command line.

For example, you can use following command to find a member named ISR@PRIM:
Code: Select all
FINDMEM ISR@PRIM


Please notice that the search is only limited to all allocated datasets of your TSO/ISPF session.