• User's guide
  • API
Search Results for

    Show / Hide Table of Contents
    • Concepts
    • Installation
    • Configuration
      • Overview
      • License
      • Datasources
      • Configuration
      • Plug-Ins
      • Codepages
      • Environment Variables
      • Include files
      • Example
    • Jobs
      • Jobs
      • Include
      • Multi-Threaded Jobs
      • Tracking Jobs
    • Tasks
      • Overview
      • Copy Check
      • Excel
      • File Compare
      • File Copy
      • File Dump
      • File Edit
      • File Format
      • Foreach
      • Generate
      • IMS/DB Data Conversion
      • JCL Submit
      • Listcat
      • Log
      • Powershell
      • Set Environment Variable
      • Sql
      • Stored Procedure Compare
      • Table Compare
      • Table Copy
      • Table Load
      • Table Scan
      • Table Unload
      • User Script
    • Layouts
      • Overview
      • XML Definition
      • COBOL Definition
      • Field data Types
    • Extensibility
      • Extending Ianus
      • Column Comparators
      • Column Converters
      • Record Comparators
      • File Editors
      • User Script
      • Record Layout Match Class
      • Column Layout Match Class
      • User Fields
      • Codepages
      • Resources
    • Usage
      • Command Line
      • Monitors
      • Programmatically
      • Unit Testing
    • Known Issues
    • Disclaimers

    Environment Variables

    Environment variables can be used in the configuration, expressed in DOS like format (%NAME%).

    Example

        <repository>
          <id>REMOTE_ASCII</id>
          <type>luw</type>
          <host>192.168.1.6</host>
          <user>ianus</user>
          <password>giano</password>
          <remotepath>/home/ianus/data/ascii</remotepath>
          <path>%HOMEDRIVE%%HOMEPATH%\Files\ASCII</path>
          <encoding>ascii</encoding>
          <endian>big</endian>
          <varfmt>microfocus</varfmt>
        </repository>
        <reports>
          <path>%TEMP%\reports</path>
          <enabled>true</enabled>
        </reports>
    
    In This Article
    Back to top Copyright 2021 - Hewlett-Packard Enterprise