EOSLivingston
Programmer
I have an RPG ILE program that creates a CSV file from a physical file on the iSeries OK . . .
BUT, the first field on the PF is a 50 character field that can sometimes contain purely numerics. So when eg '9999999999999999' is the value of the first field, it converts it to 1E+16 on the CSV. AND when you click on the field it expands it to 9999999999999990 . . . ie it replaces the last digit with a 0 !
Any ideas how I can make sure that it stays as a character value in the spreadsheet ? The other values come across OK.
Cheers.
BUT, the first field on the PF is a 50 character field that can sometimes contain purely numerics. So when eg '9999999999999999' is the value of the first field, it converts it to 1E+16 on the CSV. AND when you click on the field it expands it to 9999999999999990 . . . ie it replaces the last digit with a 0 !
Any ideas how I can make sure that it stays as a character value in the spreadsheet ? The other values come across OK.
Cheers.