Application Development 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: 

program not executing

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

former_member223537
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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