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

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 ?

3 Answers   IBM,


how does the rpg element work?

0 Answers   IBM,


what will happen two jobs have same name are submitted

5 Answers   CTS,


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 Answers  


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

1 Answers   CSC, CTS,






Delete FileName at first statement in RPG.

1 Answers  


How to call one program from another program in RPG? please help me with the code

0 Answers   HCL,


Need a sql query: retrive all duplicate records in table

3 Answers  


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)?

1 Answers  


What will be your approach in going either for OPNQRYF or Logical files. Which one to go for?

2 Answers  


how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?

8 Answers  


how do you use commitment control in rpg?

0 Answers   IBM,


Categories