In a V7 sp code I found the 'RESULT SETS' alone used. The same clause was used when the SP was migrated to V8.
Now, I see in the SQL Reference V7.2 PDF that it says the following:
"The value RESULT SETS may be used as a synonym for DYNAMIC
RESULT SETS for backwards and family compatibility."
What is the impact if only 'RESULT SETS' is used in V8 stored procedure also?
TIA.