The answer is yes. You can use JES Publish in the webMethods Mainframe server to send data from the mainframe from a flat file (or VSAM) through SNA. It only requires a small cobol program that the file writes to the JES Spool.
To move data from the IS to a mainframe flatfile using the webMethods Mainframe server, you have to set up a CICS transaction and program to recieve the data. You can use sockets and a TDQ or several other methods.
When you FTP in binary mode from the mainframe you can convert to Ascii on the IS. Then you can use the sample conversion java services delivered with the webMethods Mainframe server to convert packed (comp-3) numbers.
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods