I want to know if there is a way to pass data into an existing mainframe PS dataset from a .net front end UI.
I should run a job based on this dataset's non-empty condition.
I do not want to keep checking in a path to extract the file to mainframe. So the front end have come up with a solution to send the data to a mainframe PDS. And we'll schedule our job based on the availability of this dataset.
Thanks for the response
I do not want to keep checking in a path to extract the file to mainframe
Btw , you don't have to check by yourself, have some Autosys job to do this task which is done by frontend and get OPC seeting done by you for trigger mechanism, I thought you knew this.
Quote:
So the front end have come up with a solution to send the data to a mainframe PDS. And we'll schedule our job based on the availability of this dataset.
Seems like you changed your requirements from PS to PDS.