Hi,
can some one help with a dfsort to get a comma separated file from a FB flat file. The requirement is to remove all the leading/trailing spaces from the field and put a comma separator instead.
ex: my layout contains;
col-1: 5 bytes
col-2: 3 bytes
col-3: 10 bytes
col-4: 10 bytes
col-5: 10 bytes
ex rec (no quotes in actual record): " 123 10xyz abc" (there is no value for the col-5)
Req Output: "123,10,xyz,abc"
Thanks
Ajay