Information
Space announcement We are no longer updating this version of the documentation for the infrastructure components (DBC, LGC, and NGL).  You can no longer leave comments on it. For the latest version of the documentation, see Common Mainframe Infrastructure 2022 release.

list


Use the <list> command element to list the registration information for a product, DBC subsystem, or DBC group definition.

Parent element: <lgcutil>

Child elements: <dbc> (0:*), <product> (0:*), <products> (0:*), <solution> (0:*), and <solutions> (0:*)

Attributes: None.

Example:

The following example shows a <list> command element that includes a single product:

<lgcutil version="1010">              
  <list>                              
   <product>                          
     <prodcode>AFR</prodcode>   
     <prodvrsn>1020</prodvrsn>  
   </product>                         
   <dbc ssid="LGQR" />                             
   <dbc dbcgroup="DBCMSM" />                          
  </list>                             
</lgcutil>

The following example shows a <list> command element that includes the <products> element.

<lgcutil version="1010">              
  <list>
    <products>
       <product>
          <prodcode>ACP</prodcode>
          <prodvrsn>1020</prodvrsn>
       </product>
    </products>
  </list>
</lgcutil>

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

Common mainframe infrastructure 2016 release