Hi,
Everything works just fine now! I added that DECIMAL POINT IS COMMA -clause to the special names section and the move from pic -9(9)V(2) to -B---B---B---B--9,99 is working properly now. I'll have to remember that next time.
Thanks for the help Frederico!
Sakke
Yes it's that DECIMAL POINT AS COMMA -declaration in the special names -section. We use comma instead of point as decimal separator here in Finland. I'll check that from my program on Monday and post the whole program if the problem isn't solved yet.
Thanks for your help!
Regards
Sakke
The sign floats just next to the first
significant digit. So the B puts a space there only when there's a number in that position.
I'm not currently at work right now, so I can't tell you the exact version, but It's 85-something on VMS/ALPHA.
Your example shows just that what I'd like my...
I'm reading this file where the data is written to the file in
edited numeric fields like:
01 Data.
03 Data_a pic -9(13)V(2).
03 Data_b pic -9(13)V(2).
03 Data_c pic -9(13)V(2).
03 Data_d pic -9(13)V(2).
so when the value -2542,23 is stored in
Data_a it looks in the file like this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.