Extract a few members from a PDS

Extract a few members from a PDS

Hi All,

I would like to get a few members from a PDS.

I can always get all the members using the below
//SYSTSIN DD * LISTDS 'your pds name' MEMBERS /*

and get the required members using sort in the next step. But, is there a way to get it done using the above syntax itself?

There is something called LEVEL keyword allowed in the LISTDS option. How do I use it?

Thanks