Page 1 of 1

Sort condition with valriable field length

PostPosted: Fri Aug 15, 2014 12:51 am
by apjohn1986
Hi,

I have a VB file which has data as below. here i need to sort file based on values before comma (values are not in fixed length). Is this possible in SORT? If so, can you please help with sample sortcard?

8789753457867,BEN
178975345,JOHN
18788879,ROBIN
37564785,WILLAIMS

Re: Sort condition with valriable field length

PostPosted: Fri Aug 15, 2014 1:59 am
by BillyBoyo
Have a look at PARSE in your documentation, there are examples as well, also many here and elsewhere.