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

Regarding Exit

Former Member
0 Likes
304

Hi,

I am displaying one one status message if vendor num is not enterd.

After that I want to stop the execution of remaining program.

I am using EXIT...after that message. but its not working..

I tried with STOP also..but its also not working.

MESSAGE s043(zz) WITH 'Please enter Race vendor Number'(003).

EXIT.

Regards

Sandip

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
287

Use LEAVE PROGRAM statement after rasing ur message.

Regards,

Dara.

1 REPLY 1
Read only

Former Member
0 Likes
288

Use LEAVE PROGRAM statement after rasing ur message.

Regards,

Dara.