Previous Topic: Syntax DiagramNext Topic: YRMVLLE (Remove Library List Entry)


Parameters

Parameter

Definition

Value and Description

LSTTYPE

List type for operation

  • *DBF: Database file list
  • *FMT: Format list.
  • *MBR: Member list.
  • *OBJ: Object list

LSTA

Qualified name of a list which is operand 1

  •  

LSTOPR

List (set) operation

  • *SUB: (default) Subtract contents of LSTB from LSTA
  • *DIFF: Calculate difference between two lists
  • *INTERSECT: Calculate intersection of two lists
  • *UNION: Calculate union of two lists

LSTB

Qualified name of a list which is operand 2

  • QTEMP/TEMPLST: (default) List name

TOLST

Qualified name of a list to contain the result

  • *LSTA: Place result of the operation in list named by LSTA parameter

LSTOPT

List replacement option

  • *REPLACE: (default) Replace any existing contents of TOLST
  • *ADD: Add to current TOLST contents

IGNLIB

Ignore library names when comparing list items

  • *NO: (default) Use library name when comparing list items
  • *YES: Ignore library name

IGNFIL

Ignore file names when comparing member list items

  • *NO: (default) Use file name when comparing member list name
  • *YES: Ignore file name when comparing member list items

IGNCRTDTE

Ignore creation dates when comparing list items (database file, member and object lists only)

  • *YES: (default) Ignore creation dates
  • *NO: Check that creation dates are the same when comparing list items

IGNCHGDTE

Ignore change dates when comparing list items (database, member and object list only)

  • *YES: (default) Ignore change dates
  • *NO: Check that change dates are the same when comparing list items

IGNFMTID

Ignore format ids when comparing list items (format lists only)

  • *YES: (default) Ignore format id
  • *NO: Check that format ids are the same when comparing list items