hi friends,
just get me this out....
01 ENTIRE-MESSAGE.
05 FILLER PIC X(4) VALUE "For ".
05 VALUE1 PIC ZZ9 VALUE 1.
05 PARTIAL-MESSAGE.
10 FILLER PIC X(14) VALUE " the total is ".
10 VALUE2 PIC ZZZ,ZZZ,ZZ9.99.
In memory, what is the length of the variable ENTIRE-MESSAGE and the length of the variable PARTIAL-MESSAGE(i.e.how many characters)
Regards
kurup
just get me this out....
01 ENTIRE-MESSAGE.
05 FILLER PIC X(4) VALUE "For ".
05 VALUE1 PIC ZZ9 VALUE 1.
05 PARTIAL-MESSAGE.
10 FILLER PIC X(14) VALUE " the total is ".
10 VALUE2 PIC ZZZ,ZZZ,ZZ9.99.
In memory, what is the length of the variable ENTIRE-MESSAGE and the length of the variable PARTIAL-MESSAGE(i.e.how many characters)
Regards
kurup