Previous Topic: Notes

Next Topic: YINXMDLLST (Index a Model List) Command

Examples

To filter model object list WRKOBJS to out list WRKLST so that it contains all objects requiring a visit due to updates made to component objects:

YFLTMDLLST ( *EDT ) MDLLST +
 (*MDLLIB/WRKOBJS ) OUTLST +
 (*MDLLIB/WRKLST) OUTLSTOPT +
 ( *REPLACE ) ACTRQD

To filter model object list FUNLST so that it contains only objects relating to Costing (note that a reliable naming convention is required for this type of filtering):

YFLTMDLLST ( '*COST*' ) MDLLST + (*MDLLIB/FUNLST) OBJNAM

To filter model object list ALLOBJLST so that it contains only non-current objects:

YFLTMDLLST FILTER( *OMIT ) ( *YES ) + MDLLST(ALLOBJLST ) CUROBJ