Previous Topic: UPDLST actionsNext Topic: Output Lists and the UPDLST Parameter


Output Lists

Certain of the generic commands allow you to specify an output list: the results of executing the list will be to produce a new list.

In some cases a separate output list is mandatory. For example, in the following command to convert an object list into a member list:

YCVTOBJLST OBJLST(SIMBA) MBRLST(CHUUI)

In other cases a separate output list is optional. For example, the following command would scan the members named in an input list called NUGU and produce an output list FISI containing just the names of the members containing the search string:

YSCNSRC SELN(*IF ‘QCAEXEC’) MBRLST(NUGU) OUTLST(FISI) UPDLST(*RMVERR)