we hav job which is running as batch. it takes atleast
06hours to complete tht job. bu i wana do tht job with in
3hours.........?
so plz post ur answers
Answers were Sorted based on User's Feedback
Answer / malleswarao
Hi! 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 ? | 8 Yes | 0 No |
Answer / nagaraju
We need to change the job priority of the job.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / murali
instead of RPG, go with Query RPG to reduce the no of hits
on file, it will reduce the time while working with bulk
data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prem
If the file having BULK data use the file level Keywork
BLOK(*YES)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / alagan v
It depends on your logic. You have to use the proper LF's in order to run the program fast. For example, if you read a transaction file for a period, it will take long time. So better create a LF with transaction date as key and sort by date and read it. This will help you to reduce the run time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kranti
I think priority of the Job is one more option.. But it again depends on the priority of the existing job..
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / raj
1. DSPJOBLOG
2. DSPJOB, check if there has any lock waiting statue.
3. STRSRVJOB and debug.
| Is This Answer Correct ? | 1 Yes | 2 No |
how do I preserve and clean the array?
How can you delete a record from a file in RPG without using DELETE oppcode?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
if there is pf in two libraries and there is a logical file based on the PF, how to find the pf on which the pf is based.
two types of read performed in dataqueue?????
Can we found a record existance in a file w/o reading the file?
6 Answers Traitsys Technologies,
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
I want my simple Green screen should refersh every 1 min ,How can I do it..? Please share the logic
A particular job executing on the iS is not behaving as expected and is operating in an environment in which it can be debugged. What commands would you use to debug and observe the program?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
What is the difference between iter and do?
without logical file we cannot access the data in physical file.but we specify physical file in the program(ie:- Ffile IF E k disk).how can it be accessed?