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 |
Hi, can any one tell me :IN CASE OF SINGLE PAGE FILE HOW WILL I LOAD THE PREVIOUS PAGE WITHOUT THE USE OF SFLCLR INDICATOR ?
how does the rpg element work?
what will happen two jobs have same name are submitted
You have a *USE authority on a Library and *All authority on a file in that Library.Can you change the data in that file?
1.String operatio such as moving the characters to the variables? 2.what are the building functions for check file longs? 3.which of the following methods will make externally describe file fields available to a program? A: A/copy statement that specifies the library file and member of the field reference file source code B: A data structure definition specification that names the file on the EXTNAME keyword C: A data structure definition specification that names the file on the IMPORT keyword? D: A Definition specification for each desired field with the REFFLD keyword
Delete FileName at first statement in RPG.
How to call one program from another program in RPG? please help me with the code
Need a sql query: retrive all duplicate records in table
If there are 1000 member(PGM type) in a SRC file. How can we compile in a CL program? ( It need to be done in a loop)?
What will be your approach in going either for OPNQRYF or Logical files. Which one to go for?
how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?
how do you use commitment control in rpg?