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
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 |
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 |
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 |
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 |
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 |
1.I have a Batch job, Running for 4 hours, i want to reduce the executing time to 2 hours what should you do?
can we use cl programming to update or delete physical files
CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
How can we receive values from a called procedure in CL?
i want to retrieve record b/w 2 dates in as400
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
Anybody know the difference of primary file and full procedural file
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?
what is the necessary command needed before OPNQRYF and why?
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...?
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...?
What is the difference between inner join @ outer join