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.
To Run Mainframe jobs from Excel
Started by
Anoop
, May 22 2012 03:01 PM
4 replies to this topic
#1
Anoop
Posted 22 May 2012 - 03:01 PM
#2
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")
For example, while a cell is selected, enter something like this:
=HYPERLINK("file:///C:\Windows\System32\calc.exe","Calculator")
#3
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?
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?




