This question is kind of related to the Byte Usage of PIC S9.
I am doing a report layout (new to COBOL) and I am trying to get a minus sign at the end of my field using the S in the PIC clause, but I also need to use the Z in the PIC clause as well to get rid of any leading zeros, I have tried SZZ9 for a field length
of 3, but it seems not to like that syntax.
Any Suggestions??
I am doing a report layout (new to COBOL) and I am trying to get a minus sign at the end of my field using the S in the PIC clause, but I also need to use the Z in the PIC clause as well to get rid of any leading zeros, I have tried SZZ9 for a field length
of 3, but it seems not to like that syntax.
Any Suggestions??