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.

ddname


The <ddname> element refers to a valid JCL DD name in the JCL for LGCUTIL.

  • If used within the <export> command, the DD name refers to the target location for the export.
  • If used within the <import> command, the DD name refers to the location of the data to be imported. Input to the <import> command can be the output from an <export> command from another LGC repository.

Parent element: <import> or <export>

Child elements: None.

Attributes: None.

Example:

<export format="xml">    
  <ddname>DOM</ddname>
  <optionsets>                         
     <optionset>
        <name>ADS8</name>        
        <prodcode>DOM</prodcode>
        <prodvrsn>1010</prodvrsn>
     </optionset>                      
     <optionset>
        <name>AFDPLEX</name>     
        <prodcode>DOM</prodcode>
        <prodvrsn>1010</prodvrsn>
     </optionset>
    </optionsets>                      
</export>

 

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

Common mainframe infrastructure 2016 release