3 lines
63 B

$3 > 100 { print >"tempbig" }
$3 <= 100 { print >"tempsmall" }