It is the row number. ("relative record number") For example, when you do READ or READC against the subfile, this will be set to the row that you have retrieved.
The only way that I know of to retrieve the number of rows is to read them all and count them. Or, better, count them when you load the subfile, and keep the count in a variable.