Allocating SMP/E Target and Distribution Libraries - Teradata Tools and Utilities

Teradata® Tools and Utilities for IBM z/OS Installation Guide

Product
Teradata Tools and Utilities
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-19
dita:mapPath
gfl1544831938738.ditamap
dita:ditavalPath
dyf1465132352622.ditaval
dita:id
B035-3128
lifecycle
previous
Product Category
Teradata Tools and Utilities
  1. Submit the following jobs to allocate the SMP target and distribution libraries:
    JCL Member Description
    ALOCBASE The target and distribution libraries needed to install the base product.
    ALOCSLIB The test system libraries, LPALIB and LINKLIB.
    ALOCTDC The target and distribution libraries needed to install the CICS function. Submit this job if you want to install the IBM CICS Interface for Teradata (CICS Interface).
    ALOCTPT The target and distribution libraries needed to install the Teradata Parallel Transporter function. Submit this job if you are installing this function.
    The jobs are located in dbcpfx.PROCLIB and include comments on how to modify them.
    • ALOCBASE

      ALOCBASE allocates the target and distribution libraries needed to install the base function.

      Add the names and volumes of APF-authorized libraries to the appropriate member in PARMLIB. For the list of libraries to be authorized, see About Authorizing Teradata Libraries and Programs.

      ALOCBASE allocates the following libraries:
      Target Libraries Distribution Libraries

      TDPLOAD

      TDPMAC

      TDPASM

      APPLOAD (must be PDS/E)

      AUTHLOAD (must be PDS/E)

      SAMPLIB

      CLIST

      ATDPLOAD

      ATDPMAC

      ATDPASM

      AAPPLOAD (must be PDS/E)

      AICULOAD (must be PDS/E)

      AAPPSAMP

      AAPPCLST

    • ALOCSLIB

      ALOCSLIB allocates the test system libraries, LPALIB and LINKLIB.

      You do not need to submit ALOCSLIB if you already have an LPALIB and LINKLIB available for testing purposes.
    • ALOCTDC

      ALOCTDC allocates the target and distribution libraries needed to install IBM CICS Interface for Teradata. Modify and submit this member only if you are installing the client software in a CICS environment.

      ALOCTDC allocates the following libraries:
      Target Libraries Distribution Libraries
      CXILOAD ACXILOAD
    • ALOCTPT

      ALOCTPT allocates the target and distribution libraries needed to install the Teradata Parallel Transporter. Modify and submit this member only if you are installing Teradata Parallel Transporter.

      ALOCTPT allocates the following libraries:
      Target Libraries Distribution Libraries
      TPTLOAD ATPTLOAD
      TPT.H ATDPH
      SDSNMACS ADSNMACS
      • Many Teradata Tools and Utilities (such as; Teradata Parallel Transporter, FastLoad, and MultiLoad) use certain z/OS features and facilities, much like many other z/OS products (such as CICS and DB2). For these utilities to function properly, either a valid RACF OMVS segment must be associated with the userid under which the utility executes, or a default UID must exist. For more information, see z/OS UNIX System Services Planning (GA22-7800) available at http://www.ibm.com/support/knowledgecenter/.
      • On z/OS, square brackets “[ ]” in Teradata Parallel Transporter job scripts have the wrong character encoding to be displayed correctly or to be interpreted as square brackets by the Teradata Parallel Transporter parser/compiler, unless code page "Latin1 1047" is used (and not code page 037). TPT users must set up codepage "Latin 1 1047" for TSO sessions.