My statement is as follows:
SELECT                                                
     WHEN ssid = "XXXX" THEN grp = "ZZZZ"             
        
     WHEN ssid = " " THEN say 'subsystem not entered';
                          call code                   
OTHERWISE                                             
          NOP                                         
END                   

I thought it was falling though when SSID was blank.
But what I neglected was a null value for SSID.
Thanks
Bill

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to