Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
To enter multiple options, separate them with a space. To enter a value that contains a space or other non-alphanumeric character, enclose the value in quotation marks.... -o option_name=value option_name=value ...
Option
| Description
|
---|---|
CodePage
| Required. Code to read from or write to the VSAM file. Use the ISO code page name, such as ISO-8859-6. The code page name is not case sensitive.
|
ArraySize
| Optional. Determines the number of records in the storage array for the threads when the worker threads value is greater than 0. Valid values are from 1 through 5000. Default is 25.
|
Compression
| Optional. Compresses the data to decrease the amount of data Informatica applications write over the network. True or false. Default is false.
|
EncryptionLevel
| Optional. Level of encryption. If you specify AES for the EncryptionType option, specify one of the following values to indicate the level of AES encryption:
Default is 1.
If you specify None for encryption type, the Data Integration Service ignores the encryption level value.
|
EncryptionType
| Optional. Controls whether to use encryption. Specify one of the following values:
|
InterpretAsRows
| Optional. If true, the pacing size value represents a number of rows. If false, the pacing size represents kilobytes. Default is false.
|
Location
| Location of the PowerExchange listener node that can connect to VSAM. The node is defined in the PowerExchange dbmover.cfg configuration file.
|
OffLoadProcessing
| Optional. Moves bulk data processing from the VSAM source to the Data Integration Service machine.
Enter one of the following values:
Default is Auto.
|
PacingSize
| Optional. Slows the data transfer rate in order to reduce bottlenecks. The lower the value, the greater the session performance. Minimum value is 0. Enter 0 for optimal performance. Default is 0.
|
WorkerThread
| Optional. Number of threads that the Data Integration Service uses to process bulk data when offload processing is enabled. For optimal performance, this value should not exceed the number of available processors on the Data Integration Service machine. Valid values are 1 through 64. Default is 0, which disables multithreading.
|
WriteMode
| Enter one of the following write modes:
|
EnableConnectionPool
| Optional. Enables connection pooling. When you enable connection pooling, the connection pool retains idle connection instances in memory. When you disable connection pooling, the Data Integration Service stops all pooling activity. True or false. Default is false.
|
ConnectionPoolSize
| Optional. Maximum number of idle connections instances that the Data Integration Service maintains for a database connection. Set this value to be more than the minimum number of idle connection instances. Default is 15.
|
ConnectionPoolMaxIdleTime
| Optional. Number of seconds that a connection exceeding the minimum number of connection instances can remain idle before the connection pool drops it. The connection pool ignores the idletime when it does not exceed the minimum number of idle connection instances. Default is 120.
|
ConnectionPoolMinConnections
| Optional. Minimum number of idle connection instances that the pool maintains for a database connection. Set this value to be equal to or less than the idle connection pool size. Default is 0.
|