Stability
Stability
is a keyword used in a For loop. It is an option dedicated to SQL server that allows the For loop to see only the lines that were in the database when the For loop was started.
Stability
in 4GL will translate to a static cursor on Microsoft SQL Server. The Read, Readlock and Look instructions accept the Stability
keyword but will not utilize a static cursor in Microsoft SQL Server.