I will be generating a flat text file that someone's cobol program will import.
in the FD they sent me, there is a PIC definition that I am not 100% sure about.
PIC S9(11)V9(02) SIGN IS LEADING SEPARATE CHARACTER.
if I am writing out the number -123.45
where does it expect the sign to be?
is it as follows:
-0000000012345
or
00000000-12345
Thank you in advance for help.
in the FD they sent me, there is a PIC definition that I am not 100% sure about.
PIC S9(11)V9(02) SIGN IS LEADING SEPARATE CHARACTER.
if I am writing out the number -123.45
where does it expect the sign to be?
is it as follows:
-0000000012345
or
00000000-12345
Thank you in advance for help.