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 |
there is any limit to display the members in rpg400?
3 members in databasefile .how to read records from all the members??
program to find the number of objects used in a given program through a display.
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
suppose one file is used by 100 user and file is locked by 100 user, what are the impact analysis?
Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?
How would display prime numbers using CL program?
Hi friends, Can you give the solution for the below mention simple code.and explain.what is output D CHR1 S 4A INZ('PEN') D CHR2 S 10A INZ('MYGET') D CHR3 S 8A INZ('GOOD') D CHR4 S 22A INZ C MOVEL CHR1 CHR4 C MOVE CHR2 CHR4 C EVAL CHR4=CHR3 C MOVE CHR1 CHR4
Can we found a record existance in a file w/o reading the file?
6 Answers Traitsys Technologies,
1. If my rpg program has a date field, What extra care I have to take while compiling that RPG program? 2. If the file is keyed and I have declared the file as well as Key list properly in my program. Still am getting an error message like "Chain/reade operation is not allowed" What may be the case?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
i'm working on progA , in that program i want to see the userids of the users who work on this program?