Hi there,
i have a requirement under which i need to query some data from my Mainframe database, while my application runs on Linux server.
Here are the challenges
1) i can have a JCL executing this SQL and FTP the data everytime (like 15 minutes once), here i will incur the very high cost of querying MF DB.
2) Is there a way, i can include this in a shell script. call that function, which can retrieve this data from mainframe DB and pull down to Linux box, if yes, do i need to create any channel, how does that work?
3) to Minimize the cost of option #1, can i use a Stored Proc, which will be better choice than running SQL every 15 mins, if yes, how can i do that?
I am not a DB guy, so simple explanation would be very much appreciated.
Thanks to all of DB experts here
