The INOBS= option in PROC SQL restricts the number of rows retrieved from any source table to the specified value. This is useful for testing queries on large datasets by limiting input rows. It does not affect output display or starting position - those functions belong to OUTOBS= and FIRSTOBS= respectively.