Previous Topic: Syntax DiagramNext Topic: YDSPPGMQ (Display a Program’s Message Queue)


Parameters

Parameter

Definition

Value and Description

FILE

CL variable that (1) contains the name of the file(s) whose members are displayed, and (2) returns the name of the file selected by the user

  • Character variable, ten bytes long
  • Generic names are allowed
  • *ALL: (default) display all files in the specified library

LIB

CL variable that (1) contains the name of the library containing the file(s) displayed - or a special value, and (2) returns the name of the library containing the file selected by the user

Character variable, ten bytes long

  • *LIBL: (default) display the first files found with the specified name in the current job’s library list
  • *USRLIBL: display the first files found with the specified name in the user part of the current job’s library list
  • *ALLUSR: display all files found with the specified name in all user libraries
  • *ALL: display all files found with the specified name in all libraries

MBR

CL variable that (1) contains the name of the member(s) to be displayed, and (2) returns the name of the member selected by the user. Generic names and name masks are allowed

Character variable, ten bytes long

*ALL: (default) selects all files in the specified library

FILEATR

CL variable that (1) contains the attribute of the file to be displayed and (2) returns the attribute of the file selected by the user

Character variable, four bytes long, restricted to the following two values

  • *PHY:(default) display physical files
  • *LGL: display logical files