Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sharlas

    Need help with edited fields

    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
  2. sharlas

    Need help with edited fields

    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
  3. sharlas

    Need help with edited fields

    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...
  4. sharlas

    Need help with edited fields

    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...

Part and Inventory Search

Back
Top