Jump to content


To Run Mainframe jobs from Excel


  • Please log in to reply
4 replies to this topic

#1 Anoop

Anoop
  • Guests

Posted 22 May 2012 - 03:01 PM

Hi Experts,


Could you please give me solution to run a mainframe job from excel. I can FTP the dataset but i need to run particular job while user clicks on the job name on the excel.

#2 TheDewd

TheDewd
  • Members
  • 823 posts

Posted 22 May 2012 - 03:12 PM

Try creating a hyperlink to the desired application.

For example, while a cell is selected, enter something like this:

=HYPERLINK("file:///C:\Windows\System32\calc.exe","Calculator")

#3 Guests

  • Guests

Posted 22 May 2012 - 03:22 PM

thanks for your reply TheDewd,

But i dont need the user to do any thing in the application by clicking simply in the cell or command button that job should be submitted. is there any other way?