Hello again Dec,
I was in error trying to explain the "floating sign".
It should read as follows:
You can use a "floating" - sign, e.g. ---.99; 00321 will print as 3.21; 00000 as .00; and 0032J (X'F0F0F3F3D1') will print as -3.21. Remember, your sending field must have a sign in its pic (S999v99), else all prints of negative #s will show as positive.
Jack