Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2823

Using multiple conditions in IF Statement

$
0
0

Hi Experts ,

 

I need to evaluate multiple IF Conditions for a variable value before performing an action.

 

IF l_name  NE 'test1' OR

   l_name  NE 'test2' OR

   l_name  NE 'test3'.

 

Perform action.

 

ENDIF .

 

This does not seem to be working .

 

Please provide your expert guidance.


Viewing all articles
Browse latest Browse all 2823

Trending Articles