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 FMNxPARM 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 FMN4POPT.

For more information on setting up File Manager to use a template repository, see the File Manager for z/OS Customization Guide.