RecordMetaData | Record Definition of the program parameters (both input and output in the correct order) as follows: DataName. The name of the program parameter. DataType. The AS/400 data type of the program parameter. DataLength. The length of the program parameter. For decimal types type xx.yy, for example, 5.2. |
ByteValues | Object An array of byte array's (byte[][]). Each element of the array is a byte array containing the values of the program parameters (both input and output). |
RecordData | Record The program parameter values (Name/Value Pair) as follows: Name. The name of the input parameter. Value. The value of the input parameter. |