$AS400Alias | String The connection alias of the AS/400 server. |
$AS400 | com.ibm.as400.access.AS400 (Optional). A connected AS/400 object. Note: Either $AS400 or $AS400Aliasshould be provided as an input. The AS/400 object is used to find out the correct encoding to use while converting AS/400 data type of String to a byte[]. If they are not provided the default encoding is used to convert the string. |
AS400DataType | String The AS/400 data type of the String value that you would like to convert. |
AS400DataLength | String The length of the AS/400 data type. For decimal types, type x.y, for example, 5.2. |
stringValue | String String containing the AS/400 data type value that you would like to convert. |
$AS400Alias | String The connection alias of the AS/400 server. |