Sunday, March 13, 2011

File-Aid - is it possible to use relational operators??

For requirements like - Find records which are greater than a particular value at a particular position - Fileaid comes to our help :)

We can use relational operators like EQ, NE, LT, GT, LE, GE

Command -
FIND GT '1900' 25

This command searches for the record which has a value greater than 1900 at position 25

No comments:

Post a Comment