Hi All,
I want to sort a PS file, which is comma delimited file, Here is the sample data, and i want to sort according to the first column.
123456789,Aus,Jeffa,Sydney
12345,Texas,John Doe,San
234,NJ,Joe,Mexico
678892,IN,Abdul Dariff,Delhi
I should get,
234,NJ,Joe,Mexico
12345,Texas,John Doe,San
678892,IN,Abdul Dariff,Delhi
123456789,Aus,Jeffa,Sydney
Please gimme a JCL, Thank you in Advance.