Specifying the repository data set name

There are three methods of providing the name of the template repository data set.

The methods are evaluated in the following order and the first specification is used for the rest of the session.

  1. Specify the repository name in the respective HFMxPARM PARMLIB member.
  2. Allocate a ddname TPREPOS to a TSO/ISPF session or specify it as a DD card to a batch job.
    JCL:
    //DD TPREPOS DISP=SHR,DSN=hlq.TEMPLATE.REPOSTRY 
    TSO command:
    'ALLOC FI(TPREPOS) DA('hlq.TEMPLATE.REPOSTRY') SHR REUSE'
  3. Customize the options module HFM4POPT.

For more information on setting up Z Data Tools to use a template repository, see the Z Data Tools Customization Guide.