Try OpenEdge Now
skip to main content
ProDataSets
ProDataSet Parameters : Reducing the data to be passed in a parameter : Specifying the session startup parameter for all temp-table parameters
 

Specifying the session startup parameter for all temp-table parameters

Use the Temp-table Schema Marshal (-ttmarshal) startup parameter to specify the amount of schema information marshaled for all temp-table parameters passed during an OpenEdge client session. This is the syntax for the -ttmarshalstartup parameter:

Syntax

-ttmarshal n
n
A value between 0 and 5 representing the amount of schema information to marshal for temp-table parameters. The default value is 0 (which includes all schema information for all temp-table parameters).
The following table lists the possible schema marshaling startup parameter values.
Value
Description
0
Includes all schema information for all temp-table parameters
1
Minimizes schema information for static temp-table parameters
2
Minimizes schema information for all temp-table parameters
3
Excludes schema information for static temp-table parameters
4
Excludes schema information for all temp-table parameters
5
Excludes schema information for static temp-table parameters and minimizes schema information for dynamic temp-table parameters