I have a input file PS in which there are two columns of name and age. I want to sort it in a manner that the display should only consist of name starting with 'A' as well as age equal to or more than 20.
I know It will be done by sort and include condition, But I want to know the exact syntax. Please help me....
The logic I tried using was: SORT FIELDS=(1,1,CH,A)
INCLUDE COND=(1,1,CH,EQ,C'A').
Thanks In Advance!!