Am I not thinking clearly? (quite possible since I've needed a nap all day)
If I have a DS defined (in a prototype copy member) and one of the subfields
is an array defined like this:
d designOption 5A Dim(10)
In my program, how can I define a standalone workfield LIKE one element of
designOption? In other words I'd like to define a workfield that is 5A (not
an array), but without hardcoding the 5A, so that if/when designOption is
redefined at some point in the DS, my workfield will automatically have this
new definition when I recompile.
Thanks. |