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

Natural Program Performance Tuning


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Geeta_A

New User


Joined: 17 Feb 2009
Posts: 1
Location: India

PostPosted: Thu May 07, 2009 1:42 am
Reply with quote

Hi,

Can anybody suggest what all points to look into while doing performance tuning for Natural programs?
Back to top
View user's profile Send private message
monasu1998

Active User


Joined: 23 Dec 2005
Posts: 176
Location: India

PostPosted: Mon Jul 27, 2009 11:02 pm
Reply with quote

Hi Geeta,
From my point of view, the first and foremost thing that should be looked into to tune the performance of the program is 'Looking at the database access statements'..

Possibly relacing the complex FIND statements with READ statements....

And may be (I am not very sure), the numeric data definitions can be considered............

I would appreciate if someone correct me if I am wrong....


Thanks
Back to top
View user's profile Send private message
Steve Robinson

New User


Joined: 14 Nov 2009
Posts: 12
Location: U.S.

PostPosted: Sat Nov 14, 2009 11:57 pm
Reply with quote

At least half of Natural's statements have performance considerations. So, the first thing you have to do is learn these.

Then, you have to learn how Adabas works, and how Natural interacts with Adabas.

The you should learn the use of SETTIME.....*TIMD

steve
Back to top
View user's profile Send private message
monasu1998

Active User


Joined: 23 Dec 2005
Posts: 176
Location: India

PostPosted: Mon Nov 16, 2009 8:43 pm
Reply with quote

Hi Steve,

Thank you for your response on this topic. Can you please tell few Natural statements which are performance consideration?
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon Nov 16, 2009 8:58 pm
Reply with quote

Quote:
Can you please tell few Natural statements which are performance consideration?


and hope he only picks statements that you have used?

Steve's comments almost sounded like RTFM.
Back to top
View user's profile Send private message
Steve Robinson

New User


Joined: 14 Nov 2009
Posts: 12
Location: U.S.

PostPosted: Mon Nov 16, 2009 9:16 pm
Reply with quote

For example:

READ, FIND, HISTOGRAM, READ WORK FILE, WRITE WORK FILE, GET

All arithmetic statements, ADD, SUBTRACT, MULTIPLY, DIVIDE, COMPUTE

CALLNAT, PERFORM, FETCH, FETCH RETURN

COMPRESS, SEPARATE, EXAMINE

DECIDE FOR, DECIDE ON, IF

FOR, REPEAT

MOVE, MOVE BY NAME, MOVE BY POSITION

REDUCE, EXPAND, RESIZE

SORT , SORTED BY clause of FIND


And I am sure I have skipped a few.

steve
Back to top
View user's profile Send private message
monasu1998

Active User


Joined: 23 Dec 2005
Posts: 176
Location: India

PostPosted: Tue Nov 17, 2009 10:21 pm
Reply with quote

This list is nice to see Steve. Thank you very much icon_smile.gif
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 -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts exploiting Z16 performance PL/I & Assembler 2
Search our Forums:

Back to Top