IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Tunning and Testing DB2 and Cobol


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Anbudan

New User


Joined: 07 Sep 2005
Posts: 26
Location: Germany

PostPosted: Tue Nov 08, 2005 1:52 pm
Reply with quote

Hi

Regarding Tunning, I need some info:
1)what are the tools are available?
2)without tools, how we can do DB2 Testing and Tunning? Also cobol pgm



P.S: Don't post a message that

Search in the forum.

Because I search in the forum and get

www.ibmmainframes.com/forum/search.php?mode=results

But, I need more information

If anyone give me a answer more practically, I will be happy.

Regards
Anbudan
Back to top
View user's profile Send private message
paulstephen

New User


Joined: 20 Oct 2005
Posts: 20
Location: Chennai

PostPosted: Tue Nov 08, 2005 3:40 pm
Reply with quote

Hi,
Here are some tips for tunning ur cobol + db2 program
1) In the sql's used check out if the column names in where clauses have indexes, if not check out if an index can be created.
2) Try to avoid joins, if not able to avoid try to have them on keys.
3) Sort the i/p data accordingly that for the same i/p u dont hit the database again and again.
4) Thru DB2MON check if a particular querry is taking extra ordinarilly more time.
These are some of the means...
As far as testing u can use expeditor.
Back to top
View user's profile Send private message
Anbudan

New User


Joined: 07 Sep 2005
Posts: 26
Location: Germany

PostPosted: Tue Nov 08, 2005 6:18 pm
Reply with quote

Thank you paulstephen
for your reply.

Btw,

Anyone know the book link for Tmap?

Regards
Jesu
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top