Hi,
I have a variable that is defined as a
01 TOT-DAYS PIC S9(07) COMP-3.
in order to have a "peek" at it i defined a second variable
01 WS-TOTAL-DAYS PIC S9(07).
and moved the first one into the second one.
i get "000001è" in the display. I think its value is -11, but i am not positive.
How can i find out ? thanks.
I have a variable that is defined as a
01 TOT-DAYS PIC S9(07) COMP-3.
in order to have a "peek" at it i defined a second variable
01 WS-TOTAL-DAYS PIC S9(07).
and moved the first one into the second one.
i get "000001è" in the display. I think its value is -11, but i am not positive.
How can i find out ? thanks.