per dingo (1) select continue() endselect (2) select where() endselect (3) select_sql (4) select_sql using() (1) is the slowest method if LANSA is generating SQL statements based on the select command because the dataset must be generated first and then the code will traverse the entire dataset . (2) is faster than (1) when the […] ↓ Read the rest of this entry…