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

clear statement

Former Member
0 Likes
724

hi

is it possible to use clear statement with where clause

thanks

6 REPLIES 6
Read only

Former Member
0 Likes
656

not possible

Read only

Former Member
0 Likes
656

Hi,

No it is not possible.

Do one thing before writing the clear statement write an IF condition. If your IF condition satisfies then only clear your variables or work areas or internal tables.

Thanks,

chandra.

Read only

Former Member
0 Likes
656

hi,

it is not possible in WHERE clause to the best of ny knowledge.

But you can check a condition with IF statement and Use CLEAR statement.

Regards

Sumit AGarwal

Read only

Former Member
0 Likes
656

hi

good

can you post your code?

Thanks

mrutyun^

Read only

Former Member
0 Likes
656

Hi

Good

Can you post your code ?

Thanks

mrutyun^

Read only

Former Member
0 Likes
656

Hi,

you can also do like this.

u can write check condition. then clear.

if we use check condition then the next line will be executed only if the check statement satisfies.