The CEDA DISPLAY command

Use the CEDA DISPLAY command to display one or more group names, list names, or resources.

Syntax

Read syntax diagramSkip visual syntax diagramCEDADISplayList( listname)Group( groupname)Group( groupname)ALl( name)Atomservice( name)Bundle( name)CONnection( name)CORbaserver( name)DB2Conn( name)DB2Entry( name)DB2Tran( name)DJar( name)DOctemplate( name)Enqmodel( name)File( name)Ipconn( name)JOurnalmodel( name)JVmserver( name)LIbrary( name)LSRpool( name)MApset( name)MQconn( name)PARTItionset( name)PARTNer( name)PIpeline( 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)Urimap( name)Webservice( name)REname

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 type and name of the resource you want to display.

Examples

  • To display all groups on the CSD file:
    DISPLAY GROUP(*)
  • To display all groups with seven-character names that begin with PROD:
    DISPLAY GROUP(PROD+++)
  • To display all the lists on the CSD file:
    DISPLAY LIST(*)
  • To display all lists with five-character names that begin with PROD:
    DISPLAY LIST(PROD+)