Using the Input Command File Switch - System Emulation Tool

Teradata System Emulation Tool User Guide

Product
System Emulation Tool
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-07
dita:mapPath
lth1488824663584.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2492
lifecycle
previous
Product Category
Teradata Tools and Utilities

Use the input command file switch to read command options from a file. No other switch is allowed on the command line when the icf switch is specified.

  • Use the following command syntax to specify an input command file:
    tset [-icf <commandfile>]

    The following is an example of how to specify an input command file from the command line. Type:

    tset -icf command.txt

    where the file command.txt contains the following text:

    -c mydsn -ed db1 -dsro

    Command options are read from command.txt, and the command is executed.