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

program not executing

Former Member
0 Likes
1,496

their is program which is not executing, but the data is getting transfered. we cannot see that program executing

what may be the reason

person answering my problem will be rewarded with good nuber of points

5 REPLIES 5
Read only

Former Member
0 Likes
885

I think ur program doesnt have any Write Stmts to display the data . Just check .u are saying data is getting from DBtables So problem with ur O/P so check @ that level.

Regards

Prabhu

Read only

Former Member
0 Likes
885

Hi,

Data is getting Transferred means that the program is Getting Excecuted.The execution time of the program is very small so u r not able to make out that its being executed.If U want to find out whether it is, then put a break point and then executre and see.

Regards

Ahasan

Read only

Former Member
0 Likes
885

Hi Vamshi,

The execution time of the program is very less hence you dont feel that the program is executed though the program is executed and data is transferred.

Best regards,

Prashant

Read only

Former Member
0 Likes
885

Hi,

Just use a write statement at the end of the program and execute and check whether the program is executing.

One more question.

Are you downloading some data to presentation server using GUI_DOWNLOAD.

Regards

Senthil

Read only

Former Member
0 Likes
885

Check the o/p statements or wheather u r calling any screens to display data see wheather it is active or not