stevenbyers
Programmer
How do I define a field in a COBOL program that can read data that has a floating and/or stationary negative sign (-). For example, if the data I want to read is on a file as:
- 500
-25
What PICTURE clause(s) should I use?
- 500
-25
What PICTURE clause(s) should I use?