The CEDA DISPLAY command

Display one or more group names, list names, or resources on a full screen panel.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-CEDA--DISplay------------------------------------------------>

>--+-List(listname)--+------------------+-----------------+----><
   |                 '-Group(groupname)-'                 |   
   '-Group(groupname)--+--------------------+--+--------+-'   
                       +-ALl(name)----------+  '-REname-'     
                       +-Connection(name)---+                 
                       +-CORbaserver(name)--+                 
                       +-DB2Conn(name)------+                 
                       +-DB2Entry(name)-----+                 
                       +-DB2Tran(name)------+                 
                       +-DJar(name)---------+                 
                       +-DOctemplate(name)--+                 
                       +-Enqmodel(name)-----+                 
                       +-File(name)---------+                 
                       +-Journalmodel(name)-+                 
                       +-Lsrpool(name)------+                 
                       +-Mapset(name)-------+                 
                       +-PARTItionset(name)-+                 
                       +-PARTNer(name)------+                 
                       +-PROCesstype(name)--+                 
                       +-PROFile(name)------+                 
                       +-PROGram(name)------+                 
                       +-Requestmodel(name)-+                 
                       +-Sessions(name)-----+                 
                       +-TCpipservice(name)-+                 
                       +-TDqueue(name)------+                 
                       +-TErminal(name)-----+                 
                       +-TRANClass(name)----+                 
                       +-TRANSaction(name)--+                 
                       +-TSmodel(name)------+                 
                       '-TYpeterm(name)-----'                 

Description

Options

Group(groupname)
specifies the name of the group to be displayed. You can use a generic group name.
List(listname)
specifies the name of the list to be displayed. You can use a generic list name.
REname
This option applies only to GROUP. Specifying RENAME allows you to rename resource definitions within the group.
resource(name)
specifies the name of the resource to be displayed.

Examples

To display all groups on the CSD file:
DISPLAY GROUP(*)
To display all groups whose names begin with PROD and have seven characters:
DISPLAY GROUP(PROD+++)
To display all lists on the CSD file:
DISPLAY LIST(*)
To display all lists whose names begin with PROD and have five characters:
DISPLAY LIST(PROD+)