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

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

5 Answers   Cap Gemini,


can we use cl programming to update or delete physical files

12 Answers  


CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?

6 Answers   Satyam,


How can we receive values from a called procedure in CL?

1 Answers   IBM, NTT Data,


i want to retrieve record b/w 2 dates in as400

2 Answers   L&T,


Can we create 300 logical files based on a single physical file using the CRTLF command only once?.

8 Answers  


Anybody know the difference of primary file and full procedural file

4 Answers  


1.Write code to read the records from a file and load an array of size 99? Make sure that you take care of all the error conditions?

2 Answers   HSBC,


what is the necessary command needed before OPNQRYF and why?

5 Answers  


As Packed veriable store 2 digits in 1 byte and ZONE variable store 1 digit in 1 byte... Please tell me when we have to use Packed and Zone variable...?

1 Answers  


How to check which are the pgms using 1 perticulate file.? I know there is many tool available for X-reference...but need to know is there any command available in the system...?

4 Answers   IBM,


What is the difference between inner join @ outer join

4 Answers  


Categories