im trying to fectch data from the variable that has already populated like
01 ws-date pic x(10).
from this im again trying to fetch data and store back like
move ws-date(1:4) to ws-date.
------------
marked above is throws error like not unique variable im not declaring im just reassign the value.
Thank you in advance
01 ws-date pic x(10).
from this im again trying to fetch data and store back like
move ws-date(1:4) to ws-date.
------------
marked above is throws error like not unique variable im not declaring im just reassign the value.
Thank you in advance