ARCENV and ARCENVX - TARA/ABU

Teradata Archive/Recovery Utility Reference

Product
TARA/ABU
Release Number
15.00
Language
English (United States)
Last Update
2018-09-25
dita:id
B035-2412
lifecycle
previous
Product Category
Teradata Tools and Utilities

ARCENV and ARCENVX

Purpose  

ARCENV and ARCENVX are environment variables in which any valid Teradata ARC runtime parameters can be specified.

Usage Notes  

Here is an example using ARCENV and ARCENVX:

   SET ARCENV=WDIR=C:\TEMP\ARC\
   SET ARCENVX=SESSIONS=20

Almost all runtime parameters can be set as defaults in ARCENV or ARCDFLT or in some combination of both. ARCMAIN internally loads the contents of ARCENV, or the contents of the default file to which ARCDFLT points, when ARCMAIN builds runtime parameters using these rules:

  • If a parameter is specified multiple times in difference places, the override priority is:
  • a Parameters set in ARCENVX

    b Actual runtime parameters on the command line

    c Parameters set in ARCENV

    d Parameters set in the default file pointed to by ARCDFLT

  • Specify runtime parameters in any order as long as PARM / DEFAULT is specified first.
  • Commas or white spaces can be used as delimiters to separate ARCMAIN runtime parameter syntax elements. If any of the runtime parameters require commas or white spaces in their values, the values must be delimited by double or single quotes:
  •    WORKDIR='\my workdir'
       IOPARM='device=tape1 tapeid=100001 volset=weeklybackup'