Addressing Mode on z/OS Systems - Parallel Data Pump

Teradata® Parallel Data Pump Reference

Product
Parallel Data Pump
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-19
dita:mapPath
ioq1544831946920.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-3021
lifecycle
previous
Product Category
Teradata Tools and Utilities

Either 31-bit or 24-bit addressing for INMOD routines can be used on mainframe-attached systems. The 31-bit mode provides access to more memory, which enhances performance for Teradata TPump jobs with a large number of sessions.

Use the following linkage parameters to specify the addressing mode when building INMOD routines for z/OS systems:

  • For 31-bit addressing: AMODE(31) RMODE(24)
  • For 24-bit addressing: AMODE(24) RMODE(24)