I think I understand what you are trying to do. So, after the form is in complete, you would like a file created that has the data in it that was put into the form? I assume, this can be done after the form process is complete.
We deal mainly with Credit Unions, but the processes are typically the same. Is there typically a specific file type that needs to be used to upload to the mainframe?
If my assumptions are correct, I would do the following:
- Complete Form
- Use service task to envoke a workflow process.
- The workflow will take the form data it is passed
- The Workflow will output the form data to a CSV file via an ODBC connection and enterprise insert data activities.
This is now a text file as a csv spreadsheet. If any other formatting is necessary, then I would email the plain text to myself, since the email formatting can be adjusted in the email activity. Then I would copy the text from the email and save as a txt file or whatever text file is needed for your mainframe.
Hopefully that makes sense.