Using the Input Command File Switch - System Emulation Tool

Teradata® System Emulation Tool User Guide

Product
System Emulation Tool
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-19
dita:mapPath
log1544831946868.ditamap
dita:ditavalPath
obe1474387269547.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.
  1. 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.