Splat
1050 pts. | Sep 9 2009 4:01PM GMT
Nice thing about using SETLL is that it doesn’t load the record buffer, so the operation is faster than using a CHAIN or READ operation.



SETLL(e) searchval Recordformat
IF %Equal ;
DSPLY "Yay, found the record";
ENDIF;


Splat
1050 pts. | Sep 9 2009 4:01PM GMT
Nice thing about using SETLL is that it doesn’t load the record buffer, so the operation is faster than using a CHAIN or READ operation.
