First a little background:
We're creating a server based Java process, which will poll specific FTP directories for files. Upon encountering a file, the process will validate the information in the file against a DB2 database, and, if no validation flags are triggered, will format the data and append onto a dataset on the mainframe.
It's the last part which I have no idea how to do, or whether it can even be done. From a server, are there packages which will let you access datasets directly on an IBM mainframe?
Thanks!
We're creating a server based Java process, which will poll specific FTP directories for files. Upon encountering a file, the process will validate the information in the file against a DB2 database, and, if no validation flags are triggered, will format the data and append onto a dataset on the mainframe.
It's the last part which I have no idea how to do, or whether it can even be done. From a server, are there packages which will let you access datasets directly on an IBM mainframe?
Thanks!