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.

files


The <files> element groups a set of <file> elements in the product or solution definition. The set of file names are used by product or solution exits.

Parent element: <product> or <solution>

Child elements: <file> (0:*)

Attributes:

Name

Type

Required?

Default

Description

hlq

string

no


The high-level qualifier used to prefix any file names defined within this element.

Example:

      <register>                                                 
   <product id="ZLGCA10" prodlist="no" replace="yes">      
      <name>BMC Product Management</name>                  
      <prodcode>LGC</prodcode>                             
      <prodvrsn>1011</prodvrsn>                            
      <files>                                           
         <file id="kjdexit">RDAKJD.WKJD.LOAD.EXIT</file>
      </files>                                          
      <templates>                                          
         <template type="help">                            
            <dsn>LGC.WDBB1011.USERXML</dsn>                
            <member>LGCHELP</member>                       
            <help>                                         
               <dsn>LGC.WDBB1011.XML</dsn>                 
               <member>LGCHELP</member>                    
            </help>                                        
         </template>                                       
         <template type="optcoll">                         
            <dsn>LGC.WDBB1011.USERXML</dsn>                
            <member>OPTCOLL</member>                       
            <help>                                         
               <dsn>LGC.WDBB1011.USERXML</dsn>             
               <member>OPTCOLLH</member>                   
            </help>                                        
         </template>                                       
      </templates>                                         
   </product>                                              
</register>

 

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

Common mainframe infrastructure 2016 release