3 
		
								
				
				
			
		3Suk
Dear all,
in other scripts, I can write below, is there a simpler way instead of writing a long nested IF statement?
Select
when A=1 then do X;
when A=2 then do Y;
when A=3 then do Z;
when A=4 then do end.
Thanks in advance
PL.
				
			in other scripts, I can write below, is there a simpler way instead of writing a long nested IF statement?
Select
when A=1 then do X;
when A=2 then do Y;
when A=3 then do Z;
when A=4 then do end.
Thanks in advance
PL.