Joined: 10 Mar 2005 Posts: 478 Location: Milan, Italy
If you use a Cobol Program:
Try with a reorg or check with a trace which is the big operation that spend so many time and after you will see the answer to your problem. Probably with a correct index your program will run faster.
If your problem happens in qmf TP or Batch check the correct use of join and filters.
hi,
My program is a batch program and it uses 4 tables to update/insert and select.
Does commit count or modification of Jcl's will effect the run time.
Appreciate your feedback.
Thks