Click here to Skip to main content
15,894,405 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
I am satish lad developing one small windows application.There are 500 mainframe jobs which runs daily,weekly and monthly basis.We have to monitor daily for every job staus.So, I am developing one windows application which will directly communicate to mainframe and retrive jobs details.So please give me such source code which will directly communicate to mainframe.I heard that this will be done by screen scraping method.please help me.
Posted
Comments
CHill60 30-May-14 7:27am    
Unfortunately we do not supply code to order on this site. Try RentaCoder or similar site.
If you plan to write this yourself then "communicate to mainframe" could mean many things. Determine how the job details are stored on the mainframe and that will determine how you retrieve them. If you have the appropriate resource it might be worth getting a job written that will download the job results to text files on a server, which you can then parse
Rob Philpott 30-May-14 8:15am    
Screen scraping? Yuk.
Ahmed Bensaid 30-May-14 9:41am    
You're talking about something you don't master at all ...
Mohammad Reza Valadkhani 31-May-14 2:05am    
First of all you need to know about socket programming and then try to connect to your mainframes and control jobs rapidly on your own algorithm!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900