z/OS Infoprint Server Operation and Administration
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


display—show attributes of an object

z/OS Infoprint Server Operation and Administration
SA38-0693-00

display—show attributes of an object

Format

display objectclass name ;

Description

The display command lists the attributes for an object in the Printer Inventory. This command writes the attributes to stdout. The attributes are displayed in the format required by the create command.

Operands

objectclass
The class of the object that you want to display. For a list of the object classes, see Table 38.
name
The name of the object. Names are case-sensitive, so be sure to use the correct uppercase and lowercase letters. Enclose the name in single or double quotation marks if the name contains special characters.

Tip: To display the system configuration definition, specify aopd.conf as the name.

Usage notes

  • The display command does not list attributes that are specified in any components that are included in a printer definition. If a printer definition includes components, use the display-fully command.
  • The display command might not list attributes that you have set to default values. This is because, to save space in the Printer Inventory, the Infoprint Server ISPF panels do not generally store attributes with default values.

Examples -- display

Displaying a printer definition

This example displays attributes for the lp1 printer definition. It does not display attributes for the components that are included in the lp1 printer definition.

pidu -c 'display printer lp1 ; '
Displaying an FSA definition

This example displays attributes for the FSA1 FSA definition:

pidu -c 'display fsa FSA1 ; ' 
Displaying the system configuration definition

This example displays attributes in the aopd.conf system configuration definition:

pidu -c 'display configuration aopd.conf ; ' 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014