Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

there is any limit to display the members in rpg400?

3 Answers  


3 members in databasefile .how to read records from all the members??

6 Answers   CTS,


program to find the number of objects used in a given program through a display.

2 Answers   IBM,


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?

0 Answers  


suppose one file is used by 100 user and file is locked by 100 user, what are the impact analysis?

1 Answers  


Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?

6 Answers  


How would display prime numbers using CL program?

0 Answers   Hexaware,


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

4 Answers  


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?

6 Answers   Virtusa,


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?

0 Answers  


i'm working on progA , in that program i want to see the userids of the users who work on this program?

10 Answers   Four soft,


Categories