AS/400 Adapter 6.0.1 | webMethods AS/400 Adapter Documentation | webMethods AS/400 Adapter Installation and User’s Documentation | Built-in Services | Access Services | wm.as400.access:convertAll
 
wm.as400.access:convertAll
Allows a user to convert an array of AS/400 data types (bytes array) into an IData record containing the corresponding Java data types.
Input Parameters
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).
Output Parameters
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.
Example
wm.as400.sample.conv:convertAll