I'm using a product called MPACT from ESI. With MPACT I am able to create screens for our users to interact with. It also allows gives me places where I can interact with the dialog. The interaction points are written in cobol and MPACT compiles our code using the Visual Cobol compiler, but only uses the native aspect of it. I have this MPACT program calling a Visual Cobol Winform program. Inside of the Winform program I am doing an accept from the command line. All of my parameters are showing up, but if I have a filler that has spaces in it then they are being truncated.
I've attached the code that is in the MPACT program and the code that is in the winform program
We are using Visual Cobol 2.2.