Previous Topic: LST and LSTTYPE ParametersNext Topic: Default List Names


OBJLST, MBRLST, FMTLST and DBFLST Parameters

These parameters are used when commands can process only a particular type of list. The list name is specified with one of four list name keywords:

For example, to print an object list called FRED in library QTEMP:

YDOCOBJLST OBJLST (QTEMP/FRED)

When indicating a generic command, indicate the list parameter, and the special value for the object. For example, to change the ownership of all objects in object list FRED:

YCHGOBJOWN OBJ (OBJLST) OBJTYPE (ALL) OBJLST (QTEMP/FRED)

To compile all members in member list FRED into library GEORGE:

YCRTOBJ OBJLIB (GEORGE) SRCFILE (MBRLST) MBR (ALL) MBRLST (QTEMP/FRED)