Henrik Paludan-Mørk
2023-03-20 13:36:11 UTC
i am looking to create a DEF which contains earlier DEFS, stored already in the DICT.
DEF
custname TYPE *.
custaccount TYPE custaccount.
custadrs TYPE adrsrec.
end.
where custadrs is really a RECORD used in a file.
so that the resulting DEF is in fact sort of nested.
This does not seem to work, and i am sure i misunderstand something.
What have i forgotten? (this time around...)
DEF
custname TYPE *.
custaccount TYPE custaccount.
custadrs TYPE adrsrec.
end.
where custadrs is really a RECORD used in a file.
so that the resulting DEF is in fact sort of nested.
This does not seem to work, and i am sure i misunderstand something.
What have i forgotten? (this time around...)