Under straight z/OS you can do this like so:
do i=1 to dataA.0
dataAll.i = dataA.i
end
do j=1 to dataB.0
i=j+dataA.0
dataAll.i = dataB.j
end
dataAll.0 = dataA.0 + dataB.0
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.