1.I have a Batch job, Running for 4 hours, i want to reduce
the executing time to 2 hours what should you do?

Answers were Sorted based on User's Feedback



1.I have a Batch job, Running for 4 hours, i want to reduce the executing time to 2 hours what sho..

Answer / anil kumar.anumulasetty

we have to create multiple threads in the job. when we
submit the job ,multiple threads will run parallelly. so it
will take very less time to complete the job. This is the
best way I believe.

Please let me know if there are any suggestions.

Is This Answer Correct ?    6 Yes 2 No

1.I have a Batch job, Running for 4 hours, i want to reduce the executing time to 2 hours what sho..

Answer / henry

Change teh priority of the job or move the job to highest
priority jobq. Also change the time slice to reduce the job
run time..

Is This Answer Correct ?    0 Yes 0 No

1.I have a Batch job, Running for 4 hours, i want to reduce the executing time to 2 hours what sho..

Answer / smita

Anil can you please tell us in details how can we create multiple threads in one job?

Thanks

Is This Answer Correct ?    0 Yes 0 No

1.I have a Batch job, Running for 4 hours, i want to reduce the executing time to 2 hours what sho..

Answer / ram

Other than multiple threads, See any files are updating, if yes then change the access path option to REBUILD (Using CHGPF) but be careful with other dependensis on file..

Is This Answer Correct ?    0 Yes 0 No

1.I have a Batch job, Running for 4 hours, i want to reduce the executing time to 2 hours what sho..

Answer / sivaprasad

the most possible way to reduce the running time for batch
job, have to hold the remaining jobs make it has not burden
on subsystem....

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More RPG400 Interview Questions

Q1.How to read the Array? Q2.How to copy the content of one Array to another Array?

4 Answers   IBM,


In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?

4 Answers  


what is program status data structure?

1 Answers   IBM,


Delete FileName at first statement in RPG.

1 Answers  


How to update only a field of a PF in an RPG program. I don't want to update the record, only one field.

2 Answers  






What is the difference between inner join @ outer join

4 Answers  


How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique

0 Answers  


what is kids-rpg?

0 Answers   IBM,


what is mean by *MAP and *DROP?what commands use these two keywords?why are they used?

4 Answers  


What is the significance of UDATE?

5 Answers   IBM,


The PGMA calls PGMB.PGMB generates a report.The report should contain the called program name(PGMA).How do i get the called program name in PGMB to print it on the spool file?(calling program name should NOT be hard coded or passed as parameter to called program?

6 Answers  


Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?

1 Answers  


Categories