I have an input PS in the following format:
CREDIT CARD NUMBER - COLUMN 1 TO 16
CARD HOLDER NAME - COLUMN 17 TO 28
CREDIT LIMIT - COLUMN 30 TO 38 -- IN RUPEES
CARD TYPE - COLUMN 40 TO 50
Sample record in the above file:
1457682567098765 ANDREW 42000.00 MASTER CARD
I want to get the records which have CREDIT LIMIT MORE THAN RS 42000.00. Please help me out which sort statement should i use here.