What is the procedure for running the batch job in mainframe?

Showing Answers 1 - 4 of 4 Answers

sunil

  • May 21st, 2006
 

Prepare a RUNJCL and submit it.

  Was this answer useful?  Yes

nsk_sasi

  • Oct 19th, 2010
 

Friends, let me explain with an example:--

EG:-Adding two numbers

Step-1:- We need to compile that program and that compiled program(i.e Error free code) we need to keep in one Load Library (EG:-ABCD.GEEK.LOADLIB)

Step-2:- Now we need to execute this program giving PGM=ADD(Program Name) and the Load Libray name(ABCD.GEEK.LOADLIB)

Step-3:- Now In SYSOUT we can view the results

That's it this the process how to compile and execute a batch program

Correct me if I am wrong

Thanks,
Sashgeek.

 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions