KenCunningham
Technical User
Good day to all,
I've been creating a feeder file using Access and am currently stuck in obtaining the correct format. The feeder needs to be in the format:
8000107188 61 0100000000000.01CT05-FEB-2002
8000107178 01 0100000000000.01CT05-FEB-2002
8000107379 81 0100000000000.01CT05-FEB-2002
8000108879 11 0100000000000.01CT05-FEB-2002
8000107166 71 0100000000000.01CT05-FEB-2002
8000115416 51 0100000000000.01CT05-FEB-2002
but so far using my Access export, I am not getting the decimal point from my original file. Rather than mess around any more in Access, I hope to go native and use a solaris script to insert the decimal point appropriately. Clearly, it will need to be inserted two digits before the CT in the third string above, so that my current output:
6049764501 62 PP00000000001500CT02-Apr-2002
becomes:
6049764501 62 PP00000000015.00CT02-Apr-2002
Can anyone think of a relatively easy way of doing this? Many thanks in advance.
I've been creating a feeder file using Access and am currently stuck in obtaining the correct format. The feeder needs to be in the format:
8000107188 61 0100000000000.01CT05-FEB-2002
8000107178 01 0100000000000.01CT05-FEB-2002
8000107379 81 0100000000000.01CT05-FEB-2002
8000108879 11 0100000000000.01CT05-FEB-2002
8000107166 71 0100000000000.01CT05-FEB-2002
8000115416 51 0100000000000.01CT05-FEB-2002
but so far using my Access export, I am not getting the decimal point from my original file. Rather than mess around any more in Access, I hope to go native and use a solaris script to insert the decimal point appropriately. Clearly, it will need to be inserted two digits before the CT in the third string above, so that my current output:
6049764501 62 PP00000000001500CT02-Apr-2002
becomes:
6049764501 62 PP00000000015.00CT02-Apr-2002
Can anyone think of a relatively easy way of doing this? Many thanks in advance.