Hi,
I would like to know if it is possible to use information from the XREF-Layout in the MOVE-parameter for example.
Is it possible to use something like this:
$$DD01 COPY IF=(5,EQ,C'MYUSERID'),
MOVE=(MEMBER_NAME_FROM_XREF_LAYOUT,C'NEW VALUE OF MEMBER_NAME')
This would have several benefits, for example if the XREF-layout changes, I only have to specify the new XREF layout, but I don't need to update all the "to-locations".
Thanks.