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.

template


The <template> element defines a template. This element can define several template types, specified by the type attribute.

Parent element: <templates>

Child elements: <dsn> (0:1), <member> (0:1), <help> (0:1), and <file> (0:1)

Attributes:

Name

Type

Required?

Default

Description

type

string

no

display_config

Identifies the type of the template.

The maximum length of this value is 16.

The name must conform to PDS member characteristics, except that it can include the underscore character.

Example:

         <register>                                               
   <product replace="yes" id="ZLGCA10" prodlist="no">    
      <prodcode>LGC</prodcode>                     
      <prodvrsn>1011</prodvrsn>                    
      <name>BMC Configuration Component for z/OS</name>       
      <templates>
         <template type="help">                          
            <dsn>ROHMXN.IVP101MV.BMCXML</dsn>      
            <member>LGCHELP</member>               
            <help>                                       
               <dsn>ROHMXN.IVP101MV.BMCXML</dsn>   
               <member>LGCHELP</member>            
            </help>                                      
         </template>                                     
      </templates>                                       
      <files></files>                                           
      <created>                                          
         <date>20110307</date>                     
         <time>124732939819</time>                 
         <userid>RDADAC2</userid>                  
      </created>                                         
      <updated>                                          
         <date>20110603</date>                     
         <time>110237504222</time>                 
         <userid>ROHMXN</userid>                   
      </updated>                                         
   </product>                                            
</register>

 

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

Common mainframe infrastructure 2016 release