Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JeffQuade

    Join two stem variables?

    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

Part and Inventory Search

Back
Top