Examine code used for the extract.
Look for any filters such as WHERE clause may reduce the expected results because of values of variables,
or GROUP BY creating summaries, joins or similar things that could reduce the data.
Also ensure that the source actually has 100 or more records to pull from.
Personally I would suggest (politely in an interview) that the question needs to be rephrased.
SAS has pulled out first 100 observations from Database using pass through
That phrasing implies that the 100 were actually pulled. If the question was more like:
SAS requested the first 100 observations from Database using pass through
Then the question makes more sense to me.