Hi:
This is the Tech Support note on the use of the MONOTONIC function:
http://support.sas.com/kb/15/138.html
The full text of the note says:
The MONOTONIC() function is not supported in PROC SQL. Using the
MONOTONIC() function in PROC SQL can cause missing or non-sequential
values to be returned.
To me, this means that if you do use the MONOTONIC function, then you can't complain when/if it doesn't return sequential numbers.. I suspect that for simple, simple queries, you might be OK, but for more complex queries that involve joins and where clauses, you might get into the missing or non-sequential values.
My .02,
cynthia