The OUTOBS= option in PROC SQL restricts the number of rows in the output to the specified value. It limits what is displayed or written to the destination, not how many rows are read from the source. This differs from INOBS= (limits input) and FIRSTOBS= (sets starting observation).