Are "nested" PACKAGEs permitted?
I think of something like:
 JUNKALL  $PACKAGE JUNK-L
 JUNKSRC  $PACKAGE JUNK-L
 JUNKOBJ  $PACKAGE JUNK-L
 JUNKDOCS $PACKAGE JUNK-L
where in turn JUNKDOCS PACKAGE contains:
 JUNKDOC1 MEMO     JUNK-L
 JUNKDOC1 HELPCMS  JUNK-L
  ... and so on
Will GET and FUI/AFD work on such a construct?
Do you have  to AFD to the "root"  or to the individual PACKAGEs  and is there
danger that you receive duplicates?
Christian