Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Executing pgm

Former Member
0 Likes
416

if we execute one program, its taking time(not getting into dump) how u correct it?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
385

Hi,

It depends on whats there in the code. If you can paste the code, it will be easier to tell.

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
386

Hi,

It depends on whats there in the code. If you can paste the code, it will be easier to tell.

Thanks.

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
385

You can start by checking the SELECT statements and optimize them so that they run faster. You can use ST05 to do a SQL trace.

Regards,

Rich Heilman