ENDSL

Ends a SELECT group.

ENDSL 
        

Remarks

Conditioning indicators are not allowed.

Example

Select
   When X = 1
   B = A + B
   Exsr UpdateMaster
   When X < 10 *and Y = 2
   B = B - A
   Other
   Exsr ErrorRoutine
 EndSL 

See Also

SELECT

WHEN