

Managing Model Objects › Impact Analysis › Working with Model Object Cross References in Batch
Working with Model Object Cross References in Batch
Following are examples of using the Display Model Usages (YDSPMDLUSG) and the Display Model References (YDSPMDLREF) commands in batch:
- To add all usages for all objects in model object list WRKLST (in library MYMDL) to model object list OUTLST, including usages up to and including the first external function, use:
YDSPMDLUSG MDDLST(MYMDL/WRKLST) +
SCOPE(*EXTFUN) OUTPUT(*MDLLST) +
OUTMDLLST(OUTLST) OUTLSTUPD(*ADD)
- To print a list of access paths and external functions that are referenced by model objects existing on model object list MYLIST, use:
YDSPMDLREF MDLLST(*MDLLIB/MYLIST)+
OUTPUT(*PRINT) FILTER(*GENOBJ)
Copyright © 2014 CA.
All rights reserved.
 
|
|