z/OS Infoprint Server Printer Inventory for PSF
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


list—list names of objects in the Printer Inventory

z/OS Infoprint Server Printer Inventory for PSF
SA38-0694-00

list—list names of objects in the Printer Inventory

Format

list objectclass [where condition [and|or condition]... ] ;

Description

The list command lists the names of all objects in a specified object class or only objects that meet certain criteria.

Operands

objectclass
The class of the objects that you want to list. Valid values are fsa and psf-fss.
where condition [and|or condition...]
Conditions that can limit the objects that are listed. Only objects that meet the conditions are listed. If you omit the where predicate, all objects in the specified object class are listed.

For information about how to specify a condition, see Where predicate.

Usage notes

You can use the list command in combination with the modify command to list all or selected objects in an object class and then modify one or more attributes. For an example, see Example -- modify.

Example -- list

Listing FSA definitions
  • This example lists all FSA definitions in the Printer Inventory:
    pidu -c 'list fsa;'
  • This example lists FSA definitions for PSF printers that are TCP/IP-attached:
     pidu -c 'list fsa where fsa-type=psf-tcpip;'

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014