Author: Robert Sample
Posted: Fri Oct 14, 2016 5:31 pm (GMT 5.5)
I also suspect you are going to run into an issue -- from the manual on the RENAME parameter:
so giving ** going to SYS1.ABCD.** is adding two qualifiers, and hence that is not going to happen, ever.
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth
Posted: Fri Oct 14, 2016 5:31 pm (GMT 5.5)
I also suspect you are going to run into an issue -- from the manual on the RENAME parameter:
Quote: |
You cannot change the number of qualifiers unless you use fully-qualified names, for example, RENUNC((A.B.C,A.B.C.D)). |
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth