Hello,
Can you please explain a little bit on this..?
Not really a good topic for our type of forum. . .
If you do not already understand what this requires, it is probably not an alternative to consider. . .
What is needed is to download the native mainframe data to the target in binary (the easy part). Then the target has to have code to convert/translate the binary to something usable on the target. Which means (among other things) the target has to know the field type, position, and length, of every field in the download file. Then the target system code has to be able to properly convert each field from the binary file to whatever is needed. If there are hundreds or thousands of files, the time required to do this individually would be prohibitive. If you don't already have this on the target, the cost of writing generic code to do this would also be prohibitive.