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

STOP command

Former Member
0 Likes
460

STOP command is obsolete, Is there any other comand which has replace STOP command.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
435

You can use EXIT. See F1 help for Exit.

Regards

Karthik D

3 REPLIES 3
Read only

Former Member
0 Likes
436

You can use EXIT. See F1 help for Exit.

Regards

Karthik D

Read only

Former Member
0 Likes
435

Hi ,

Try with LEAVE PROGRAM.

Cheers,

Read only

0 Likes
435

>

> Hi ,

>

> Try with LEAVE PROGRAM.

>

> Cheers,

LEAVE PROGRAM will stop the entire program while STOP/EXIT comes out of the current LOOP/Processing Routine.

Regards

Karthik D