I have a field that contained XX126.000 (where the X’s are the ‘.’ That are visible on the screen). the user then removed the last zero saying that she used the delete key, making the field (we will call fred) 'XX126.00B' WHERE THE X's are '.' and the B is a blank
This field goes through a BIF DEEDIT:
EXEC CICS BIF DEEDIT
FIELD(FRED)
LENGTH(9)
END-EXEC.
My question is what will Fred come out as '000012600' or '000012600B' (where be is a blank)? And yes, I have googled it, and I could not find the answer that is why I am here.