I have group item as below :-
01 ws-var1.
05 ws-var2 pic s9(4).
05 ws-var3 pic x(4).
.
.
..
Procedure division.
INITIALIZE WS-VAR3.
What will be the answer-whether spaces or compiler error...
I have group item as below :-
01 ws-var1.
05 ws-var2 pic s9(4).
05 ws-var3 pic x(4).
.
.
..
Procedure division.
INITIALIZE WS-VAR3.
What will be the answer-whether spaces or compiler error...
Compiler error