Actually on the mainframe the number may be stored without a decimal but to display it you use a mask (ie. PIC 999v99). The v indicates where the decimal point should be located on the display. The data over the wire to webMethods will not include any indication of where the decimal point should be. When you send the data to your recieving application - that application can also be written to apply a display mask to the data or store it as a floating point number or a double.
If you are manipulating the data in webMethods before you send it to your recieving application, you will have to treat it as an integer until your recieving application can apply the mask.
I don’t think you should have any issues with this. Let me know if you have any other mainframe related problems.
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services