Hi, In the creating the faltfile dictionary (Fixed length), the first field is ((86-87) pad left with zeros to length of 2) " _" second field ((88-96) pad left with zeros to length of 9) "_" third fileld ((97-105) pad left with zeros to length of 9)
concatenate all the three fields with "_" underscore...
Can u pls suggest me how to achieve the above.....and while defining the fields the start and end values what we need to give.?
Leave a Reply
Guest User
Not sure what solution is right for you?
Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.
Rajesh
Hi, In the creating the faltfile dictionary (Fixed length), the first field is ((86-87) pad left with zeros to length of 2) " _" second field ((88-96) pad left with zeros to length of 9) "_" third fileld ((97-105) pad left with zeros to length of 9)
concatenate all the three fields with "_" underscore...
Can u pls suggest me how to achieve the above.....and while defining the fields the start and end values what we need to give.?