|
I noticed MI seems to interpret replication differently between array and non-array initializations, for example: DCL DD A CHAR(6) INIT(*(1)(2)"a", *(3)(4)"b"); DCL DD B(6) CHAR(6) INIT(*(1)(2)"a", *(3)(4)"b"); this results in A: "aabbbb" and results in B: "a " "a " "b " "b " "b " "b " I'm looking for a way to initialize first element in array B to "aaaaaa" by specifying the "a" once, with replication factor 6. Is this possible?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.