On AS400 in interactive SQL in a 5250 session,
select * from myfile
returns rows from one member only when myfile has more than one member.
Create an SQL alias for the member and query the alias, see this page for an example.