Command WRKOBJ MYLIB/*ALL displays a list of all objects in MYLIB sorted by Object type/Object name. Sometimes, I'd like to see the same list sorted by Object name/Object type. One reason is that objects starting with the same characters may belong to the same application. DSPLNK '/QSYS.LIB/MYLIB.LIB/*' shows all objects in MYLIB sorted by Object name/Object type. Objects can also be selected in a DOS-like manner: DSPLNK '/QSYS.LIB/MYLIB.LIB/ SC?F*.FILE' will show a list of files in MYLIB that contain SC in the first two positions of the name and F in the fourth. Another DSPLNK advantage is that, unlike WRKOBJ, it has a *PRINT output option.
- Ira Shapiro
LATEST COMMENTS
MC Press Online