If the parameter is a User Defined Type, select distinct.

Select a data type from the list. Your selection determines which controls are available.

Specify a unit of measure.

Specify the column name. Valid characters are the letters A through Z, the characters 0 through 9, and EBCDIC code points X'5B', X'7B', and X'7C.

Specify a value for the length of a parameter. If you do not specify a length for a CHAR, CHARACTER, or GRAPHIC, then length is set to 1. You must specify a length for VARCHAR or VARGRAPHIC.

Specify a value for the total number of digits in a parameter. You must specify a value between 1 and 31. If you specify a precision value, then you must also specify a scale value. If you do not specify precision and scale, then precision is set to 5 and scale to zero.

Specify the number of digits to the right of the decimal point in a parameter. You must specify a value between 1 and the specified precision value. If you do not specify precision and scale, then precision is set to five and scale to zero.

The parameter holds single-byte data. Character conversion occurs when the parameter passes from a DRDA requester to a DRDA server. This is the default if the install option MIXED DATA is NO.

The parameter holds MIXED DATA. You cannot use this option when the install option MIXED DATA is NO. Character conversion occurs when the parameter passes from a DRDA requester to a DRDA server. This is the default if the install option MIXED DATA is YES.

The parameter holds BIT data. Character conversion does not occur when the parameter passes from a DRDA requester to a DRDA server. This setting is useful when passing large binary strings (such as PC bitmaps) to a stored procedure.

Specifies to use an input-only parameter. This parameter contains no value when the stored procedure returns control to the calling SQL application.

Specifies to use an output-only parameter.

Specifies to use both an input and output parameter for the stored procedure.

Specify the encoding scheme used to represent character data.

Specify the encoding scheme used to represent character data.

If you specify a large object parameter and a locator to the actual value is passed as the input value, instead of the actual value, select the As locator check box.

Submits the data in the window and closes the window.

Submits the data in the window and keeps the window open for further input.

Closes this window.