Use the Input Command File Switch - System Emulation Tool

Teradata System Emulation Tool User Guide

Product
System Emulation Tool
Release Number
15.10
Language
English (United States)
Last Update
2018-10-07
dita:id
B035-2492
lifecycle
previous
Product Category
Teradata Tools and Utilities

Use the Input Command File Switch

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.